Shades of Deep Magenta #E117DF
Tints of Deep Magenta #E117DF
RGB
CMYK
RGB Variations
Color information
#E117DF (or 0xE117DF) is known color: Deep Magenta. HEX triplet: E1, 17 and DF. RGB value is (225,23,223). Sum of RGB (Red+Green+Blue) = 225+23+223=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 23 (9.38% from 255 or 4.88% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E117DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117DF is #1EE820. Grayscale: #696969. Windows color (decimal): -2025505 or 14620641. OLE color: 14620641.
HSL color Cylindrical-coordinate representation of color #E117DF: hue angle of 300.59º 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 #E117DF is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 223 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.12 |
| HSL | 300.59º | 0.81% | 0.49% | - |
| HSV(B) | 300.59º | 0.9% | 0.88% | - |
| XYZ | 44.68 | 21.95 | 71.69 | - |
| YUV | 106.2 | 193.92 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 223 | 0 | 0.90 | 0.01 | 0.12 | 300.59 | 0.81 | 0.49 |
| Hex | E1 | 17 | DF | 0 | 5A | 1 | C | 12D | 51 | 31 |
| Octal | 341 | 27 | 337 | 0 | 132 | 1 | 14 | 455 | 121 | 61 |
| Binary | 11100001 | 10111 | 11011111 | 0 | 1011010 | 1 | 1100 | 100101101 | 1010001 | 110001 |
Color Harmonies of #E117DF
Complementary color
Monochromatic Colors of #E117DF
Black with #E117DF
Text Example
Text Example
White with #E117DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E117DF; }
p { color: rgb(225,23,223); }
H1.HeaderClassName
{
color: #E117DF;
}
.AnyTagClassName
{
color: #E117DF;
}
</style>
background-color css
<style>
a { background-color: #E117DF; }
a { background-color: rgb(225,23,223); }
div.DivClassName
{
background-color: #E117DF;
}
.BgClassName
{
background-color: #E117DF;
}
</style>
border-color css
<style>
span { border-color: #E117DF; }
span { border-color: rgb(225,23,223); }
td.TdClassName
{
border-color: #E117DF;
}
.TagClassName
{
border-color: #E117DF;
}
</style>