Shades of Deep Magenta #E10ACE
Tints of Deep Magenta #E10ACE
RGB
CMYK
RGB Variations
Color information
#E10ACE (or 0xE10ACE) is known color: Deep Magenta. HEX triplet: E1, 0A and CE. RGB value is (225,10,206). Sum of RGB (Red+Green+Blue) = 225+10+206=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ACE is #1EF531. Grayscale: #606060. Windows color (decimal): -2028850 or 13503201. OLE color: 13503201.
HSL color Cylindrical-coordinate representation of color #E10ACE: hue angle of 305.3º 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 #E10ACE is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 206 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.12 |
| HSL | 305.3º | 0.91% | 0.46% | - |
| HSV(B) | 305.3º | 0.96% | 0.88% | - |
| XYZ | 42.3 | 20.68 | 60.15 | - |
| YUV | 96.63 | 189.73 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 206 | 0 | 0.96 | 0.08 | 0.12 | 305.3 | 0.91 | 0.46 |
| Hex | E1 | A | CE | 0 | 60 | 8 | C | 131 | 5B | 2E |
| Octal | 341 | 12 | 316 | 0 | 140 | 10 | 14 | 461 | 133 | 56 |
| Binary | 11100001 | 1010 | 11001110 | 0 | 1100000 | 1000 | 1100 | 100110001 | 1011011 | 101110 |
Color Harmonies of #E10ACE
Complementary color
Monochromatic Colors of #E10ACE
Black with #E10ACE
Text Example
Text Example
White with #E10ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10ACE; }
p { color: rgb(225,10,206); }
H1.HeaderClassName
{
color: #E10ACE;
}
.AnyTagClassName
{
color: #E10ACE;
}
</style>
background-color css
<style>
a { background-color: #E10ACE; }
a { background-color: rgb(225,10,206); }
div.DivClassName
{
background-color: #E10ACE;
}
.BgClassName
{
background-color: #E10ACE;
}
</style>
border-color css
<style>
span { border-color: #E10ACE; }
span { border-color: rgb(225,10,206); }
td.TdClassName
{
border-color: #E10ACE;
}
.TagClassName
{
border-color: #E10ACE;
}
</style>