Shades of Deep Magenta #E214CF
Tints of Deep Magenta #E214CF
RGB
CMYK
RGB Variations
Color information
#E214CF (or 0xE214CF) is known color: Deep Magenta. HEX triplet: E2, 14 and CF. RGB value is (226,20,207). Sum of RGB (Red+Green+Blue) = 226+20+207=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E214CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E214CF is #1DEB30. Grayscale: #666666. Windows color (decimal): -1960753 or 13571298. OLE color: 13571298.
HSL color Cylindrical-coordinate representation of color #E214CF: hue angle of 305.53º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E214CF is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 207 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.11 |
| HSL | 305.53º | 0.84% | 0.48% | - |
| HSV(B) | 305.53º | 0.91% | 0.89% | - |
| XYZ | 42.88 | 21.17 | 60.86 | - |
| YUV | 102.91 | 186.75 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 207 | 0 | 0.91 | 0.08 | 0.11 | 305.53 | 0.84 | 0.48 |
| Hex | E2 | 14 | CF | 0 | 5B | 8 | B | 132 | 54 | 30 |
| Octal | 342 | 24 | 317 | 0 | 133 | 10 | 13 | 462 | 124 | 60 |
| Binary | 11100010 | 10100 | 11001111 | 0 | 1011011 | 1000 | 1011 | 100110010 | 1010100 | 110000 |
Color Harmonies of #E214CF
Complementary color
Monochromatic Colors of #E214CF
Black with #E214CF
Text Example
Text Example
White with #E214CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E214CF; }
p { color: rgb(226,20,207); }
H1.HeaderClassName
{
color: #E214CF;
}
.AnyTagClassName
{
color: #E214CF;
}
</style>
background-color css
<style>
a { background-color: #E214CF; }
a { background-color: rgb(226,20,207); }
div.DivClassName
{
background-color: #E214CF;
}
.BgClassName
{
background-color: #E214CF;
}
</style>
border-color css
<style>
span { border-color: #E214CF; }
span { border-color: rgb(226,20,207); }
td.TdClassName
{
border-color: #E214CF;
}
.TagClassName
{
border-color: #E214CF;
}
</style>