Shades of Deep Magenta #E021D9
Tints of Deep Magenta #E021D9
RGB
CMYK
RGB Variations
Color information
#E021D9 (or 0xE021D9) is known color: Deep Magenta. HEX triplet: E0, 21 and D9. RGB value is (224,33,217). Sum of RGB (Red+Green+Blue) = 224+33+217=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 33 (13.28% from 255 or 6.96% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E021D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E021D9 is #1FDE26. Grayscale: #6E6E6E. Windows color (decimal): -2088487 or 14229984. OLE color: 14229984.
HSL color Cylindrical-coordinate representation of color #E021D9: hue angle of 302.2º 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 #E021D9 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 217 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.12 |
| HSL | 302.2º | 0.75% | 0.5% | - |
| HSV(B) | 302.2º | 0.85% | 0.88% | - |
| XYZ | 43.81 | 21.94 | 67.57 | - |
| YUV | 111.09 | 187.78 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 217 | 0 | 0.85 | 0.03 | 0.12 | 302.2 | 0.75 | 0.5 |
| Hex | E0 | 21 | D9 | 0 | 55 | 3 | C | 12E | 4B | 32 |
| Octal | 340 | 41 | 331 | 0 | 125 | 3 | 14 | 456 | 113 | 62 |
| Binary | 11100000 | 100001 | 11011001 | 0 | 1010101 | 11 | 1100 | 100101110 | 1001011 | 110010 |
Color Harmonies of #E021D9
Complementary color
Monochromatic Colors of #E021D9
Black with #E021D9
Text Example
Text Example
White with #E021D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E021D9; }
p { color: rgb(224,33,217); }
H1.HeaderClassName
{
color: #E021D9;
}
.AnyTagClassName
{
color: #E021D9;
}
</style>
background-color css
<style>
a { background-color: #E021D9; }
a { background-color: rgb(224,33,217); }
div.DivClassName
{
background-color: #E021D9;
}
.BgClassName
{
background-color: #E021D9;
}
</style>
border-color css
<style>
span { border-color: #E021D9; }
span { border-color: rgb(224,33,217); }
td.TdClassName
{
border-color: #E021D9;
}
.TagClassName
{
border-color: #E021D9;
}
</style>