Shades of Hot Magenta #E80ACC
Tints of Hot Magenta #E80ACC
RGB
CMYK
RGB Variations
Color information
#E80ACC (or 0xE80ACC) is known color: Hot Magenta. HEX triplet: E8, 0A and CC. RGB value is (232,10,204). Sum of RGB (Red+Green+Blue) = 232+10+204=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E80ACC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80ACC is #17F533. Grayscale: #616161. Windows color (decimal): -1570100 or 13372136. OLE color: 13372136.
HSL color Cylindrical-coordinate representation of color #E80ACC: hue angle of 307.57º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80ACC is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 204 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.09 |
| HSL | 307.57º | 0.92% | 0.47% | - |
| HSV(B) | 307.57º | 0.96% | 0.91% | - |
| XYZ | 44.29 | 21.73 | 58.99 | - |
| YUV | 98.49 | 187.55 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 204 | 0 | 0.96 | 0.12 | 0.09 | 307.57 | 0.92 | 0.47 |
| Hex | E8 | A | CC | 0 | 60 | C | 9 | 134 | 5C | 2F |
| Octal | 350 | 12 | 314 | 0 | 140 | 14 | 11 | 464 | 134 | 57 |
| Binary | 11101000 | 1010 | 11001100 | 0 | 1100000 | 1100 | 1001 | 100110100 | 1011100 | 101111 |
Color Harmonies of #E80ACC
Complementary color
Monochromatic Colors of #E80ACC
Black with #E80ACC
Text Example
Text Example
White with #E80ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80ACC; }
p { color: rgb(232,10,204); }
H1.HeaderClassName
{
color: #E80ACC;
}
.AnyTagClassName
{
color: #E80ACC;
}
</style>
background-color css
<style>
a { background-color: #E80ACC; }
a { background-color: rgb(232,10,204); }
div.DivClassName
{
background-color: #E80ACC;
}
.BgClassName
{
background-color: #E80ACC;
}
</style>
border-color css
<style>
span { border-color: #E80ACC; }
span { border-color: rgb(232,10,204); }
td.TdClassName
{
border-color: #E80ACC;
}
.TagClassName
{
border-color: #E80ACC;
}
</style>