Shades of Deep Magenta #E119DD
Tints of Deep Magenta #E119DD
RGB
CMYK
RGB Variations
Color information
#E119DD (or 0xE119DD) is known color: Deep Magenta. HEX triplet: E1, 19 and DD. RGB value is (225,25,221). Sum of RGB (Red+Green+Blue) = 225+25+221=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 25 (10.16% from 255 or 5.31% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E119DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E119DD is #1EE622. Grayscale: #6A6A6A. Windows color (decimal): -2024995 or 14490081. OLE color: 14490081.
HSL color Cylindrical-coordinate representation of color #E119DD: hue angle of 301.2º 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 #E119DD is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 221 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.12 |
| HSL | 301.2º | 0.8% | 0.49% | - |
| HSV(B) | 301.2º | 0.89% | 0.88% | - |
| XYZ | 44.45 | 21.92 | 70.3 | - |
| YUV | 107.14 | 192.26 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 221 | 0 | 0.89 | 0.02 | 0.12 | 301.2 | 0.8 | 0.49 |
| Hex | E1 | 19 | DD | 0 | 59 | 2 | C | 12D | 50 | 31 |
| Octal | 341 | 31 | 335 | 0 | 131 | 2 | 14 | 455 | 120 | 61 |
| Binary | 11100001 | 11001 | 11011101 | 0 | 1011001 | 10 | 1100 | 100101101 | 1010000 | 110001 |
Color Harmonies of #E119DD
Complementary color
Monochromatic Colors of #E119DD
Black with #E119DD
Text Example
Text Example
White with #E119DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E119DD; }
p { color: rgb(225,25,221); }
H1.HeaderClassName
{
color: #E119DD;
}
.AnyTagClassName
{
color: #E119DD;
}
</style>
background-color css
<style>
a { background-color: #E119DD; }
a { background-color: rgb(225,25,221); }
div.DivClassName
{
background-color: #E119DD;
}
.BgClassName
{
background-color: #E119DD;
}
</style>
border-color css
<style>
span { border-color: #E119DD; }
span { border-color: rgb(225,25,221); }
td.TdClassName
{
border-color: #E119DD;
}
.TagClassName
{
border-color: #E119DD;
}
</style>