Shades of Deep Magenta #E117D6
Tints of Deep Magenta #E117D6
RGB
CMYK
RGB Variations
Color information
#E117D6 (or 0xE117D6) is known color: Deep Magenta. HEX triplet: E1, 17 and D6. RGB value is (225,23,214). Sum of RGB (Red+Green+Blue) = 225+23+214=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E117D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117D6 is #1EE829. Grayscale: #686868. Windows color (decimal): -2025514 or 14030817. OLE color: 14030817.
HSL color Cylindrical-coordinate representation of color #E117D6: hue angle of 303.27º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E117D6 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 214 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.12 |
| HSL | 303.27º | 0.81% | 0.49% | - |
| HSV(B) | 303.27º | 0.9% | 0.88% | - |
| XYZ | 43.5 | 21.48 | 65.47 | - |
| YUV | 105.17 | 189.42 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 214 | 0 | 0.90 | 0.05 | 0.12 | 303.27 | 0.81 | 0.49 |
| Hex | E1 | 17 | D6 | 0 | 5A | 5 | C | 12F | 51 | 31 |
| Octal | 341 | 27 | 326 | 0 | 132 | 5 | 14 | 457 | 121 | 61 |
| Binary | 11100001 | 10111 | 11010110 | 0 | 1011010 | 101 | 1100 | 100101111 | 1010001 | 110001 |
Color Harmonies of #E117D6
Complementary color
Monochromatic Colors of #E117D6
Black with #E117D6
Text Example
Text Example
White with #E117D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E117D6; }
p { color: rgb(225,23,214); }
H1.HeaderClassName
{
color: #E117D6;
}
.AnyTagClassName
{
color: #E117D6;
}
</style>
background-color css
<style>
a { background-color: #E117D6; }
a { background-color: rgb(225,23,214); }
div.DivClassName
{
background-color: #E117D6;
}
.BgClassName
{
background-color: #E117D6;
}
</style>
border-color css
<style>
span { border-color: #E117D6; }
span { border-color: rgb(225,23,214); }
td.TdClassName
{
border-color: #E117D6;
}
.TagClassName
{
border-color: #E117D6;
}
</style>