Shades of Deep Magenta #E117DA
Tints of Deep Magenta #E117DA
RGB
CMYK
RGB Variations
Color information
#E117DA (or 0xE117DA) is known color: Deep Magenta. HEX triplet: E1, 17 and DA. RGB value is (225,23,218). Sum of RGB (Red+Green+Blue) = 225+23+218=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 23 (9.38% from 255 or 4.94% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E117DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117DA is #1EE825. Grayscale: #696969. Windows color (decimal): -2025510 or 14292961. OLE color: 14292961.
HSL color Cylindrical-coordinate representation of color #E117DA: hue angle of 302.08º 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 #E117DA is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 218 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.12 |
| HSL | 302.08º | 0.81% | 0.49% | - |
| HSV(B) | 302.08º | 0.9% | 0.88% | - |
| XYZ | 44.01 | 21.68 | 68.2 | - |
| YUV | 105.63 | 191.42 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 218 | 0 | 0.90 | 0.03 | 0.12 | 302.08 | 0.81 | 0.49 |
| Hex | E1 | 17 | DA | 0 | 5A | 3 | C | 12E | 51 | 31 |
| Octal | 341 | 27 | 332 | 0 | 132 | 3 | 14 | 456 | 121 | 61 |
| Binary | 11100001 | 10111 | 11011010 | 0 | 1011010 | 11 | 1100 | 100101110 | 1010001 | 110001 |
Color Harmonies of #E117DA
Complementary color
Monochromatic Colors of #E117DA
Black with #E117DA
Text Example
Text Example
White with #E117DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E117DA; }
p { color: rgb(225,23,218); }
H1.HeaderClassName
{
color: #E117DA;
}
.AnyTagClassName
{
color: #E117DA;
}
</style>
background-color css
<style>
a { background-color: #E117DA; }
a { background-color: rgb(225,23,218); }
div.DivClassName
{
background-color: #E117DA;
}
.BgClassName
{
background-color: #E117DA;
}
</style>
border-color css
<style>
span { border-color: #E117DA; }
span { border-color: rgb(225,23,218); }
td.TdClassName
{
border-color: #E117DA;
}
.TagClassName
{
border-color: #E117DA;
}
</style>