Shades of Deep Magenta #E116D9
Tints of Deep Magenta #E116D9
RGB
CMYK
RGB Variations
Color information
#E116D9 (or 0xE116D9) is known color: Deep Magenta. HEX triplet: E1, 16 and D9. RGB value is (225,22,217). Sum of RGB (Red+Green+Blue) = 225+22+217=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E116D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E116D9 is #1EE926. Grayscale: #686868. Windows color (decimal): -2025767 or 14227169. OLE color: 14227169.
HSL color Cylindrical-coordinate representation of color #E116D9: hue angle of 302.36º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E116D9 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 217 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.12 |
| HSL | 302.36º | 0.82% | 0.48% | - |
| HSV(B) | 302.36º | 0.9% | 0.88% | - |
| XYZ | 43.86 | 21.59 | 67.5 | - |
| YUV | 104.93 | 191.25 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 217 | 0 | 0.90 | 0.04 | 0.12 | 302.36 | 0.82 | 0.48 |
| Hex | E1 | 16 | D9 | 0 | 5A | 4 | C | 12E | 52 | 30 |
| Octal | 341 | 26 | 331 | 0 | 132 | 4 | 14 | 456 | 122 | 60 |
| Binary | 11100001 | 10110 | 11011001 | 0 | 1011010 | 100 | 1100 | 100101110 | 1010010 | 110000 |
Color Harmonies of #E116D9
Complementary color
Monochromatic Colors of #E116D9
Black with #E116D9
Text Example
Text Example
White with #E116D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E116D9; }
p { color: rgb(225,22,217); }
H1.HeaderClassName
{
color: #E116D9;
}
.AnyTagClassName
{
color: #E116D9;
}
</style>
background-color css
<style>
a { background-color: #E116D9; }
a { background-color: rgb(225,22,217); }
div.DivClassName
{
background-color: #E116D9;
}
.BgClassName
{
background-color: #E116D9;
}
</style>
border-color css
<style>
span { border-color: #E116D9; }
span { border-color: rgb(225,22,217); }
td.TdClassName
{
border-color: #E116D9;
}
.TagClassName
{
border-color: #E116D9;
}
</style>