Shades of Deep Magenta #E117DC
Tints of Deep Magenta #E117DC
RGB
CMYK
RGB Variations
Color information
#E117DC (or 0xE117DC) is known color: Deep Magenta. HEX triplet: E1, 17 and DC. RGB value is (225,23,220). Sum of RGB (Red+Green+Blue) = 225+23+220=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 23 (9.38% from 255 or 4.91% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E117DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117DC is #1EE823. Grayscale: #696969. Windows color (decimal): -2025508 or 14424033. OLE color: 14424033.
HSL color Cylindrical-coordinate representation of color #E117DC: hue angle of 301.49º 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 #E117DC is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 220 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.12 |
| HSL | 301.49º | 0.81% | 0.49% | - |
| HSV(B) | 301.49º | 0.9% | 0.88% | - |
| XYZ | 44.28 | 21.79 | 69.58 | - |
| YUV | 105.86 | 192.42 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 220 | 0 | 0.90 | 0.02 | 0.12 | 301.49 | 0.81 | 0.49 |
| Hex | E1 | 17 | DC | 0 | 5A | 2 | C | 12D | 51 | 31 |
| Octal | 341 | 27 | 334 | 0 | 132 | 2 | 14 | 455 | 121 | 61 |
| Binary | 11100001 | 10111 | 11011100 | 0 | 1011010 | 10 | 1100 | 100101101 | 1010001 | 110001 |
Color Harmonies of #E117DC
Complementary color
Monochromatic Colors of #E117DC
Black with #E117DC
Text Example
Text Example
White with #E117DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E117DC; }
p { color: rgb(225,23,220); }
H1.HeaderClassName
{
color: #E117DC;
}
.AnyTagClassName
{
color: #E117DC;
}
</style>
background-color css
<style>
a { background-color: #E117DC; }
a { background-color: rgb(225,23,220); }
div.DivClassName
{
background-color: #E117DC;
}
.BgClassName
{
background-color: #E117DC;
}
</style>
border-color css
<style>
span { border-color: #E117DC; }
span { border-color: rgb(225,23,220); }
td.TdClassName
{
border-color: #E117DC;
}
.TagClassName
{
border-color: #E117DC;
}
</style>