Shades of Deep Magenta #E220DC
Tints of Deep Magenta #E220DC
RGB
CMYK
RGB Variations
Color information
#E220DC (or 0xE220DC) is known color: Deep Magenta. HEX triplet: E2, 20 and DC. RGB value is (226,32,220). Sum of RGB (Red+Green+Blue) = 226+32+220=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E220DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E220DC is #1DDF23. Grayscale: #6E6E6E. Windows color (decimal): -1957668 or 14426338. OLE color: 14426338.
HSL color Cylindrical-coordinate representation of color #E220DC: hue angle of 301.86º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E220DC is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 220 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.11 |
| HSL | 301.86º | 0.77% | 0.51% | - |
| HSV(B) | 301.86º | 0.86% | 0.89% | - |
| XYZ | 44.8 | 22.37 | 69.67 | - |
| YUV | 111.44 | 189.27 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 220 | 0 | 0.86 | 0.03 | 0.11 | 301.86 | 0.77 | 0.51 |
| Hex | E2 | 20 | DC | 0 | 56 | 3 | B | 12E | 4D | 33 |
| Octal | 342 | 40 | 334 | 0 | 126 | 3 | 13 | 456 | 115 | 63 |
| Binary | 11100010 | 100000 | 11011100 | 0 | 1010110 | 11 | 1011 | 100101110 | 1001101 | 110011 |
Color Harmonies of #E220DC
Complementary color
Monochromatic Colors of #E220DC
Black with #E220DC
Text Example
Text Example
White with #E220DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220DC; }
p { color: rgb(226,32,220); }
H1.HeaderClassName
{
color: #E220DC;
}
.AnyTagClassName
{
color: #E220DC;
}
</style>
background-color css
<style>
a { background-color: #E220DC; }
a { background-color: rgb(226,32,220); }
div.DivClassName
{
background-color: #E220DC;
}
.BgClassName
{
background-color: #E220DC;
}
</style>
border-color css
<style>
span { border-color: #E220DC; }
span { border-color: rgb(226,32,220); }
td.TdClassName
{
border-color: #E220DC;
}
.TagClassName
{
border-color: #E220DC;
}
</style>