Shades of Deep Magenta #E120DF
Tints of Deep Magenta #E120DF
RGB
CMYK
RGB Variations
Color information
#E120DF (or 0xE120DF) is known color: Deep Magenta. HEX triplet: E1, 20 and DF. RGB value is (225,32,223). Sum of RGB (Red+Green+Blue) = 225+32+223=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 32 (12.89% from 255 or 6.67% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E120DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120DF is #1EDF20. Grayscale: #6E6E6E. Windows color (decimal): -2023201 or 14622945. OLE color: 14622945.
HSL color Cylindrical-coordinate representation of color #E120DF: hue angle of 300.62º 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 #E120DF is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 223 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.12 |
| HSL | 300.62º | 0.76% | 0.5% | - |
| HSV(B) | 300.62º | 0.86% | 0.88% | - |
| XYZ | 44.89 | 22.37 | 71.76 | - |
| YUV | 111.48 | 190.94 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 223 | 0 | 0.86 | 0.01 | 0.12 | 300.62 | 0.76 | 0.5 |
| Hex | E1 | 20 | DF | 0 | 56 | 1 | C | 12D | 4C | 32 |
| Octal | 341 | 40 | 337 | 0 | 126 | 1 | 14 | 455 | 114 | 62 |
| Binary | 11100001 | 100000 | 11011111 | 0 | 1010110 | 1 | 1100 | 100101101 | 1001100 | 110010 |
Color Harmonies of #E120DF
Complementary color
Monochromatic Colors of #E120DF
Black with #E120DF
Text Example
Text Example
White with #E120DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E120DF; }
p { color: rgb(225,32,223); }
H1.HeaderClassName
{
color: #E120DF;
}
.AnyTagClassName
{
color: #E120DF;
}
</style>
background-color css
<style>
a { background-color: #E120DF; }
a { background-color: rgb(225,32,223); }
div.DivClassName
{
background-color: #E120DF;
}
.BgClassName
{
background-color: #E120DF;
}
</style>
border-color css
<style>
span { border-color: #E120DF; }
span { border-color: rgb(225,32,223); }
td.TdClassName
{
border-color: #E120DF;
}
.TagClassName
{
border-color: #E120DF;
}
</style>