Shades of Deep Magenta #E117D3
Tints of Deep Magenta #E117D3
RGB
CMYK
RGB Variations
Color information
#E117D3 (or 0xE117D3) is known color: Deep Magenta. HEX triplet: E1, 17 and D3. RGB value is (225,23,211). Sum of RGB (Red+Green+Blue) = 225+23+211=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E117D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117D3 is #1EE82C. Grayscale: #686868. Windows color (decimal): -2025517 or 13834209. OLE color: 13834209.
HSL color Cylindrical-coordinate representation of color #E117D3: hue angle of 304.16º 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 #E117D3 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 211 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.12 |
| HSL | 304.16º | 0.81% | 0.49% | - |
| HSV(B) | 304.16º | 0.9% | 0.88% | - |
| XYZ | 43.12 | 21.32 | 63.47 | - |
| YUV | 104.83 | 187.92 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 211 | 0 | 0.90 | 0.06 | 0.12 | 304.16 | 0.81 | 0.49 |
| Hex | E1 | 17 | D3 | 0 | 5A | 6 | C | 130 | 51 | 31 |
| Octal | 341 | 27 | 323 | 0 | 132 | 6 | 14 | 460 | 121 | 61 |
| Binary | 11100001 | 10111 | 11010011 | 0 | 1011010 | 110 | 1100 | 100110000 | 1010001 | 110001 |
Color Harmonies of #E117D3
Complementary color
Monochromatic Colors of #E117D3
Black with #E117D3
Text Example
Text Example
White with #E117D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E117D3; }
p { color: rgb(225,23,211); }
H1.HeaderClassName
{
color: #E117D3;
}
.AnyTagClassName
{
color: #E117D3;
}
</style>
background-color css
<style>
a { background-color: #E117D3; }
a { background-color: rgb(225,23,211); }
div.DivClassName
{
background-color: #E117D3;
}
.BgClassName
{
background-color: #E117D3;
}
</style>
border-color css
<style>
span { border-color: #E117D3; }
span { border-color: rgb(225,23,211); }
td.TdClassName
{
border-color: #E117D3;
}
.TagClassName
{
border-color: #E117D3;
}
</style>