Shades of Deep Magenta #E110DA
Tints of Deep Magenta #E110DA
RGB
CMYK
RGB Variations
Color information
#E110DA (or 0xE110DA) is known color: Deep Magenta. HEX triplet: E1, 10 and DA. RGB value is (225,16,218). Sum of RGB (Red+Green+Blue) = 225+16+218=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E110DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E110DA is #1EEF25. Grayscale: #646464. Windows color (decimal): -2027302 or 14291169. OLE color: 14291169.
HSL color Cylindrical-coordinate representation of color #E110DA: hue angle of 302.01º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E110DA is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 218 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.12 |
| HSL | 302.01º | 0.87% | 0.47% | - |
| HSV(B) | 302.01º | 0.93% | 0.88% | - |
| XYZ | 43.89 | 21.44 | 68.15 | - |
| YUV | 101.52 | 193.74 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 218 | 0 | 0.93 | 0.03 | 0.12 | 302.01 | 0.87 | 0.47 |
| Hex | E1 | 10 | DA | 0 | 5D | 3 | C | 12E | 57 | 2F |
| Octal | 341 | 20 | 332 | 0 | 135 | 3 | 14 | 456 | 127 | 57 |
| Binary | 11100001 | 10000 | 11011010 | 0 | 1011101 | 11 | 1100 | 100101110 | 1010111 | 101111 |
Color Harmonies of #E110DA
Complementary color
Monochromatic Colors of #E110DA
Black with #E110DA
Text Example
Text Example
White with #E110DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E110DA; }
p { color: rgb(225,16,218); }
H1.HeaderClassName
{
color: #E110DA;
}
.AnyTagClassName
{
color: #E110DA;
}
</style>
background-color css
<style>
a { background-color: #E110DA; }
a { background-color: rgb(225,16,218); }
div.DivClassName
{
background-color: #E110DA;
}
.BgClassName
{
background-color: #E110DA;
}
</style>
border-color css
<style>
span { border-color: #E110DA; }
span { border-color: rgb(225,16,218); }
td.TdClassName
{
border-color: #E110DA;
}
.TagClassName
{
border-color: #E110DA;
}
</style>