Shades of Deep Magenta #E116CE
Tints of Deep Magenta #E116CE
RGB
CMYK
RGB Variations
Color information
#E116CE (or 0xE116CE) is known color: Deep Magenta. HEX triplet: E1, 16 and CE. RGB value is (225,22,206). Sum of RGB (Red+Green+Blue) = 225+22+206=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E116CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E116CE is #1EE931. Grayscale: #676767. Windows color (decimal): -2025778 or 13506273. OLE color: 13506273.
HSL color Cylindrical-coordinate representation of color #E116CE: hue angle of 305.62º 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 #E116CE is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 206 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.12 |
| HSL | 305.62º | 0.82% | 0.48% | - |
| HSV(B) | 305.62º | 0.9% | 0.88% | - |
| XYZ | 42.48 | 21.04 | 60.21 | - |
| YUV | 103.67 | 185.75 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 206 | 0 | 0.90 | 0.08 | 0.12 | 305.62 | 0.82 | 0.48 |
| Hex | E1 | 16 | CE | 0 | 5A | 8 | C | 132 | 52 | 30 |
| Octal | 341 | 26 | 316 | 0 | 132 | 10 | 14 | 462 | 122 | 60 |
| Binary | 11100001 | 10110 | 11001110 | 0 | 1011010 | 1000 | 1100 | 100110010 | 1010010 | 110000 |
Color Harmonies of #E116CE
Complementary color
Monochromatic Colors of #E116CE
Black with #E116CE
Text Example
Text Example
White with #E116CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E116CE; }
p { color: rgb(225,22,206); }
H1.HeaderClassName
{
color: #E116CE;
}
.AnyTagClassName
{
color: #E116CE;
}
</style>
background-color css
<style>
a { background-color: #E116CE; }
a { background-color: rgb(225,22,206); }
div.DivClassName
{
background-color: #E116CE;
}
.BgClassName
{
background-color: #E116CE;
}
</style>
border-color css
<style>
span { border-color: #E116CE; }
span { border-color: rgb(225,22,206); }
td.TdClassName
{
border-color: #E116CE;
}
.TagClassName
{
border-color: #E116CE;
}
</style>