Shades of Deep Magenta #E00ACE
Tints of Deep Magenta #E00ACE
RGB
CMYK
RGB Variations
Color information
#E00ACE (or 0xE00ACE) is known color: Deep Magenta. HEX triplet: E0, 0A and CE. RGB value is (224,10,206). Sum of RGB (Red+Green+Blue) = 224+10+206=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E00ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00ACE is #1FF531. Grayscale: #5F5F5F. Windows color (decimal): -2094386 or 13503200. OLE color: 13503200.
HSL color Cylindrical-coordinate representation of color #E00ACE: hue angle of 305.05º 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 #E00ACE is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 206 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.12 |
| HSL | 305.05º | 0.91% | 0.46% | - |
| HSV(B) | 305.05º | 0.96% | 0.88% | - |
| XYZ | 41.99 | 20.52 | 60.14 | - |
| YUV | 96.33 | 189.9 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 206 | 0 | 0.96 | 0.08 | 0.12 | 305.05 | 0.91 | 0.46 |
| Hex | E0 | A | CE | 0 | 60 | 8 | C | 131 | 5B | 2E |
| Octal | 340 | 12 | 316 | 0 | 140 | 10 | 14 | 461 | 133 | 56 |
| Binary | 11100000 | 1010 | 11001110 | 0 | 1100000 | 1000 | 1100 | 100110001 | 1011011 | 101110 |
Color Harmonies of #E00ACE
Complementary color
Monochromatic Colors of #E00ACE
Black with #E00ACE
Text Example
Text Example
White with #E00ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00ACE; }
p { color: rgb(224,10,206); }
H1.HeaderClassName
{
color: #E00ACE;
}
.AnyTagClassName
{
color: #E00ACE;
}
</style>
background-color css
<style>
a { background-color: #E00ACE; }
a { background-color: rgb(224,10,206); }
div.DivClassName
{
background-color: #E00ACE;
}
.BgClassName
{
background-color: #E00ACE;
}
</style>
border-color css
<style>
span { border-color: #E00ACE; }
span { border-color: rgb(224,10,206); }
td.TdClassName
{
border-color: #E00ACE;
}
.TagClassName
{
border-color: #E00ACE;
}
</style>