Shades of Deep Magenta #E116D2
Tints of Deep Magenta #E116D2
RGB
CMYK
RGB Variations
Color information
#E116D2 (or 0xE116D2) is known color: Deep Magenta. HEX triplet: E1, 16 and D2. RGB value is (225,22,210). Sum of RGB (Red+Green+Blue) = 225+22+210=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 22 (8.98% from 255 or 4.81% from 457); Blue value is 210 (82.42% from 255 or 45.95% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E116D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E116D2 is #1EE92D. Grayscale: #676767. Windows color (decimal): -2025774 or 13768417. OLE color: 13768417.
HSL color Cylindrical-coordinate representation of color #E116D2: hue angle of 304.43º 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 #E116D2 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 210 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.12 |
| HSL | 304.43º | 0.82% | 0.48% | - |
| HSV(B) | 304.43º | 0.9% | 0.88% | - |
| XYZ | 42.97 | 21.23 | 62.81 | - |
| YUV | 104.13 | 187.75 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 210 | 0 | 0.90 | 0.07 | 0.12 | 304.43 | 0.82 | 0.48 |
| Hex | E1 | 16 | D2 | 0 | 5A | 7 | C | 130 | 52 | 30 |
| Octal | 341 | 26 | 322 | 0 | 132 | 7 | 14 | 460 | 122 | 60 |
| Binary | 11100001 | 10110 | 11010010 | 0 | 1011010 | 111 | 1100 | 100110000 | 1010010 | 110000 |
Color Harmonies of #E116D2
Complementary color
Monochromatic Colors of #E116D2
Black with #E116D2
Text Example
Text Example
White with #E116D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E116D2; }
p { color: rgb(225,22,210); }
H1.HeaderClassName
{
color: #E116D2;
}
.AnyTagClassName
{
color: #E116D2;
}
</style>
background-color css
<style>
a { background-color: #E116D2; }
a { background-color: rgb(225,22,210); }
div.DivClassName
{
background-color: #E116D2;
}
.BgClassName
{
background-color: #E116D2;
}
</style>
border-color css
<style>
span { border-color: #E116D2; }
span { border-color: rgb(225,22,210); }
td.TdClassName
{
border-color: #E116D2;
}
.TagClassName
{
border-color: #E116D2;
}
</style>