Shades of Deep Magenta #E119DA
Tints of Deep Magenta #E119DA
RGB
CMYK
RGB Variations
Color information
#E119DA (or 0xE119DA) is known color: Deep Magenta. HEX triplet: E1, 19 and DA. RGB value is (225,25,218). Sum of RGB (Red+Green+Blue) = 225+25+218=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E119DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E119DA is #1EE625. Grayscale: #6A6A6A. Windows color (decimal): -2024998 or 14293473. OLE color: 14293473.
HSL color Cylindrical-coordinate representation of color #E119DA: hue angle of 302.1º 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 #E119DA is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 218 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.12 |
| HSL | 302.1º | 0.8% | 0.49% | - |
| HSV(B) | 302.1º | 0.89% | 0.88% | - |
| XYZ | 44.05 | 21.76 | 68.21 | - |
| YUV | 106.8 | 190.76 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 218 | 0 | 0.89 | 0.03 | 0.12 | 302.1 | 0.8 | 0.49 |
| Hex | E1 | 19 | DA | 0 | 59 | 3 | C | 12E | 50 | 31 |
| Octal | 341 | 31 | 332 | 0 | 131 | 3 | 14 | 456 | 120 | 61 |
| Binary | 11100001 | 11001 | 11011010 | 0 | 1011001 | 11 | 1100 | 100101110 | 1010000 | 110001 |
Color Harmonies of #E119DA
Complementary color
Monochromatic Colors of #E119DA
Black with #E119DA
Text Example
Text Example
White with #E119DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E119DA; }
p { color: rgb(225,25,218); }
H1.HeaderClassName
{
color: #E119DA;
}
.AnyTagClassName
{
color: #E119DA;
}
</style>
background-color css
<style>
a { background-color: #E119DA; }
a { background-color: rgb(225,25,218); }
div.DivClassName
{
background-color: #E119DA;
}
.BgClassName
{
background-color: #E119DA;
}
</style>
border-color css
<style>
span { border-color: #E119DA; }
span { border-color: rgb(225,25,218); }
td.TdClassName
{
border-color: #E119DA;
}
.TagClassName
{
border-color: #E119DA;
}
</style>