Shades of Deep Magenta #E019DA
Tints of Deep Magenta #E019DA
RGB
CMYK
RGB Variations
Color information
#E019DA (or 0xE019DA) is known color: Deep Magenta. HEX triplet: E0, 19 and DA. RGB value is (224,25,218). Sum of RGB (Red+Green+Blue) = 224+25+218=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E019DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E019DA is #1FE625. Grayscale: #696969. Windows color (decimal): -2090534 or 14293472. OLE color: 14293472.
HSL color Cylindrical-coordinate representation of color #E019DA: hue angle of 301.81º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E019DA is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 218 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.12 |
| HSL | 301.81º | 0.8% | 0.49% | - |
| HSV(B) | 301.81º | 0.89% | 0.88% | - |
| XYZ | 43.74 | 21.6 | 68.19 | - |
| YUV | 106.5 | 190.93 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 218 | 0 | 0.89 | 0.03 | 0.12 | 301.81 | 0.8 | 0.49 |
| Hex | E0 | 19 | DA | 0 | 59 | 3 | C | 12E | 50 | 31 |
| Octal | 340 | 31 | 332 | 0 | 131 | 3 | 14 | 456 | 120 | 61 |
| Binary | 11100000 | 11001 | 11011010 | 0 | 1011001 | 11 | 1100 | 100101110 | 1010000 | 110001 |
Color Harmonies of #E019DA
Complementary color
Monochromatic Colors of #E019DA
Black with #E019DA
Text Example
Text Example
White with #E019DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E019DA; }
p { color: rgb(224,25,218); }
H1.HeaderClassName
{
color: #E019DA;
}
.AnyTagClassName
{
color: #E019DA;
}
</style>
background-color css
<style>
a { background-color: #E019DA; }
a { background-color: rgb(224,25,218); }
div.DivClassName
{
background-color: #E019DA;
}
.BgClassName
{
background-color: #E019DA;
}
</style>
border-color css
<style>
span { border-color: #E019DA; }
span { border-color: rgb(224,25,218); }
td.TdClassName
{
border-color: #E019DA;
}
.TagClassName
{
border-color: #E019DA;
}
</style>