Shades of Deep Magenta #E002D0
Tints of Deep Magenta #E002D0
RGB
CMYK
RGB Variations
Color information
#E002D0 (or 0xE002D0) is known color: Deep Magenta. HEX triplet: E0, 02 and D0. RGB value is (224,2,208). Sum of RGB (Red+Green+Blue) = 224+2+208=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E002D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002D0 is #1FFD2F. Grayscale: #5B5B5B. Windows color (decimal): -2096432 or 13632224. OLE color: 13632224.
HSL color Cylindrical-coordinate representation of color #E002D0: hue angle of 304.32º 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 #E002D0 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 208 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.12 |
| HSL | 304.32º | 0.98% | 0.44% | - |
| HSV(B) | 304.32º | 0.99% | 0.88% | - |
| XYZ | 42.15 | 20.44 | 61.4 | - |
| YUV | 91.86 | 193.55 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 208 | 0 | 0.99 | 0.07 | 0.12 | 304.32 | 0.98 | 0.44 |
| Hex | E0 | 2 | D0 | 0 | 63 | 7 | C | 130 | 62 | 2C |
| Octal | 340 | 2 | 320 | 0 | 143 | 7 | 14 | 460 | 142 | 54 |
| Binary | 11100000 | 10 | 11010000 | 0 | 1100011 | 111 | 1100 | 100110000 | 1100010 | 101100 |
Color Harmonies of #E002D0
Complementary color
Monochromatic Colors of #E002D0
Black with #E002D0
Text Example
Text Example
White with #E002D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002D0; }
p { color: rgb(224,2,208); }
H1.HeaderClassName
{
color: #E002D0;
}
.AnyTagClassName
{
color: #E002D0;
}
</style>
background-color css
<style>
a { background-color: #E002D0; }
a { background-color: rgb(224,2,208); }
div.DivClassName
{
background-color: #E002D0;
}
.BgClassName
{
background-color: #E002D0;
}
</style>
border-color css
<style>
span { border-color: #E002D0; }
span { border-color: rgb(224,2,208); }
td.TdClassName
{
border-color: #E002D0;
}
.TagClassName
{
border-color: #E002D0;
}
</style>