Shades of Hot Magenta #E80ED1
Tints of Hot Magenta #E80ED1
RGB
CMYK
RGB Variations
Color information
#E80ED1 (or 0xE80ED1) is known color: Hot Magenta. HEX triplet: E8, 0E and D1. RGB value is (232,14,209). Sum of RGB (Red+Green+Blue) = 232+14+209=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 14 (5.86% from 255 or 3.08% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E80ED1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80ED1 is #17F12E. Grayscale: #646464. Windows color (decimal): -1569071 or 13700840. OLE color: 13700840.
HSL color Cylindrical-coordinate representation of color #E80ED1: hue angle of 306.33º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80ED1 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 14 | 209 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.09 |
| HSL | 306.33º | 0.89% | 0.48% | - |
| HSV(B) | 306.33º | 0.94% | 0.91% | - |
| XYZ | 44.94 | 22.07 | 62.21 | - |
| YUV | 101.41 | 188.72 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 209 | 0 | 0.94 | 0.10 | 0.09 | 306.33 | 0.89 | 0.48 |
| Hex | E8 | E | D1 | 0 | 5E | A | 9 | 132 | 59 | 30 |
| Octal | 350 | 16 | 321 | 0 | 136 | 12 | 11 | 462 | 131 | 60 |
| Binary | 11101000 | 1110 | 11010001 | 0 | 1011110 | 1010 | 1001 | 100110010 | 1011001 | 110000 |
Color Harmonies of #E80ED1
Complementary color
Monochromatic Colors of #E80ED1
Black with #E80ED1
Text Example
Text Example
White with #E80ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80ED1; }
p { color: rgb(232,14,209); }
H1.HeaderClassName
{
color: #E80ED1;
}
.AnyTagClassName
{
color: #E80ED1;
}
</style>
background-color css
<style>
a { background-color: #E80ED1; }
a { background-color: rgb(232,14,209); }
div.DivClassName
{
background-color: #E80ED1;
}
.BgClassName
{
background-color: #E80ED1;
}
</style>
border-color css
<style>
span { border-color: #E80ED1; }
span { border-color: rgb(232,14,209); }
td.TdClassName
{
border-color: #E80ED1;
}
.TagClassName
{
border-color: #E80ED1;
}
</style>