Shades of Deep Magenta #E004DD
Tints of Deep Magenta #E004DD
RGB
CMYK
RGB Variations
Color information
#E004DD (or 0xE004DD) is known color: Deep Magenta. HEX triplet: E0, 04 and DD. RGB value is (224,4,221). Sum of RGB (Red+Green+Blue) = 224+4+221=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E004DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E004DD is #1FFB22. Grayscale: #5D5D5D. Windows color (decimal): -2095907 or 14484704. OLE color: 14484704.
HSL color Cylindrical-coordinate representation of color #E004DD: hue angle of 300.82º 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 #E004DD is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 221 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.12 |
| HSL | 300.82º | 0.96% | 0.45% | - |
| HSV(B) | 300.82º | 0.98% | 0.88% | - |
| XYZ | 43.84 | 21.15 | 70.18 | - |
| YUV | 94.52 | 199.39 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 221 | 0 | 0.98 | 0.01 | 0.12 | 300.82 | 0.96 | 0.45 |
| Hex | E0 | 4 | DD | 0 | 62 | 1 | C | 12D | 60 | 2D |
| Octal | 340 | 4 | 335 | 0 | 142 | 1 | 14 | 455 | 140 | 55 |
| Binary | 11100000 | 100 | 11011101 | 0 | 1100010 | 1 | 1100 | 100101101 | 1100000 | 101101 |
Color Harmonies of #E004DD
Complementary color
Monochromatic Colors of #E004DD
Black with #E004DD
Text Example
Text Example
White with #E004DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E004DD; }
p { color: rgb(224,4,221); }
H1.HeaderClassName
{
color: #E004DD;
}
.AnyTagClassName
{
color: #E004DD;
}
</style>
background-color css
<style>
a { background-color: #E004DD; }
a { background-color: rgb(224,4,221); }
div.DivClassName
{
background-color: #E004DD;
}
.BgClassName
{
background-color: #E004DD;
}
</style>
border-color css
<style>
span { border-color: #E004DD; }
span { border-color: rgb(224,4,221); }
td.TdClassName
{
border-color: #E004DD;
}
.TagClassName
{
border-color: #E004DD;
}
</style>