Shades of Deep Magenta #E120DC
Tints of Deep Magenta #E120DC
RGB
CMYK
RGB Variations
Color information
#E120DC (or 0xE120DC) is known color: Deep Magenta. HEX triplet: E1, 20 and DC. RGB value is (225,32,220). Sum of RGB (Red+Green+Blue) = 225+32+220=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E120DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120DC is #1EDF23. Grayscale: #6E6E6E. Windows color (decimal): -2023204 or 14426337. OLE color: 14426337.
HSL color Cylindrical-coordinate representation of color #E120DC: hue angle of 301.55º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E120DC is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 220 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.12 |
| HSL | 301.55º | 0.76% | 0.5% | - |
| HSV(B) | 301.55º | 0.86% | 0.88% | - |
| XYZ | 44.49 | 22.21 | 69.65 | - |
| YUV | 111.14 | 189.44 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 220 | 0 | 0.86 | 0.02 | 0.12 | 301.55 | 0.76 | 0.5 |
| Hex | E1 | 20 | DC | 0 | 56 | 2 | C | 12E | 4C | 32 |
| Octal | 341 | 40 | 334 | 0 | 126 | 2 | 14 | 456 | 114 | 62 |
| Binary | 11100001 | 100000 | 11011100 | 0 | 1010110 | 10 | 1100 | 100101110 | 1001100 | 110010 |
Color Harmonies of #E120DC
Complementary color
Monochromatic Colors of #E120DC
Black with #E120DC
Text Example
Text Example
White with #E120DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E120DC; }
p { color: rgb(225,32,220); }
H1.HeaderClassName
{
color: #E120DC;
}
.AnyTagClassName
{
color: #E120DC;
}
</style>
background-color css
<style>
a { background-color: #E120DC; }
a { background-color: rgb(225,32,220); }
div.DivClassName
{
background-color: #E120DC;
}
.BgClassName
{
background-color: #E120DC;
}
</style>
border-color css
<style>
span { border-color: #E120DC; }
span { border-color: rgb(225,32,220); }
td.TdClassName
{
border-color: #E120DC;
}
.TagClassName
{
border-color: #E120DC;
}
</style>