Shades of Deep Magenta #E022DB
Tints of Deep Magenta #E022DB
RGB
CMYK
RGB Variations
Color information
#E022DB (or 0xE022DB) is known color: Deep Magenta. HEX triplet: E0, 22 and DB. RGB value is (224,34,219). Sum of RGB (Red+Green+Blue) = 224+34+219=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 34 (13.67% from 255 or 7.13% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E022DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E022DB is #1FDD24. Grayscale: #6F6F6F. Windows color (decimal): -2088229 or 14361312. OLE color: 14361312.
HSL color Cylindrical-coordinate representation of color #E022DB: hue angle of 301.58º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E022DB is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 219 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.12 |
| HSL | 301.58º | 0.75% | 0.51% | - |
| HSV(B) | 301.58º | 0.85% | 0.88% | - |
| XYZ | 44.1 | 22.11 | 68.96 | - |
| YUV | 111.9 | 188.45 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 219 | 0 | 0.85 | 0.02 | 0.12 | 301.58 | 0.75 | 0.51 |
| Hex | E0 | 22 | DB | 0 | 55 | 2 | C | 12E | 4B | 33 |
| Octal | 340 | 42 | 333 | 0 | 125 | 2 | 14 | 456 | 113 | 63 |
| Binary | 11100000 | 100010 | 11011011 | 0 | 1010101 | 10 | 1100 | 100101110 | 1001011 | 110011 |
Color Harmonies of #E022DB
Complementary color
Monochromatic Colors of #E022DB
Black with #E022DB
Text Example
Text Example
White with #E022DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E022DB; }
p { color: rgb(224,34,219); }
H1.HeaderClassName
{
color: #E022DB;
}
.AnyTagClassName
{
color: #E022DB;
}
</style>
background-color css
<style>
a { background-color: #E022DB; }
a { background-color: rgb(224,34,219); }
div.DivClassName
{
background-color: #E022DB;
}
.BgClassName
{
background-color: #E022DB;
}
</style>
border-color css
<style>
span { border-color: #E022DB; }
span { border-color: rgb(224,34,219); }
td.TdClassName
{
border-color: #E022DB;
}
.TagClassName
{
border-color: #E022DB;
}
</style>