Shades of Deep Magenta #E002D9
Tints of Deep Magenta #E002D9
RGB
CMYK
RGB Variations
Color information
#E002D9 (or 0xE002D9) is known color: Deep Magenta. HEX triplet: E0, 02 and D9. RGB value is (224,2,217). Sum of RGB (Red+Green+Blue) = 224+2+217=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E002D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002D9 is #1FFD26. Grayscale: #5C5C5C. Windows color (decimal): -2096423 or 14222048. OLE color: 14222048.
HSL color Cylindrical-coordinate representation of color #E002D9: hue angle of 301.89º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E002D9 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 217 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.12 |
| HSL | 301.89º | 0.98% | 0.44% | - |
| HSV(B) | 301.89º | 0.99% | 0.88% | - |
| XYZ | 43.29 | 20.9 | 67.4 | - |
| YUV | 92.89 | 198.05 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 217 | 0 | 0.99 | 0.03 | 0.12 | 301.89 | 0.98 | 0.44 |
| Hex | E0 | 2 | D9 | 0 | 63 | 3 | C | 12E | 62 | 2C |
| Octal | 340 | 2 | 331 | 0 | 143 | 3 | 14 | 456 | 142 | 54 |
| Binary | 11100000 | 10 | 11011001 | 0 | 1100011 | 11 | 1100 | 100101110 | 1100010 | 101100 |
Color Harmonies of #E002D9
Complementary color
Monochromatic Colors of #E002D9
Black with #E002D9
Text Example
Text Example
White with #E002D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002D9; }
p { color: rgb(224,2,217); }
H1.HeaderClassName
{
color: #E002D9;
}
.AnyTagClassName
{
color: #E002D9;
}
</style>
background-color css
<style>
a { background-color: #E002D9; }
a { background-color: rgb(224,2,217); }
div.DivClassName
{
background-color: #E002D9;
}
.BgClassName
{
background-color: #E002D9;
}
</style>
border-color css
<style>
span { border-color: #E002D9; }
span { border-color: rgb(224,2,217); }
td.TdClassName
{
border-color: #E002D9;
}
.TagClassName
{
border-color: #E002D9;
}
</style>