Shades of Deep Magenta #E211D8
Tints of Deep Magenta #E211D8
RGB
CMYK
RGB Variations
Color information
#E211D8 (or 0xE211D8) is known color: Deep Magenta. HEX triplet: E2, 11 and D8. RGB value is (226,17,216). Sum of RGB (Red+Green+Blue) = 226+17+216=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E211D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E211D8 is #1DEE27. Grayscale: #656565. Windows color (decimal): -1961512 or 14160354. OLE color: 14160354.
HSL color Cylindrical-coordinate representation of color #E211D8: hue angle of 302.87º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E211D8 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 216 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.11 |
| HSL | 302.87º | 0.86% | 0.48% | - |
| HSV(B) | 302.87º | 0.92% | 0.89% | - |
| XYZ | 43.96 | 21.53 | 66.8 | - |
| YUV | 102.18 | 192.24 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 216 | 0 | 0.92 | 0.04 | 0.11 | 302.87 | 0.86 | 0.48 |
| Hex | E2 | 11 | D8 | 0 | 5C | 4 | B | 12F | 56 | 30 |
| Octal | 342 | 21 | 330 | 0 | 134 | 4 | 13 | 457 | 126 | 60 |
| Binary | 11100010 | 10001 | 11011000 | 0 | 1011100 | 100 | 1011 | 100101111 | 1010110 | 110000 |
Color Harmonies of #E211D8
Complementary color
Monochromatic Colors of #E211D8
Black with #E211D8
Text Example
Text Example
White with #E211D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E211D8; }
p { color: rgb(226,17,216); }
H1.HeaderClassName
{
color: #E211D8;
}
.AnyTagClassName
{
color: #E211D8;
}
</style>
background-color css
<style>
a { background-color: #E211D8; }
a { background-color: rgb(226,17,216); }
div.DivClassName
{
background-color: #E211D8;
}
.BgClassName
{
background-color: #E211D8;
}
</style>
border-color css
<style>
span { border-color: #E211D8; }
span { border-color: rgb(226,17,216); }
td.TdClassName
{
border-color: #E211D8;
}
.TagClassName
{
border-color: #E211D8;
}
</style>