Shades of Deep Magenta #E021DD
Tints of Deep Magenta #E021DD
RGB
CMYK
RGB Variations
Color information
#E021DD (or 0xE021DD) is known color: Deep Magenta. HEX triplet: E0, 21 and DD. RGB value is (224,33,221). Sum of RGB (Red+Green+Blue) = 224+33+221=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E021DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E021DD is #1FDE22. Grayscale: #6E6E6E. Windows color (decimal): -2088483 or 14492128. OLE color: 14492128.
HSL color Cylindrical-coordinate representation of color #E021DD: hue angle of 300.94º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E021DD is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 221 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.12 |
| HSL | 300.94º | 0.75% | 0.5% | - |
| HSV(B) | 300.94º | 0.85% | 0.88% | - |
| XYZ | 44.34 | 22.16 | 70.35 | - |
| YUV | 111.54 | 189.78 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 221 | 0 | 0.85 | 0.01 | 0.12 | 300.94 | 0.75 | 0.5 |
| Hex | E0 | 21 | DD | 0 | 55 | 1 | C | 12D | 4B | 32 |
| Octal | 340 | 41 | 335 | 0 | 125 | 1 | 14 | 455 | 113 | 62 |
| Binary | 11100000 | 100001 | 11011101 | 0 | 1010101 | 1 | 1100 | 100101101 | 1001011 | 110010 |
Color Harmonies of #E021DD
Complementary color
Monochromatic Colors of #E021DD
Black with #E021DD
Text Example
Text Example
White with #E021DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E021DD; }
p { color: rgb(224,33,221); }
H1.HeaderClassName
{
color: #E021DD;
}
.AnyTagClassName
{
color: #E021DD;
}
</style>
background-color css
<style>
a { background-color: #E021DD; }
a { background-color: rgb(224,33,221); }
div.DivClassName
{
background-color: #E021DD;
}
.BgClassName
{
background-color: #E021DD;
}
</style>
border-color css
<style>
span { border-color: #E021DD; }
span { border-color: rgb(224,33,221); }
td.TdClassName
{
border-color: #E021DD;
}
.TagClassName
{
border-color: #E021DD;
}
</style>