Shades of Deep Magenta #E019DD
Tints of Deep Magenta #E019DD
RGB
CMYK
RGB Variations
Color information
#E019DD (or 0xE019DD) is known color: Deep Magenta. HEX triplet: E0, 19 and DD. RGB value is (224,25,221). Sum of RGB (Red+Green+Blue) = 224+25+221=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E019DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E019DD is #1FE622. Grayscale: #6A6A6A. Windows color (decimal): -2090531 or 14490080. OLE color: 14490080.
HSL color Cylindrical-coordinate representation of color #E019DD: hue angle of 300.9º 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 #E019DD is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 221 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.12 |
| HSL | 300.9º | 0.8% | 0.49% | - |
| HSV(B) | 300.9º | 0.89% | 0.88% | - |
| XYZ | 44.14 | 21.76 | 70.28 | - |
| YUV | 106.85 | 192.43 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 221 | 0 | 0.89 | 0.01 | 0.12 | 300.9 | 0.8 | 0.49 |
| Hex | E0 | 19 | DD | 0 | 59 | 1 | C | 12D | 50 | 31 |
| Octal | 340 | 31 | 335 | 0 | 131 | 1 | 14 | 455 | 120 | 61 |
| Binary | 11100000 | 11001 | 11011101 | 0 | 1011001 | 1 | 1100 | 100101101 | 1010000 | 110001 |
Color Harmonies of #E019DD
Complementary color
Monochromatic Colors of #E019DD
Black with #E019DD
Text Example
Text Example
White with #E019DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E019DD; }
p { color: rgb(224,25,221); }
H1.HeaderClassName
{
color: #E019DD;
}
.AnyTagClassName
{
color: #E019DD;
}
</style>
background-color css
<style>
a { background-color: #E019DD; }
a { background-color: rgb(224,25,221); }
div.DivClassName
{
background-color: #E019DD;
}
.BgClassName
{
background-color: #E019DD;
}
</style>
border-color css
<style>
span { border-color: #E019DD; }
span { border-color: rgb(224,25,221); }
td.TdClassName
{
border-color: #E019DD;
}
.TagClassName
{
border-color: #E019DD;
}
</style>