Shades of Deep Magenta #E004DA
Tints of Deep Magenta #E004DA
RGB
CMYK
RGB Variations
Color information
#E004DA (or 0xE004DA) is known color: Deep Magenta. HEX triplet: E0, 04 and DA. RGB value is (224,4,218). Sum of RGB (Red+Green+Blue) = 224+4+218=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 4 (1.95% from 255 or 0.90% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E004DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E004DA is #1FFB25. Grayscale: #5D5D5D. Windows color (decimal): -2095910 or 14288096. OLE color: 14288096.
HSL color Cylindrical-coordinate representation of color #E004DA: hue angle of 301.64º 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 #E004DA is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 218 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.12 |
| HSL | 301.64º | 0.96% | 0.45% | - |
| HSV(B) | 301.64º | 0.98% | 0.88% | - |
| XYZ | 43.44 | 21 | 68.09 | - |
| YUV | 94.18 | 197.89 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 218 | 0 | 0.98 | 0.03 | 0.12 | 301.64 | 0.96 | 0.45 |
| Hex | E0 | 4 | DA | 0 | 62 | 3 | C | 12E | 60 | 2D |
| Octal | 340 | 4 | 332 | 0 | 142 | 3 | 14 | 456 | 140 | 55 |
| Binary | 11100000 | 100 | 11011010 | 0 | 1100010 | 11 | 1100 | 100101110 | 1100000 | 101101 |
Color Harmonies of #E004DA
Complementary color
Monochromatic Colors of #E004DA
Black with #E004DA
Text Example
Text Example
White with #E004DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E004DA; }
p { color: rgb(224,4,218); }
H1.HeaderClassName
{
color: #E004DA;
}
.AnyTagClassName
{
color: #E004DA;
}
</style>
background-color css
<style>
a { background-color: #E004DA; }
a { background-color: rgb(224,4,218); }
div.DivClassName
{
background-color: #E004DA;
}
.BgClassName
{
background-color: #E004DA;
}
</style>
border-color css
<style>
span { border-color: #E004DA; }
span { border-color: rgb(224,4,218); }
td.TdClassName
{
border-color: #E004DA;
}
.TagClassName
{
border-color: #E004DA;
}
</style>