Shades of Deep Magenta #E119CF
Tints of Deep Magenta #E119CF
RGB
CMYK
RGB Variations
Color information
#E119CF (or 0xE119CF) is known color: Deep Magenta. HEX triplet: E1, 19 and CF. RGB value is (225,25,207). Sum of RGB (Red+Green+Blue) = 225+25+207=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E119CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E119CF is #1EE630. Grayscale: #696969. Windows color (decimal): -2025009 or 13572577. OLE color: 13572577.
HSL color Cylindrical-coordinate representation of color #E119CF: hue angle of 305.4º 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 #E119CF is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 207 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.12 |
| HSL | 305.4º | 0.8% | 0.49% | - |
| HSV(B) | 305.4º | 0.89% | 0.88% | - |
| XYZ | 42.66 | 21.21 | 60.88 | - |
| YUV | 105.55 | 185.26 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 207 | 0 | 0.89 | 0.08 | 0.12 | 305.4 | 0.8 | 0.49 |
| Hex | E1 | 19 | CF | 0 | 59 | 8 | C | 131 | 50 | 31 |
| Octal | 341 | 31 | 317 | 0 | 131 | 10 | 14 | 461 | 120 | 61 |
| Binary | 11100001 | 11001 | 11001111 | 0 | 1011001 | 1000 | 1100 | 100110001 | 1010000 | 110001 |
Color Harmonies of #E119CF
Complementary color
Monochromatic Colors of #E119CF
Black with #E119CF
Text Example
Text Example
White with #E119CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E119CF; }
p { color: rgb(225,25,207); }
H1.HeaderClassName
{
color: #E119CF;
}
.AnyTagClassName
{
color: #E119CF;
}
</style>
background-color css
<style>
a { background-color: #E119CF; }
a { background-color: rgb(225,25,207); }
div.DivClassName
{
background-color: #E119CF;
}
.BgClassName
{
background-color: #E119CF;
}
</style>
border-color css
<style>
span { border-color: #E119CF; }
span { border-color: rgb(225,25,207); }
td.TdClassName
{
border-color: #E119CF;
}
.TagClassName
{
border-color: #E119CF;
}
</style>