Shades of Deep Magenta #E002DA
Tints of Deep Magenta #E002DA
RGB
CMYK
RGB Variations
Color information
#E002DA (or 0xE002DA) is known color: Deep Magenta. HEX triplet: E0, 02 and DA. RGB value is (224,2,218). Sum of RGB (Red+Green+Blue) = 224+2+218=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 2 (1.17% from 255 or 0.45% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E002DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002DA is #1FFD25. Grayscale: #5C5C5C. Windows color (decimal): -2096422 or 14287584. OLE color: 14287584.
HSL color Cylindrical-coordinate representation of color #E002DA: hue angle of 301.62º 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 #E002DA is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 218 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.12 |
| HSL | 301.62º | 0.98% | 0.44% | - |
| HSV(B) | 301.62º | 0.99% | 0.88% | - |
| XYZ | 43.42 | 20.95 | 68.09 | - |
| YUV | 93 | 198.55 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 218 | 0 | 0.99 | 0.03 | 0.12 | 301.62 | 0.98 | 0.44 |
| Hex | E0 | 2 | DA | 0 | 63 | 3 | C | 12E | 62 | 2C |
| Octal | 340 | 2 | 332 | 0 | 143 | 3 | 14 | 456 | 142 | 54 |
| Binary | 11100000 | 10 | 11011010 | 0 | 1100011 | 11 | 1100 | 100101110 | 1100010 | 101100 |
Color Harmonies of #E002DA
Complementary color
Monochromatic Colors of #E002DA
Black with #E002DA
Text Example
Text Example
White with #E002DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002DA; }
p { color: rgb(224,2,218); }
H1.HeaderClassName
{
color: #E002DA;
}
.AnyTagClassName
{
color: #E002DA;
}
</style>
background-color css
<style>
a { background-color: #E002DA; }
a { background-color: rgb(224,2,218); }
div.DivClassName
{
background-color: #E002DA;
}
.BgClassName
{
background-color: #E002DA;
}
</style>
border-color css
<style>
span { border-color: #E002DA; }
span { border-color: rgb(224,2,218); }
td.TdClassName
{
border-color: #E002DA;
}
.TagClassName
{
border-color: #E002DA;
}
</style>