Shades of Hot Magenta #E60ACE
Tints of Hot Magenta #E60ACE
RGB
CMYK
RGB Variations
Color information
#E60ACE (or 0xE60ACE) is known color: Hot Magenta. HEX triplet: E6, 0A and CE. RGB value is (230,10,206). Sum of RGB (Red+Green+Blue) = 230+10+206=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ACE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ACE is #19F531. Grayscale: #616161. Windows color (decimal): -1701170 or 13503206. OLE color: 13503206.
HSL color Cylindrical-coordinate representation of color #E60ACE: hue angle of 306.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60ACE is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 206 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.10 |
| HSL | 306.55º | 0.92% | 0.47% | - |
| HSV(B) | 306.55º | 0.96% | 0.9% | - |
| XYZ | 43.88 | 21.5 | 60.23 | - |
| YUV | 98.12 | 188.89 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 206 | 0 | 0.96 | 0.10 | 0.10 | 306.55 | 0.92 | 0.47 |
| Hex | E6 | A | CE | 0 | 60 | A | A | 133 | 5C | 2F |
| Octal | 346 | 12 | 316 | 0 | 140 | 12 | 12 | 463 | 134 | 57 |
| Binary | 11100110 | 1010 | 11001110 | 0 | 1100000 | 1010 | 1010 | 100110011 | 1011100 | 101111 |
Color Harmonies of #E60ACE
Complementary color
Monochromatic Colors of #E60ACE
Black with #E60ACE
Text Example
Text Example
White with #E60ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60ACE; }
p { color: rgb(230,10,206); }
H1.HeaderClassName
{
color: #E60ACE;
}
.AnyTagClassName
{
color: #E60ACE;
}
</style>
background-color css
<style>
a { background-color: #E60ACE; }
a { background-color: rgb(230,10,206); }
div.DivClassName
{
background-color: #E60ACE;
}
.BgClassName
{
background-color: #E60ACE;
}
</style>
border-color css
<style>
span { border-color: #E60ACE; }
span { border-color: rgb(230,10,206); }
td.TdClassName
{
border-color: #E60ACE;
}
.TagClassName
{
border-color: #E60ACE;
}
</style>