Shades of Deep Magenta #E120DA
Tints of Deep Magenta #E120DA
RGB
CMYK
RGB Variations
Color information
#E120DA (or 0xE120DA) is known color: Deep Magenta. HEX triplet: E1, 20 and DA. RGB value is (225,32,218). Sum of RGB (Red+Green+Blue) = 225+32+218=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E120DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120DA is #1EDF25. Grayscale: #6E6E6E. Windows color (decimal): -2023206 or 14295265. OLE color: 14295265.
HSL color Cylindrical-coordinate representation of color #E120DA: hue angle of 302.18º 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 #E120DA is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 218 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.12 |
| HSL | 302.18º | 0.76% | 0.5% | - |
| HSV(B) | 302.18º | 0.86% | 0.88% | - |
| XYZ | 44.22 | 22.1 | 68.27 | - |
| YUV | 110.91 | 188.44 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 218 | 0 | 0.86 | 0.03 | 0.12 | 302.18 | 0.76 | 0.5 |
| Hex | E1 | 20 | DA | 0 | 56 | 3 | C | 12E | 4C | 32 |
| Octal | 341 | 40 | 332 | 0 | 126 | 3 | 14 | 456 | 114 | 62 |
| Binary | 11100001 | 100000 | 11011010 | 0 | 1010110 | 11 | 1100 | 100101110 | 1001100 | 110010 |
Color Harmonies of #E120DA
Complementary color
Monochromatic Colors of #E120DA
Black with #E120DA
Text Example
Text Example
White with #E120DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E120DA; }
p { color: rgb(225,32,218); }
H1.HeaderClassName
{
color: #E120DA;
}
.AnyTagClassName
{
color: #E120DA;
}
</style>
background-color css
<style>
a { background-color: #E120DA; }
a { background-color: rgb(225,32,218); }
div.DivClassName
{
background-color: #E120DA;
}
.BgClassName
{
background-color: #E120DA;
}
</style>
border-color css
<style>
span { border-color: #E120DA; }
span { border-color: rgb(225,32,218); }
td.TdClassName
{
border-color: #E120DA;
}
.TagClassName
{
border-color: #E120DA;
}
</style>