Shades of Deep Magenta #E211DC
Tints of Deep Magenta #E211DC
RGB
CMYK
RGB Variations
Color information
#E211DC (or 0xE211DC) is known color: Deep Magenta. HEX triplet: E2, 11 and DC. RGB value is (226,17,220). Sum of RGB (Red+Green+Blue) = 226+17+220=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 17 (7.03% from 255 or 3.67% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E211DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E211DC is #1DEE23. Grayscale: #666666. Windows color (decimal): -1961508 or 14422498. OLE color: 14422498.
HSL color Cylindrical-coordinate representation of color #E211DC: hue angle of 301.72º 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 #E211DC is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 220 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.11 |
| HSL | 301.72º | 0.86% | 0.48% | - |
| HSV(B) | 301.72º | 0.92% | 0.89% | - |
| XYZ | 44.48 | 21.74 | 69.56 | - |
| YUV | 102.63 | 194.24 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 220 | 0 | 0.92 | 0.03 | 0.11 | 301.72 | 0.86 | 0.48 |
| Hex | E2 | 11 | DC | 0 | 5C | 3 | B | 12E | 56 | 30 |
| Octal | 342 | 21 | 334 | 0 | 134 | 3 | 13 | 456 | 126 | 60 |
| Binary | 11100010 | 10001 | 11011100 | 0 | 1011100 | 11 | 1011 | 100101110 | 1010110 | 110000 |
Color Harmonies of #E211DC
Complementary color
Monochromatic Colors of #E211DC
Black with #E211DC
Text Example
Text Example
White with #E211DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E211DC; }
p { color: rgb(226,17,220); }
H1.HeaderClassName
{
color: #E211DC;
}
.AnyTagClassName
{
color: #E211DC;
}
</style>
background-color css
<style>
a { background-color: #E211DC; }
a { background-color: rgb(226,17,220); }
div.DivClassName
{
background-color: #E211DC;
}
.BgClassName
{
background-color: #E211DC;
}
</style>
border-color css
<style>
span { border-color: #E211DC; }
span { border-color: rgb(226,17,220); }
td.TdClassName
{
border-color: #E211DC;
}
.TagClassName
{
border-color: #E211DC;
}
</style>