Shades of Deep Magenta #E022DD
Tints of Deep Magenta #E022DD
RGB
CMYK
RGB Variations
Color information
#E022DD (or 0xE022DD) is known color: Deep Magenta. HEX triplet: E0, 22 and DD. RGB value is (224,34,221). Sum of RGB (Red+Green+Blue) = 224+34+221=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 34 (13.67% from 255 or 7.10% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E022DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E022DD is #1FDD22. Grayscale: #6F6F6F. Windows color (decimal): -2088227 or 14492384. OLE color: 14492384.
HSL color Cylindrical-coordinate representation of color #E022DD: hue angle of 300.95º 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 #E022DD is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 221 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.12 |
| HSL | 300.95º | 0.75% | 0.51% | - |
| HSV(B) | 300.95º | 0.85% | 0.88% | - |
| XYZ | 44.36 | 22.21 | 70.36 | - |
| YUV | 112.13 | 189.45 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 221 | 0 | 0.85 | 0.01 | 0.12 | 300.95 | 0.75 | 0.51 |
| Hex | E0 | 22 | DD | 0 | 55 | 1 | C | 12D | 4B | 33 |
| Octal | 340 | 42 | 335 | 0 | 125 | 1 | 14 | 455 | 113 | 63 |
| Binary | 11100000 | 100010 | 11011101 | 0 | 1010101 | 1 | 1100 | 100101101 | 1001011 | 110011 |
Color Harmonies of #E022DD
Complementary color
Monochromatic Colors of #E022DD
Black with #E022DD
Text Example
Text Example
White with #E022DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E022DD; }
p { color: rgb(224,34,221); }
H1.HeaderClassName
{
color: #E022DD;
}
.AnyTagClassName
{
color: #E022DD;
}
</style>
background-color css
<style>
a { background-color: #E022DD; }
a { background-color: rgb(224,34,221); }
div.DivClassName
{
background-color: #E022DD;
}
.BgClassName
{
background-color: #E022DD;
}
</style>
border-color css
<style>
span { border-color: #E022DD; }
span { border-color: rgb(224,34,221); }
td.TdClassName
{
border-color: #E022DD;
}
.TagClassName
{
border-color: #E022DD;
}
</style>