Shades of Deep Magenta #E004DB
Tints of Deep Magenta #E004DB
RGB
CMYK
RGB Variations
Color information
#E004DB (or 0xE004DB) is known color: Deep Magenta. HEX triplet: E0, 04 and DB. RGB value is (224,4,219). Sum of RGB (Red+Green+Blue) = 224+4+219=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E004DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E004DB is #1FFB24. Grayscale: #5D5D5D. Windows color (decimal): -2095909 or 14353632. OLE color: 14353632.
HSL color Cylindrical-coordinate representation of color #E004DB: hue angle of 301.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E004DB is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 219 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.12 |
| HSL | 301.36º | 0.96% | 0.45% | - |
| HSV(B) | 301.36º | 0.98% | 0.88% | - |
| XYZ | 43.57 | 21.05 | 68.78 | - |
| YUV | 94.29 | 198.39 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 219 | 0 | 0.98 | 0.02 | 0.12 | 301.36 | 0.96 | 0.45 |
| Hex | E0 | 4 | DB | 0 | 62 | 2 | C | 12D | 60 | 2D |
| Octal | 340 | 4 | 333 | 0 | 142 | 2 | 14 | 455 | 140 | 55 |
| Binary | 11100000 | 100 | 11011011 | 0 | 1100010 | 10 | 1100 | 100101101 | 1100000 | 101101 |
Color Harmonies of #E004DB
Complementary color
Monochromatic Colors of #E004DB
Black with #E004DB
Text Example
Text Example
White with #E004DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E004DB; }
p { color: rgb(224,4,219); }
H1.HeaderClassName
{
color: #E004DB;
}
.AnyTagClassName
{
color: #E004DB;
}
</style>
background-color css
<style>
a { background-color: #E004DB; }
a { background-color: rgb(224,4,219); }
div.DivClassName
{
background-color: #E004DB;
}
.BgClassName
{
background-color: #E004DB;
}
</style>
border-color css
<style>
span { border-color: #E004DB; }
span { border-color: rgb(224,4,219); }
td.TdClassName
{
border-color: #E004DB;
}
.TagClassName
{
border-color: #E004DB;
}
</style>