Shades of Deep Magenta #E116CD
Tints of Deep Magenta #E116CD
RGB
CMYK
RGB Variations
Color information
#E116CD (or 0xE116CD) is known color: Deep Magenta. HEX triplet: E1, 16 and CD. RGB value is (225,22,205). Sum of RGB (Red+Green+Blue) = 225+22+205=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 22 (8.98% from 255 or 4.87% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E116CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E116CD is #1EE932. Grayscale: #676767. Windows color (decimal): -2025779 or 13440737. OLE color: 13440737.
HSL color Cylindrical-coordinate representation of color #E116CD: hue angle of 305.91º 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 #E116CD is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 205 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.12 |
| HSL | 305.91º | 0.82% | 0.48% | - |
| HSV(B) | 305.91º | 0.9% | 0.88% | - |
| XYZ | 42.36 | 20.99 | 59.58 | - |
| YUV | 103.56 | 185.25 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 205 | 0 | 0.90 | 0.09 | 0.12 | 305.91 | 0.82 | 0.48 |
| Hex | E1 | 16 | CD | 0 | 5A | 9 | C | 132 | 52 | 30 |
| Octal | 341 | 26 | 315 | 0 | 132 | 11 | 14 | 462 | 122 | 60 |
| Binary | 11100001 | 10110 | 11001101 | 0 | 1011010 | 1001 | 1100 | 100110010 | 1010010 | 110000 |
Color Harmonies of #E116CD
Complementary color
Monochromatic Colors of #E116CD
Black with #E116CD
Text Example
Text Example
White with #E116CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E116CD; }
p { color: rgb(225,22,205); }
H1.HeaderClassName
{
color: #E116CD;
}
.AnyTagClassName
{
color: #E116CD;
}
</style>
background-color css
<style>
a { background-color: #E116CD; }
a { background-color: rgb(225,22,205); }
div.DivClassName
{
background-color: #E116CD;
}
.BgClassName
{
background-color: #E116CD;
}
</style>
border-color css
<style>
span { border-color: #E116CD; }
span { border-color: rgb(225,22,205); }
td.TdClassName
{
border-color: #E116CD;
}
.TagClassName
{
border-color: #E116CD;
}
</style>