Shades of Deep Magenta #E119DC
Tints of Deep Magenta #E119DC
RGB
CMYK
RGB Variations
Color information
#E119DC (or 0xE119DC) is known color: Deep Magenta. HEX triplet: E1, 19 and DC. RGB value is (225,25,220). Sum of RGB (Red+Green+Blue) = 225+25+220=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E119DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E119DC is #1EE623. Grayscale: #6A6A6A. Windows color (decimal): -2024996 or 14424545. OLE color: 14424545.
HSL color Cylindrical-coordinate representation of color #E119DC: hue angle of 301.5º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E119DC is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 220 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.12 |
| HSL | 301.5º | 0.8% | 0.49% | - |
| HSV(B) | 301.5º | 0.89% | 0.88% | - |
| XYZ | 44.32 | 21.87 | 69.6 | - |
| YUV | 107.03 | 191.76 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 220 | 0 | 0.89 | 0.02 | 0.12 | 301.5 | 0.8 | 0.49 |
| Hex | E1 | 19 | DC | 0 | 59 | 2 | C | 12E | 50 | 31 |
| Octal | 341 | 31 | 334 | 0 | 131 | 2 | 14 | 456 | 120 | 61 |
| Binary | 11100001 | 11001 | 11011100 | 0 | 1011001 | 10 | 1100 | 100101110 | 1010000 | 110001 |
Color Harmonies of #E119DC
Complementary color
Monochromatic Colors of #E119DC
Black with #E119DC
Text Example
Text Example
White with #E119DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E119DC; }
p { color: rgb(225,25,220); }
H1.HeaderClassName
{
color: #E119DC;
}
.AnyTagClassName
{
color: #E119DC;
}
</style>
background-color css
<style>
a { background-color: #E119DC; }
a { background-color: rgb(225,25,220); }
div.DivClassName
{
background-color: #E119DC;
}
.BgClassName
{
background-color: #E119DC;
}
</style>
border-color css
<style>
span { border-color: #E119DC; }
span { border-color: rgb(225,25,220); }
td.TdClassName
{
border-color: #E119DC;
}
.TagClassName
{
border-color: #E119DC;
}
</style>