32px in em · 16px root
2 em
em = px ÷ parent font size — shown here at the browser default root font size of 16px.
32px at every root font size
| Root font size | 32px equals | CSS |
|---|---|---|
| 10px | 3.2em | font-size: 3.2em; |
| 12px | 2.66667em | font-size: 2.6667em; |
| 14px | 2.28571em | font-size: 2.2857em; |
| 16px default | 2em | font-size: 2em; |
| 18px | 1.77778em | font-size: 1.7778em; |
| 20px | 1.6em | font-size: 1.6em; |
Converter
—
Nearby values
Questions
What is 32px in em?
32px = 2em at the browser default root font size of 16px. em = px ÷ parent font size.
What is 32px in em at a different root size?
At 10px root: 3.2em. At 12px root: 2.6667em. At 14px root: 2.2857em. At 16px root: 2em. At 18px root: 1.7778em. At 20px root: 1.6em.
How is 32px calculated?
em = px ÷ parent font size. Here: 32 ÷ 16 = 2.
All px values
Computed from the CSS Values and Units specification. See the full px to em table.