Shades of Deep Magenta #E022DA
Tints of Deep Magenta #E022DA
RGB
CMYK
RGB Variations
Color information
#E022DA (or 0xE022DA) is known color: Deep Magenta. HEX triplet: E0, 22 and DA. RGB value is (224,34,218). Sum of RGB (Red+Green+Blue) = 224+34+218=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 34 (13.67% from 255 or 7.14% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E022DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E022DA is #1FDD25. Grayscale: #6F6F6F. Windows color (decimal): -2088230 or 14295776. OLE color: 14295776.
HSL color Cylindrical-coordinate representation of color #E022DA: hue angle of 301.89º 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 #E022DA is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 218 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.12 |
| HSL | 301.89º | 0.75% | 0.51% | - |
| HSV(B) | 301.89º | 0.85% | 0.88% | - |
| XYZ | 43.97 | 22.05 | 68.27 | - |
| YUV | 111.79 | 187.95 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 218 | 0 | 0.85 | 0.03 | 0.12 | 301.89 | 0.75 | 0.51 |
| Hex | E0 | 22 | DA | 0 | 55 | 3 | C | 12E | 4B | 33 |
| Octal | 340 | 42 | 332 | 0 | 125 | 3 | 14 | 456 | 113 | 63 |
| Binary | 11100000 | 100010 | 11011010 | 0 | 1010101 | 11 | 1100 | 100101110 | 1001011 | 110011 |
Color Harmonies of #E022DA
Complementary color
Monochromatic Colors of #E022DA
Black with #E022DA
Text Example
Text Example
White with #E022DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E022DA; }
p { color: rgb(224,34,218); }
H1.HeaderClassName
{
color: #E022DA;
}
.AnyTagClassName
{
color: #E022DA;
}
</style>
background-color css
<style>
a { background-color: #E022DA; }
a { background-color: rgb(224,34,218); }
div.DivClassName
{
background-color: #E022DA;
}
.BgClassName
{
background-color: #E022DA;
}
</style>
border-color css
<style>
span { border-color: #E022DA; }
span { border-color: rgb(224,34,218); }
td.TdClassName
{
border-color: #E022DA;
}
.TagClassName
{
border-color: #E022DA;
}
</style>