Shades of Deep Magenta #E116CF
Tints of Deep Magenta #E116CF
RGB
CMYK
RGB Variations
Color information
#E116CF (or 0xE116CF) is known color: Deep Magenta. HEX triplet: E1, 16 and CF. RGB value is (225,22,207). Sum of RGB (Red+Green+Blue) = 225+22+207=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 22 (8.98% from 255 or 4.85% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E116CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E116CF is #1EE930. Grayscale: #676767. Windows color (decimal): -2025777 or 13571809. OLE color: 13571809.
HSL color Cylindrical-coordinate representation of color #E116CF: hue angle of 305.32º 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 #E116CF is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 207 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.12 |
| HSL | 305.32º | 0.82% | 0.48% | - |
| HSV(B) | 305.32º | 0.9% | 0.88% | - |
| XYZ | 42.6 | 21.09 | 60.86 | - |
| YUV | 103.79 | 186.25 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 207 | 0 | 0.90 | 0.08 | 0.12 | 305.32 | 0.82 | 0.48 |
| Hex | E1 | 16 | CF | 0 | 5A | 8 | C | 131 | 52 | 30 |
| Octal | 341 | 26 | 317 | 0 | 132 | 10 | 14 | 461 | 122 | 60 |
| Binary | 11100001 | 10110 | 11001111 | 0 | 1011010 | 1000 | 1100 | 100110001 | 1010010 | 110000 |
Color Harmonies of #E116CF
Complementary color
Monochromatic Colors of #E116CF
Black with #E116CF
Text Example
Text Example
White with #E116CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E116CF; }
p { color: rgb(225,22,207); }
H1.HeaderClassName
{
color: #E116CF;
}
.AnyTagClassName
{
color: #E116CF;
}
</style>
background-color css
<style>
a { background-color: #E116CF; }
a { background-color: rgb(225,22,207); }
div.DivClassName
{
background-color: #E116CF;
}
.BgClassName
{
background-color: #E116CF;
}
</style>
border-color css
<style>
span { border-color: #E116CF; }
span { border-color: rgb(225,22,207); }
td.TdClassName
{
border-color: #E116CF;
}
.TagClassName
{
border-color: #E116CF;
}
</style>