Shades of Hot Magenta #E80EDD
Tints of Hot Magenta #E80EDD
RGB
CMYK
RGB Variations
Color information
#E80EDD (or 0xE80EDD) is known color: Hot Magenta. HEX triplet: E8, 0E and DD. RGB value is (232,14,221). Sum of RGB (Red+Green+Blue) = 232+14+221=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E80EDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80EDD is #17F122. Grayscale: #666666. Windows color (decimal): -1569059 or 14487272. OLE color: 14487272.
HSL color Cylindrical-coordinate representation of color #E80EDD: hue angle of 303.03º 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 #E80EDD is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 14 | 221 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.09 |
| HSL | 303.03º | 0.89% | 0.48% | - |
| HSV(B) | 303.03º | 0.94% | 0.91% | - |
| XYZ | 46.49 | 22.69 | 70.34 | - |
| YUV | 102.78 | 194.72 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 221 | 0 | 0.94 | 0.05 | 0.09 | 303.03 | 0.89 | 0.48 |
| Hex | E8 | E | DD | 0 | 5E | 5 | 9 | 12F | 59 | 30 |
| Octal | 350 | 16 | 335 | 0 | 136 | 5 | 11 | 457 | 131 | 60 |
| Binary | 11101000 | 1110 | 11011101 | 0 | 1011110 | 101 | 1001 | 100101111 | 1011001 | 110000 |
Color Harmonies of #E80EDD
Complementary color
Monochromatic Colors of #E80EDD
Black with #E80EDD
Text Example
Text Example
White with #E80EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80EDD; }
p { color: rgb(232,14,221); }
H1.HeaderClassName
{
color: #E80EDD;
}
.AnyTagClassName
{
color: #E80EDD;
}
</style>
background-color css
<style>
a { background-color: #E80EDD; }
a { background-color: rgb(232,14,221); }
div.DivClassName
{
background-color: #E80EDD;
}
.BgClassName
{
background-color: #E80EDD;
}
</style>
border-color css
<style>
span { border-color: #E80EDD; }
span { border-color: rgb(232,14,221); }
td.TdClassName
{
border-color: #E80EDD;
}
.TagClassName
{
border-color: #E80EDD;
}
</style>