Shades of Deep Magenta #E120DD
Tints of Deep Magenta #E120DD
RGB
CMYK
RGB Variations
Color information
#E120DD (or 0xE120DD) is known color: Deep Magenta. HEX triplet: E1, 20 and DD. RGB value is (225,32,221). Sum of RGB (Red+Green+Blue) = 225+32+221=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E120DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120DD is #1EDF22. Grayscale: #6E6E6E. Windows color (decimal): -2023203 or 14491873. OLE color: 14491873.
HSL color Cylindrical-coordinate representation of color #E120DD: hue angle of 301.24º 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 #E120DD is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 221 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.12 |
| HSL | 301.24º | 0.76% | 0.5% | - |
| HSV(B) | 301.24º | 0.86% | 0.88% | - |
| XYZ | 44.62 | 22.26 | 70.35 | - |
| YUV | 111.25 | 189.94 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 221 | 0 | 0.86 | 0.02 | 0.12 | 301.24 | 0.76 | 0.5 |
| Hex | E1 | 20 | DD | 0 | 56 | 2 | C | 12D | 4C | 32 |
| Octal | 341 | 40 | 335 | 0 | 126 | 2 | 14 | 455 | 114 | 62 |
| Binary | 11100001 | 100000 | 11011101 | 0 | 1010110 | 10 | 1100 | 100101101 | 1001100 | 110010 |
Color Harmonies of #E120DD
Complementary color
Monochromatic Colors of #E120DD
Black with #E120DD
Text Example
Text Example
White with #E120DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E120DD; }
p { color: rgb(225,32,221); }
H1.HeaderClassName
{
color: #E120DD;
}
.AnyTagClassName
{
color: #E120DD;
}
</style>
background-color css
<style>
a { background-color: #E120DD; }
a { background-color: rgb(225,32,221); }
div.DivClassName
{
background-color: #E120DD;
}
.BgClassName
{
background-color: #E120DD;
}
</style>
border-color css
<style>
span { border-color: #E120DD; }
span { border-color: rgb(225,32,221); }
td.TdClassName
{
border-color: #E120DD;
}
.TagClassName
{
border-color: #E120DD;
}
</style>