Point to EM Converter
Convert point (pt) values to CSS EM units. Set the parent font size (default 16px) — the formula is: em = pt × (96 ÷ 72) ÷ base.
Last updated: May 21, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is Point to EM Converter?
Point (pt) is a typographic unit used in print design. When converting pt to em for screen CSS, you need the parent element's font size in px. At the 16px default, 12pt = 1em.
The formula is: **em = pt × (4/3) ÷ base**. This is useful when translating print typographic specifications to responsive screen CSS.
How to Use Point to EM Converter
Set the parent font size (default 16px)
Enter pt values, comma or newline separated
Copy the EM output or use the reference table
Common Use Cases
- Developers converting print design specs (in pt) to CSS EM values for screen.
- Front-end engineers translating @media print pt sizes to equivalent em values.
- Designers converting typographic point sizes to proportional em values.
Example Input and Output
Convert common print point sizes to EM at the default 16px base.
9
10
12
149pt → 0.75em
10pt → 0.833333em
12pt → 1em
14pt → 1.16667emPrivacy
All conversions run in your browser. No data is sent to any server.

