Shades of Deep Magenta #E118D0
Tints of Deep Magenta #E118D0
RGB
CMYK
RGB Variations
Color information
#E118D0 (or 0xE118D0) is known color: Deep Magenta. HEX triplet: E1, 18 and D0. RGB value is (225,24,208). Sum of RGB (Red+Green+Blue) = 225+24+208=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 24 (9.77% from 255 or 5.25% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E118D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E118D0 is #1EE72F. Grayscale: #686868. Windows color (decimal): -2025264 or 13637857. OLE color: 13637857.
HSL color Cylindrical-coordinate representation of color #E118D0: hue angle of 305.07º 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 #E118D0 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 208 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.12 |
| HSL | 305.07º | 0.81% | 0.49% | - |
| HSV(B) | 305.07º | 0.89% | 0.88% | - |
| XYZ | 42.76 | 21.21 | 61.52 | - |
| YUV | 105.08 | 186.09 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 208 | 0 | 0.89 | 0.08 | 0.12 | 305.07 | 0.81 | 0.49 |
| Hex | E1 | 18 | D0 | 0 | 59 | 8 | C | 131 | 51 | 31 |
| Octal | 341 | 30 | 320 | 0 | 131 | 10 | 14 | 461 | 121 | 61 |
| Binary | 11100001 | 11000 | 11010000 | 0 | 1011001 | 1000 | 1100 | 100110001 | 1010001 | 110001 |
Color Harmonies of #E118D0
Complementary color
Monochromatic Colors of #E118D0
Black with #E118D0
Text Example
Text Example
White with #E118D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E118D0; }
p { color: rgb(225,24,208); }
H1.HeaderClassName
{
color: #E118D0;
}
.AnyTagClassName
{
color: #E118D0;
}
</style>
background-color css
<style>
a { background-color: #E118D0; }
a { background-color: rgb(225,24,208); }
div.DivClassName
{
background-color: #E118D0;
}
.BgClassName
{
background-color: #E118D0;
}
</style>
border-color css
<style>
span { border-color: #E118D0; }
span { border-color: rgb(225,24,208); }
td.TdClassName
{
border-color: #E118D0;
}
.TagClassName
{
border-color: #E118D0;
}
</style>