em to vw
A converter that calculates the vw from an em for given em size and viewport width to make the measurement responsive
Hot Keys
Calculate and copy the result of calculation.
Calculate the result.
Copy the result of calculation.
Reverse the converter to "VW to EM".
Focus the "EM" input.
Focus the "EM Size" input.
Focus the "Viewport Width" input.
FAQ
How to convert EM to VW?
To convert em to vw, you should know total size of 1 EM, default is 16px, and size of viewport width Then, just apply formula: ((em * em size) / vw) * 100 For example, with 16px size of 1em and 1920px of viewport width, 1em will be converted to: ((1 * 16) / 1920) = 0.833vw
What is the EM to VW formula?
((em * em size) / vw) * 100
What is em unit?
EM is defined relative to the font size of the parent element. 1 EM therefore takes on the value which is given to the font-size of the parent element.
What is vw unit? (Viewport Width)
Used in responsive design, Viewport Width (VW) is a unit relative to web page display area called viewport. 1vw corresponds to 1% of display. So, to make an element full width, you should use 100vw. You can also use decimal values. Please note that, depending on browsers, decimal precision can change.
EM to VW Conversion Table if em size is 16px and viewport width size is 1920px
em | vw |
---|---|
1em | 0.833vw |
2em | 1.667vw |
3em | 2.5vw |
4em | 3.333vw |
5em | 4.167vw |
6em | 5vw |
7em | 5.833vw |
8em | 6.667vw |
9em | 7.5vw |
10em | 8.333vw |
11em | 9.167vw |
12em | 10vw |
13em | 10.833vw |
14em | 11.667vw |
15em | 12.5vw |
16em | 13.333vw |
17em | 14.167vw |
18em | 15vw |
19em | 15.833vw |
20em | 16.667vw |
21em | 17.5vw |
22em | 18.333vw |
23em | 19.167vw |
24em | 20vw |
25em | 20.833vw |