Shades of Deep Magenta #E210D9
Tints of Deep Magenta #E210D9
RGB
CMYK
RGB Variations
Color information
#E210D9 (or 0xE210D9) is known color: Deep Magenta. HEX triplet: E2, 10 and D9. RGB value is (226,16,217). Sum of RGB (Red+Green+Blue) = 226+16+217=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E210D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E210D9 is #1DEF26. Grayscale: #656565. Windows color (decimal): -1961767 or 14225634. OLE color: 14225634.
HSL color Cylindrical-coordinate representation of color #E210D9: hue angle of 302.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E210D9 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 217 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.11 |
| HSL | 302.57º | 0.87% | 0.47% | - |
| HSV(B) | 302.57º | 0.93% | 0.89% | - |
| XYZ | 44.07 | 21.55 | 67.48 | - |
| YUV | 101.7 | 193.07 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 217 | 0 | 0.93 | 0.04 | 0.11 | 302.57 | 0.87 | 0.47 |
| Hex | E2 | 10 | D9 | 0 | 5D | 4 | B | 12F | 57 | 2F |
| Octal | 342 | 20 | 331 | 0 | 135 | 4 | 13 | 457 | 127 | 57 |
| Binary | 11100010 | 10000 | 11011001 | 0 | 1011101 | 100 | 1011 | 100101111 | 1010111 | 101111 |
Color Harmonies of #E210D9
Complementary color
Monochromatic Colors of #E210D9
Black with #E210D9
Text Example
Text Example
White with #E210D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E210D9; }
p { color: rgb(226,16,217); }
H1.HeaderClassName
{
color: #E210D9;
}
.AnyTagClassName
{
color: #E210D9;
}
</style>
background-color css
<style>
a { background-color: #E210D9; }
a { background-color: rgb(226,16,217); }
div.DivClassName
{
background-color: #E210D9;
}
.BgClassName
{
background-color: #E210D9;
}
</style>
border-color css
<style>
span { border-color: #E210D9; }
span { border-color: rgb(226,16,217); }
td.TdClassName
{
border-color: #E210D9;
}
.TagClassName
{
border-color: #E210D9;
}
</style>