Shades of Deep Magenta #E002DB
Tints of Deep Magenta #E002DB
RGB
CMYK
RGB Variations
Color information
#E002DB (or 0xE002DB) is known color: Deep Magenta. HEX triplet: E0, 02 and DB. RGB value is (224,2,219). Sum of RGB (Red+Green+Blue) = 224+2+219=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E002DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002DB is #1FFD24. Grayscale: #5C5C5C. Windows color (decimal): -2096421 or 14353120. OLE color: 14353120.
HSL color Cylindrical-coordinate representation of color #E002DB: hue angle of 301.35º 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 #E002DB is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 219 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.12 |
| HSL | 301.35º | 0.98% | 0.44% | - |
| HSV(B) | 301.35º | 0.99% | 0.88% | - |
| XYZ | 43.55 | 21.01 | 68.78 | - |
| YUV | 93.12 | 199.05 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 219 | 0 | 0.99 | 0.02 | 0.12 | 301.35 | 0.98 | 0.44 |
| Hex | E0 | 2 | DB | 0 | 63 | 2 | C | 12D | 62 | 2C |
| Octal | 340 | 2 | 333 | 0 | 143 | 2 | 14 | 455 | 142 | 54 |
| Binary | 11100000 | 10 | 11011011 | 0 | 1100011 | 10 | 1100 | 100101101 | 1100010 | 101100 |
Color Harmonies of #E002DB
Complementary color
Monochromatic Colors of #E002DB
Black with #E002DB
Text Example
Text Example
White with #E002DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002DB; }
p { color: rgb(224,2,219); }
H1.HeaderClassName
{
color: #E002DB;
}
.AnyTagClassName
{
color: #E002DB;
}
</style>
background-color css
<style>
a { background-color: #E002DB; }
a { background-color: rgb(224,2,219); }
div.DivClassName
{
background-color: #E002DB;
}
.BgClassName
{
background-color: #E002DB;
}
</style>
border-color css
<style>
span { border-color: #E002DB; }
span { border-color: rgb(224,2,219); }
td.TdClassName
{
border-color: #E002DB;
}
.TagClassName
{
border-color: #E002DB;
}
</style>