Shades of Deep Magenta #E220DF
Tints of Deep Magenta #E220DF
RGB
CMYK
RGB Variations
Color information
#E220DF (or 0xE220DF) is known color: Deep Magenta. HEX triplet: E2, 20 and DF. RGB value is (226,32,223). Sum of RGB (Red+Green+Blue) = 226+32+223=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E220DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E220DF is #1DDF20. Grayscale: #6F6F6F. Windows color (decimal): -1957665 or 14622946. OLE color: 14622946.
HSL color Cylindrical-coordinate representation of color #E220DF: hue angle of 300.93º 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 #E220DF is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 223 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.11 |
| HSL | 300.93º | 0.77% | 0.51% | - |
| HSV(B) | 300.93º | 0.86% | 0.89% | - |
| XYZ | 45.2 | 22.53 | 71.78 | - |
| YUV | 111.78 | 190.77 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 223 | 0 | 0.86 | 0.01 | 0.11 | 300.93 | 0.77 | 0.51 |
| Hex | E2 | 20 | DF | 0 | 56 | 1 | B | 12D | 4D | 33 |
| Octal | 342 | 40 | 337 | 0 | 126 | 1 | 13 | 455 | 115 | 63 |
| Binary | 11100010 | 100000 | 11011111 | 0 | 1010110 | 1 | 1011 | 100101101 | 1001101 | 110011 |
Color Harmonies of #E220DF
Complementary color
Monochromatic Colors of #E220DF
Black with #E220DF
Text Example
Text Example
White with #E220DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220DF; }
p { color: rgb(226,32,223); }
H1.HeaderClassName
{
color: #E220DF;
}
.AnyTagClassName
{
color: #E220DF;
}
</style>
background-color css
<style>
a { background-color: #E220DF; }
a { background-color: rgb(226,32,223); }
div.DivClassName
{
background-color: #E220DF;
}
.BgClassName
{
background-color: #E220DF;
}
</style>
border-color css
<style>
span { border-color: #E220DF; }
span { border-color: rgb(226,32,223); }
td.TdClassName
{
border-color: #E220DF;
}
.TagClassName
{
border-color: #E220DF;
}
</style>