Shades of Deep Magenta #E118DB
Tints of Deep Magenta #E118DB
RGB
CMYK
RGB Variations
Color information
#E118DB (or 0xE118DB) is known color: Deep Magenta. HEX triplet: E1, 18 and DB. RGB value is (225,24,219). Sum of RGB (Red+Green+Blue) = 225+24+219=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E118DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E118DB is #1EE724. Grayscale: #696969. Windows color (decimal): -2025253 or 14358753. OLE color: 14358753.
HSL color Cylindrical-coordinate representation of color #E118DB: hue angle of 301.79º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E118DB is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 219 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.12 |
| HSL | 301.79º | 0.81% | 0.49% | - |
| HSV(B) | 301.79º | 0.89% | 0.88% | - |
| XYZ | 44.16 | 21.78 | 68.89 | - |
| YUV | 106.33 | 191.59 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 219 | 0 | 0.89 | 0.03 | 0.12 | 301.79 | 0.81 | 0.49 |
| Hex | E1 | 18 | DB | 0 | 59 | 3 | C | 12E | 51 | 31 |
| Octal | 341 | 30 | 333 | 0 | 131 | 3 | 14 | 456 | 121 | 61 |
| Binary | 11100001 | 11000 | 11011011 | 0 | 1011001 | 11 | 1100 | 100101110 | 1010001 | 110001 |
Color Harmonies of #E118DB
Complementary color
Monochromatic Colors of #E118DB
Black with #E118DB
Text Example
Text Example
White with #E118DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E118DB; }
p { color: rgb(225,24,219); }
H1.HeaderClassName
{
color: #E118DB;
}
.AnyTagClassName
{
color: #E118DB;
}
</style>
background-color css
<style>
a { background-color: #E118DB; }
a { background-color: rgb(225,24,219); }
div.DivClassName
{
background-color: #E118DB;
}
.BgClassName
{
background-color: #E118DB;
}
</style>
border-color css
<style>
span { border-color: #E118DB; }
span { border-color: rgb(225,24,219); }
td.TdClassName
{
border-color: #E118DB;
}
.TagClassName
{
border-color: #E118DB;
}
</style>