Shades of Deep Magenta #E002DC
Tints of Deep Magenta #E002DC
RGB
CMYK
RGB Variations
Color information
#E002DC (or 0xE002DC) is known color: Deep Magenta. HEX triplet: E0, 02 and DC. RGB value is (224,2,220). Sum of RGB (Red+Green+Blue) = 224+2+220=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E002DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002DC is #1FFD23. Grayscale: #5C5C5C. Windows color (decimal): -2096420 or 14418656. OLE color: 14418656.
HSL color Cylindrical-coordinate representation of color #E002DC: hue angle of 301.08º 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 #E002DC is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 220 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.12 |
| HSL | 301.08º | 0.98% | 0.44% | - |
| HSV(B) | 301.08º | 0.99% | 0.88% | - |
| XYZ | 43.68 | 21.06 | 69.47 | - |
| YUV | 93.23 | 199.55 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 220 | 0 | 0.99 | 0.02 | 0.12 | 301.08 | 0.98 | 0.44 |
| Hex | E0 | 2 | DC | 0 | 63 | 2 | C | 12D | 62 | 2C |
| Octal | 340 | 2 | 334 | 0 | 143 | 2 | 14 | 455 | 142 | 54 |
| Binary | 11100000 | 10 | 11011100 | 0 | 1100011 | 10 | 1100 | 100101101 | 1100010 | 101100 |
Color Harmonies of #E002DC
Complementary color
Monochromatic Colors of #E002DC
Black with #E002DC
Text Example
Text Example
White with #E002DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002DC; }
p { color: rgb(224,2,220); }
H1.HeaderClassName
{
color: #E002DC;
}
.AnyTagClassName
{
color: #E002DC;
}
</style>
background-color css
<style>
a { background-color: #E002DC; }
a { background-color: rgb(224,2,220); }
div.DivClassName
{
background-color: #E002DC;
}
.BgClassName
{
background-color: #E002DC;
}
</style>
border-color css
<style>
span { border-color: #E002DC; }
span { border-color: rgb(224,2,220); }
td.TdClassName
{
border-color: #E002DC;
}
.TagClassName
{
border-color: #E002DC;
}
</style>