Shades of Deep Magenta #E117D0
Tints of Deep Magenta #E117D0
RGB
CMYK
RGB Variations
Color information
#E117D0 (or 0xE117D0) is known color: Deep Magenta. HEX triplet: E1, 17 and D0. RGB value is (225,23,208). Sum of RGB (Red+Green+Blue) = 225+23+208=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 23 (9.38% from 255 or 5.04% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E117D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117D0 is #1EE82F. Grayscale: #676767. Windows color (decimal): -2025520 or 13637601. OLE color: 13637601.
HSL color Cylindrical-coordinate representation of color #E117D0: hue angle of 305.05º 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 #E117D0 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 208 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.12 |
| HSL | 305.05º | 0.81% | 0.49% | - |
| HSV(B) | 305.05º | 0.9% | 0.88% | - |
| XYZ | 42.74 | 21.17 | 61.51 | - |
| YUV | 104.49 | 186.42 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 208 | 0 | 0.90 | 0.08 | 0.12 | 305.05 | 0.81 | 0.49 |
| Hex | E1 | 17 | D0 | 0 | 5A | 8 | C | 131 | 51 | 31 |
| Octal | 341 | 27 | 320 | 0 | 132 | 10 | 14 | 461 | 121 | 61 |
| Binary | 11100001 | 10111 | 11010000 | 0 | 1011010 | 1000 | 1100 | 100110001 | 1010001 | 110001 |
Color Harmonies of #E117D0
Complementary color
Monochromatic Colors of #E117D0
Black with #E117D0
Text Example
Text Example
White with #E117D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E117D0; }
p { color: rgb(225,23,208); }
H1.HeaderClassName
{
color: #E117D0;
}
.AnyTagClassName
{
color: #E117D0;
}
</style>
background-color css
<style>
a { background-color: #E117D0; }
a { background-color: rgb(225,23,208); }
div.DivClassName
{
background-color: #E117D0;
}
.BgClassName
{
background-color: #E117D0;
}
</style>
border-color css
<style>
span { border-color: #E117D0; }
span { border-color: rgb(225,23,208); }
td.TdClassName
{
border-color: #E117D0;
}
.TagClassName
{
border-color: #E117D0;
}
</style>