Shades of Deep Magenta #E117CD
Tints of Deep Magenta #E117CD
RGB
CMYK
RGB Variations
Color information
#E117CD (or 0xE117CD) is known color: Deep Magenta. HEX triplet: E1, 17 and CD. RGB value is (225,23,205). Sum of RGB (Red+Green+Blue) = 225+23+205=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 23 (9.38% from 255 or 5.08% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E117CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117CD is #1EE832. Grayscale: #676767. Windows color (decimal): -2025523 or 13440993. OLE color: 13440993.
HSL color Cylindrical-coordinate representation of color #E117CD: hue angle of 305.94º 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 #E117CD is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 205 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.12 |
| HSL | 305.94º | 0.81% | 0.49% | - |
| HSV(B) | 305.94º | 0.9% | 0.88% | - |
| XYZ | 42.38 | 21.03 | 59.58 | - |
| YUV | 104.15 | 184.92 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 205 | 0 | 0.90 | 0.09 | 0.12 | 305.94 | 0.81 | 0.49 |
| Hex | E1 | 17 | CD | 0 | 5A | 9 | C | 132 | 51 | 31 |
| Octal | 341 | 27 | 315 | 0 | 132 | 11 | 14 | 462 | 121 | 61 |
| Binary | 11100001 | 10111 | 11001101 | 0 | 1011010 | 1001 | 1100 | 100110010 | 1010001 | 110001 |
Color Harmonies of #E117CD
Complementary color
Monochromatic Colors of #E117CD
Black with #E117CD
Text Example
Text Example
White with #E117CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E117CD; }
p { color: rgb(225,23,205); }
H1.HeaderClassName
{
color: #E117CD;
}
.AnyTagClassName
{
color: #E117CD;
}
</style>
background-color css
<style>
a { background-color: #E117CD; }
a { background-color: rgb(225,23,205); }
div.DivClassName
{
background-color: #E117CD;
}
.BgClassName
{
background-color: #E117CD;
}
</style>
border-color css
<style>
span { border-color: #E117CD; }
span { border-color: rgb(225,23,205); }
td.TdClassName
{
border-color: #E117CD;
}
.TagClassName
{
border-color: #E117CD;
}
</style>