Shades of Deep Magenta #E021DB
Tints of Deep Magenta #E021DB
RGB
CMYK
RGB Variations
Color information
#E021DB (or 0xE021DB) is known color: Deep Magenta. HEX triplet: E0, 21 and DB. RGB value is (224,33,219). Sum of RGB (Red+Green+Blue) = 224+33+219=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E021DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E021DB is #1FDE24. Grayscale: #6E6E6E. Windows color (decimal): -2088485 or 14361056. OLE color: 14361056.
HSL color Cylindrical-coordinate representation of color #E021DB: hue angle of 301.57º 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 #E021DB is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 219 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.12 |
| HSL | 301.57º | 0.75% | 0.5% | - |
| HSV(B) | 301.57º | 0.85% | 0.88% | - |
| XYZ | 44.07 | 22.05 | 68.95 | - |
| YUV | 111.31 | 188.78 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 219 | 0 | 0.85 | 0.02 | 0.12 | 301.57 | 0.75 | 0.5 |
| Hex | E0 | 21 | DB | 0 | 55 | 2 | C | 12E | 4B | 32 |
| Octal | 340 | 41 | 333 | 0 | 125 | 2 | 14 | 456 | 113 | 62 |
| Binary | 11100000 | 100001 | 11011011 | 0 | 1010101 | 10 | 1100 | 100101110 | 1001011 | 110010 |
Color Harmonies of #E021DB
Complementary color
Monochromatic Colors of #E021DB
Black with #E021DB
Text Example
Text Example
White with #E021DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E021DB; }
p { color: rgb(224,33,219); }
H1.HeaderClassName
{
color: #E021DB;
}
.AnyTagClassName
{
color: #E021DB;
}
</style>
background-color css
<style>
a { background-color: #E021DB; }
a { background-color: rgb(224,33,219); }
div.DivClassName
{
background-color: #E021DB;
}
.BgClassName
{
background-color: #E021DB;
}
</style>
border-color css
<style>
span { border-color: #E021DB; }
span { border-color: rgb(224,33,219); }
td.TdClassName
{
border-color: #E021DB;
}
.TagClassName
{
border-color: #E021DB;
}
</style>