Shades of Deep Magenta #E011DA
Tints of Deep Magenta #E011DA
RGB
CMYK
RGB Variations
Color information
#E011DA (or 0xE011DA) is known color: Deep Magenta. HEX triplet: E0, 11 and DA. RGB value is (224,17,218). Sum of RGB (Red+Green+Blue) = 224+17+218=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E011DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E011DA is #1FEE25. Grayscale: #656565. Windows color (decimal): -2092582 or 14291424. OLE color: 14291424.
HSL color Cylindrical-coordinate representation of color #E011DA: hue angle of 301.74º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E011DA is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 218 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.12 |
| HSL | 301.74º | 0.86% | 0.47% | - |
| HSV(B) | 301.74º | 0.92% | 0.88% | - |
| XYZ | 43.6 | 21.31 | 68.15 | - |
| YUV | 101.81 | 193.58 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 218 | 0 | 0.92 | 0.03 | 0.12 | 301.74 | 0.86 | 0.47 |
| Hex | E0 | 11 | DA | 0 | 5C | 3 | C | 12E | 56 | 2F |
| Octal | 340 | 21 | 332 | 0 | 134 | 3 | 14 | 456 | 126 | 57 |
| Binary | 11100000 | 10001 | 11011010 | 0 | 1011100 | 11 | 1100 | 100101110 | 1010110 | 101111 |
Color Harmonies of #E011DA
Complementary color
Monochromatic Colors of #E011DA
Black with #E011DA
Text Example
Text Example
White with #E011DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E011DA; }
p { color: rgb(224,17,218); }
H1.HeaderClassName
{
color: #E011DA;
}
.AnyTagClassName
{
color: #E011DA;
}
</style>
background-color css
<style>
a { background-color: #E011DA; }
a { background-color: rgb(224,17,218); }
div.DivClassName
{
background-color: #E011DA;
}
.BgClassName
{
background-color: #E011DA;
}
</style>
border-color css
<style>
span { border-color: #E011DA; }
span { border-color: rgb(224,17,218); }
td.TdClassName
{
border-color: #E011DA;
}
.TagClassName
{
border-color: #E011DA;
}
</style>