Shades of Deep Magenta #E10ADC
Tints of Deep Magenta #E10ADC
RGB
CMYK
RGB Variations
Color information
#E10ADC (or 0xE10ADC) is known color: Deep Magenta. HEX triplet: E1, 0A and DC. RGB value is (225,10,220). Sum of RGB (Red+Green+Blue) = 225+10+220=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ADC is #1EF523. Grayscale: #616161. Windows color (decimal): -2028836 or 14420705. OLE color: 14420705.
HSL color Cylindrical-coordinate representation of color #E10ADC: hue angle of 301.4º 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 #E10ADC is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 220 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.12 |
| HSL | 301.4º | 0.91% | 0.46% | - |
| HSV(B) | 301.4º | 0.96% | 0.88% | - |
| XYZ | 44.08 | 21.39 | 69.52 | - |
| YUV | 98.23 | 196.73 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 220 | 0 | 0.96 | 0.02 | 0.12 | 301.4 | 0.91 | 0.46 |
| Hex | E1 | A | DC | 0 | 60 | 2 | C | 12D | 5B | 2E |
| Octal | 341 | 12 | 334 | 0 | 140 | 2 | 14 | 455 | 133 | 56 |
| Binary | 11100001 | 1010 | 11011100 | 0 | 1100000 | 10 | 1100 | 100101101 | 1011011 | 101110 |
Color Harmonies of #E10ADC
Complementary color
Monochromatic Colors of #E10ADC
Black with #E10ADC
Text Example
Text Example
White with #E10ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10ADC; }
p { color: rgb(225,10,220); }
H1.HeaderClassName
{
color: #E10ADC;
}
.AnyTagClassName
{
color: #E10ADC;
}
</style>
background-color css
<style>
a { background-color: #E10ADC; }
a { background-color: rgb(225,10,220); }
div.DivClassName
{
background-color: #E10ADC;
}
.BgClassName
{
background-color: #E10ADC;
}
</style>
border-color css
<style>
span { border-color: #E10ADC; }
span { border-color: rgb(225,10,220); }
td.TdClassName
{
border-color: #E10ADC;
}
.TagClassName
{
border-color: #E10ADC;
}
</style>