Shades of Hot Magenta #E80ADE
Tints of Hot Magenta #E80ADE
RGB
CMYK
RGB Variations
Color information
#E80ADE (or 0xE80ADE) is known color: Hot Magenta. HEX triplet: E8, 0A and DE. RGB value is (232,10,222). Sum of RGB (Red+Green+Blue) = 232+10+222=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E80ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80ADE is #17F521. Grayscale: #636363. Windows color (decimal): -1570082 or 14551784. OLE color: 14551784.
HSL color Cylindrical-coordinate representation of color #E80ADE: hue angle of 302.7º 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 #E80ADE is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 222 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.09 |
| HSL | 302.7º | 0.92% | 0.47% | - |
| HSV(B) | 302.7º | 0.96% | 0.91% | - |
| XYZ | 46.57 | 22.65 | 71.02 | - |
| YUV | 100.55 | 196.55 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 222 | 0 | 0.96 | 0.04 | 0.09 | 302.7 | 0.92 | 0.47 |
| Hex | E8 | A | DE | 0 | 60 | 4 | 9 | 12F | 5C | 2F |
| Octal | 350 | 12 | 336 | 0 | 140 | 4 | 11 | 457 | 134 | 57 |
| Binary | 11101000 | 1010 | 11011110 | 0 | 1100000 | 100 | 1001 | 100101111 | 1011100 | 101111 |
Color Harmonies of #E80ADE
Complementary color
Monochromatic Colors of #E80ADE
Black with #E80ADE
Text Example
Text Example
White with #E80ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80ADE; }
p { color: rgb(232,10,222); }
H1.HeaderClassName
{
color: #E80ADE;
}
.AnyTagClassName
{
color: #E80ADE;
}
</style>
background-color css
<style>
a { background-color: #E80ADE; }
a { background-color: rgb(232,10,222); }
div.DivClassName
{
background-color: #E80ADE;
}
.BgClassName
{
background-color: #E80ADE;
}
</style>
border-color css
<style>
span { border-color: #E80ADE; }
span { border-color: rgb(232,10,222); }
td.TdClassName
{
border-color: #E80ADE;
}
.TagClassName
{
border-color: #E80ADE;
}
</style>