Shades of Deep Magenta #E117CC
Tints of Deep Magenta #E117CC
RGB
CMYK
RGB Variations
Color information
#E117CC (or 0xE117CC) is known color: Deep Magenta. HEX triplet: E1, 17 and CC. RGB value is (225,23,204). Sum of RGB (Red+Green+Blue) = 225+23+204=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 23 (9.38% from 255 or 5.09% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E117CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117CC is #1EE833. Grayscale: #676767. Windows color (decimal): -2025524 or 13375457. OLE color: 13375457.
HSL color Cylindrical-coordinate representation of color #E117CC: hue angle of 306.24º 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 #E117CC is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 204 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.12 |
| HSL | 306.24º | 0.81% | 0.49% | - |
| HSV(B) | 306.24º | 0.9% | 0.88% | - |
| XYZ | 42.26 | 20.98 | 58.95 | - |
| YUV | 104.03 | 184.42 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 204 | 0 | 0.90 | 0.09 | 0.12 | 306.24 | 0.81 | 0.49 |
| Hex | E1 | 17 | CC | 0 | 5A | 9 | C | 132 | 51 | 31 |
| Octal | 341 | 27 | 314 | 0 | 132 | 11 | 14 | 462 | 121 | 61 |
| Binary | 11100001 | 10111 | 11001100 | 0 | 1011010 | 1001 | 1100 | 100110010 | 1010001 | 110001 |
Color Harmonies of #E117CC
Complementary color
Monochromatic Colors of #E117CC
Black with #E117CC
Text Example
Text Example
White with #E117CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E117CC; }
p { color: rgb(225,23,204); }
H1.HeaderClassName
{
color: #E117CC;
}
.AnyTagClassName
{
color: #E117CC;
}
</style>
background-color css
<style>
a { background-color: #E117CC; }
a { background-color: rgb(225,23,204); }
div.DivClassName
{
background-color: #E117CC;
}
.BgClassName
{
background-color: #E117CC;
}
</style>
border-color css
<style>
span { border-color: #E117CC; }
span { border-color: rgb(225,23,204); }
td.TdClassName
{
border-color: #E117CC;
}
.TagClassName
{
border-color: #E117CC;
}
</style>