pt to em
1 Points equals 0.083333 EM using CSS pixel-based scaling anchored to 96 pixels per inch.
Direct Answer
1 Points equals 0.083333 EM
This conversion uses CSS pixel-based scaling anchored to 96 pixels per inch.
For 8 Points, the result equals 0.666667 EM.
Converter Calculator
0.083333 EM (16px context) (em)
SwitchExplanation
Formula: EM (16px context) = Points × 0.083333. Why: rem and em are relative units, so this route uses the page's explicit 16px baseline assumption before applying the target unit through CSS pixels.
Points (pt): a print-oriented unit equal to 1/72 of an inch, commonly used for typography and print specifications.
EM (16px context): a CSS relative unit based on the parent context font size. This converter assumes a fixed 16px context size.
This route is useful when translating between fixed CSS lengths and relative typography units so spacing, font sizing, and responsive UI rules stay on an explicit baseline.
This conversion is purely multiplicative because both units reduce through CSS pixels using a fixed 96 px per inch baseline and explicit relative-unit assumptions where needed.
Common Conversion Values
| Points (pt) | EM (16px context) (em) |
|---|---|
| 8 | 0.666667 |
| 10 | 0.833333 |
| 12 | 1 |
| 14 | 1.166667 |
| 16 | 1.333333 |
| 18 | 1.5 |
| 24 | 2 |
| 32 | 2.666667 |
| 48 | 4 |
| 96 | 8 |
Frequently Asked Questions
What formula is used for Points to EM (16px context)?
Both units are normalized through CSS pixels, then converted using a fixed ratio.
Are the reverse pages available?
Yes. Use the switch button or open the EM (16px context) to Points page.
Are fractional points inputs valid in Points to EM (16px context)?
Yes. Decimal inputs are supported for Points to EM (16px context), and the mirror direction keeps inverse assumptions aligned.