Shades of Deep Magenta #E117DB
Tints of Deep Magenta #E117DB
RGB
CMYK
RGB Variations
Color information
#E117DB (or 0xE117DB) is known color: Deep Magenta. HEX triplet: E1, 17 and DB. RGB value is (225,23,219). Sum of RGB (Red+Green+Blue) = 225+23+219=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E117DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117DB is #1EE824. Grayscale: #696969. Windows color (decimal): -2025509 or 14358497. OLE color: 14358497.
HSL color Cylindrical-coordinate representation of color #E117DB: hue angle of 301.78º 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 #E117DB is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 219 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.12 |
| HSL | 301.78º | 0.81% | 0.49% | - |
| HSV(B) | 301.78º | 0.9% | 0.88% | - |
| XYZ | 44.14 | 21.73 | 68.89 | - |
| YUV | 105.74 | 191.92 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 219 | 0 | 0.90 | 0.03 | 0.12 | 301.78 | 0.81 | 0.49 |
| Hex | E1 | 17 | DB | 0 | 5A | 3 | C | 12E | 51 | 31 |
| Octal | 341 | 27 | 333 | 0 | 132 | 3 | 14 | 456 | 121 | 61 |
| Binary | 11100001 | 10111 | 11011011 | 0 | 1011010 | 11 | 1100 | 100101110 | 1010001 | 110001 |
Color Harmonies of #E117DB
Complementary color
Monochromatic Colors of #E117DB
Black with #E117DB
Text Example
Text Example
White with #E117DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E117DB; }
p { color: rgb(225,23,219); }
H1.HeaderClassName
{
color: #E117DB;
}
.AnyTagClassName
{
color: #E117DB;
}
</style>
background-color css
<style>
a { background-color: #E117DB; }
a { background-color: rgb(225,23,219); }
div.DivClassName
{
background-color: #E117DB;
}
.BgClassName
{
background-color: #E117DB;
}
</style>
border-color css
<style>
span { border-color: #E117DB; }
span { border-color: rgb(225,23,219); }
td.TdClassName
{
border-color: #E117DB;
}
.TagClassName
{
border-color: #E117DB;
}
</style>