Shades of Deep Magenta #E021D4
Tints of Deep Magenta #E021D4
RGB
CMYK
RGB Variations
Color information
#E021D4 (or 0xE021D4) is known color: Deep Magenta. HEX triplet: E0, 21 and D4. RGB value is (224,33,212). Sum of RGB (Red+Green+Blue) = 224+33+212=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E021D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E021D4 is #1FDE2B. Grayscale: #6D6D6D. Windows color (decimal): -2088492 or 13902304. OLE color: 13902304.
HSL color Cylindrical-coordinate representation of color #E021D4: hue angle of 303.77º 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 #E021D4 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 212 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.12 |
| HSL | 303.77º | 0.75% | 0.5% | - |
| HSV(B) | 303.77º | 0.85% | 0.88% | - |
| XYZ | 43.17 | 21.69 | 64.2 | - |
| YUV | 110.52 | 185.28 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 212 | 0 | 0.85 | 0.05 | 0.12 | 303.77 | 0.75 | 0.5 |
| Hex | E0 | 21 | D4 | 0 | 55 | 5 | C | 130 | 4B | 32 |
| Octal | 340 | 41 | 324 | 0 | 125 | 5 | 14 | 460 | 113 | 62 |
| Binary | 11100000 | 100001 | 11010100 | 0 | 1010101 | 101 | 1100 | 100110000 | 1001011 | 110010 |
Color Harmonies of #E021D4
Complementary color
Monochromatic Colors of #E021D4
Black with #E021D4
Text Example
Text Example
White with #E021D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E021D4; }
p { color: rgb(224,33,212); }
H1.HeaderClassName
{
color: #E021D4;
}
.AnyTagClassName
{
color: #E021D4;
}
</style>
background-color css
<style>
a { background-color: #E021D4; }
a { background-color: rgb(224,33,212); }
div.DivClassName
{
background-color: #E021D4;
}
.BgClassName
{
background-color: #E021D4;
}
</style>
border-color css
<style>
span { border-color: #E021D4; }
span { border-color: rgb(224,33,212); }
td.TdClassName
{
border-color: #E021D4;
}
.TagClassName
{
border-color: #E021D4;
}
</style>