#E0218A color RGB value is (14, 2, 24).
#E0218A hex color red value is 14, green value is 2, and blue value is 24.
Cylindrical-coordinate representations (HSL) of color #E0218A
hue: 272.73,
saturation: 0.85 and lightness: 0.05.
The process color (four-color CMYK) of #E0218A color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #E0218A is #ff9999. Color #E0218A contains mainly RED.
Color spaces of #E0218A | Value |
---|---|
RGB | 224, 33, 138 |
HSL | 0.91, 0.75, 0.5 |
HSV | 327°, 85°, 88° |
XYZ | 35.87, 18.77, 25.77 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 100001 | 10001010 |
Octal | 340 | 41 | 212 |
Decimal | 224 | 33 | 138 |
Hex | E0 | 21 | 8A |
Shades of #E0218A
Tints of #E0218A
.mybgColor {background-color: #E0218A;} .myforeColor {color: #E0218A;} .myborderColor {border:3px solid #E0218A;}
<p style="color:#E0218A">Text here</p>
This sample text is styled with the font color #E0218A. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#E0218A">Div content here</div>
<div style="border:3px solid #E0218A">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224, 33, 138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #E0218A; } .divShadow { -moz-box-shadow: 1px 1px 3px #E0218A; -webkit-box-shadow: 1px 1px 3px #E0218A; box-shadow: 1px 1px 3px #E0218A; }
<p style="text-shadow: 4px 4px 2px rgba(224, 33, 138, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #E0218A;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #E0218A;
-webkit-box-shadow: 1px 1px 3px #E0218A;
box-shadow: 1px 1px 3px #E0218A;">Div content here</div>