Shades of Deep Magenta #E011DD
Tints of Deep Magenta #E011DD
RGB
CMYK
RGB Variations
Color information
#E011DD (or 0xE011DD) is known color: Deep Magenta. HEX triplet: E0, 11 and DD. RGB value is (224,17,221). Sum of RGB (Red+Green+Blue) = 224+17+221=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 17 (7.03% from 255 or 3.68% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E011DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E011DD is #1FEE22. Grayscale: #656565. Windows color (decimal): -2092579 or 14488032. OLE color: 14488032.
HSL color Cylindrical-coordinate representation of color #E011DD: hue angle of 300.87º 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 #E011DD is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 221 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.12 |
| HSL | 300.87º | 0.86% | 0.47% | - |
| HSV(B) | 300.87º | 0.92% | 0.88% | - |
| XYZ | 43.99 | 21.47 | 70.23 | - |
| YUV | 102.15 | 195.08 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 221 | 0 | 0.92 | 0.01 | 0.12 | 300.87 | 0.86 | 0.47 |
| Hex | E0 | 11 | DD | 0 | 5C | 1 | C | 12D | 56 | 2F |
| Octal | 340 | 21 | 335 | 0 | 134 | 1 | 14 | 455 | 126 | 57 |
| Binary | 11100000 | 10001 | 11011101 | 0 | 1011100 | 1 | 1100 | 100101101 | 1010110 | 101111 |
Color Harmonies of #E011DD
Complementary color
Monochromatic Colors of #E011DD
Black with #E011DD
Text Example
Text Example
White with #E011DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E011DD; }
p { color: rgb(224,17,221); }
H1.HeaderClassName
{
color: #E011DD;
}
.AnyTagClassName
{
color: #E011DD;
}
</style>
background-color css
<style>
a { background-color: #E011DD; }
a { background-color: rgb(224,17,221); }
div.DivClassName
{
background-color: #E011DD;
}
.BgClassName
{
background-color: #E011DD;
}
</style>
border-color css
<style>
span { border-color: #E011DD; }
span { border-color: rgb(224,17,221); }
td.TdClassName
{
border-color: #E011DD;
}
.TagClassName
{
border-color: #E011DD;
}
</style>