Shades of Deep Magenta #E10ADA
Tints of Deep Magenta #E10ADA
RGB
CMYK
RGB Variations
Color information
#E10ADA (or 0xE10ADA) is known color: Deep Magenta. HEX triplet: E1, 0A and DA. RGB value is (225,10,218). Sum of RGB (Red+Green+Blue) = 225+10+218=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ADA is #1EF525. Grayscale: #616161. Windows color (decimal): -2028838 or 14289633. OLE color: 14289633.
HSL color Cylindrical-coordinate representation of color #E10ADA: hue angle of 301.95º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10ADA is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 218 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.12 |
| HSL | 301.95º | 0.91% | 0.46% | - |
| HSV(B) | 301.95º | 0.96% | 0.88% | - |
| XYZ | 43.81 | 21.29 | 68.13 | - |
| YUV | 98 | 195.73 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 218 | 0 | 0.96 | 0.03 | 0.12 | 301.95 | 0.91 | 0.46 |
| Hex | E1 | A | DA | 0 | 60 | 3 | C | 12E | 5B | 2E |
| Octal | 341 | 12 | 332 | 0 | 140 | 3 | 14 | 456 | 133 | 56 |
| Binary | 11100001 | 1010 | 11011010 | 0 | 1100000 | 11 | 1100 | 100101110 | 1011011 | 101110 |
Color Harmonies of #E10ADA
Complementary color
Monochromatic Colors of #E10ADA
Black with #E10ADA
Text Example
Text Example
White with #E10ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10ADA; }
p { color: rgb(225,10,218); }
H1.HeaderClassName
{
color: #E10ADA;
}
.AnyTagClassName
{
color: #E10ADA;
}
</style>
background-color css
<style>
a { background-color: #E10ADA; }
a { background-color: rgb(225,10,218); }
div.DivClassName
{
background-color: #E10ADA;
}
.BgClassName
{
background-color: #E10ADA;
}
</style>
border-color css
<style>
span { border-color: #E10ADA; }
span { border-color: rgb(225,10,218); }
td.TdClassName
{
border-color: #E10ADA;
}
.TagClassName
{
border-color: #E10ADA;
}
</style>