Shades of Hot Magenta #E80DDE
Tints of Hot Magenta #E80DDE
RGB
CMYK
RGB Variations
Color information
#E80DDE (or 0xE80DDE) is known color: Hot Magenta. HEX triplet: E8, 0D and DE. RGB value is (232,13,222). Sum of RGB (Red+Green+Blue) = 232+13+222=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E80DDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80DDE is #17F221. Grayscale: #656565. Windows color (decimal): -1569314 or 14552552. OLE color: 14552552.
HSL color Cylindrical-coordinate representation of color #E80DDE: hue angle of 302.74º 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 #E80DDE is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 222 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.09 |
| HSL | 302.74º | 0.89% | 0.48% | - |
| HSV(B) | 302.74º | 0.94% | 0.91% | - |
| XYZ | 46.61 | 22.72 | 71.04 | - |
| YUV | 102.31 | 195.55 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 222 | 0 | 0.94 | 0.04 | 0.09 | 302.74 | 0.89 | 0.48 |
| Hex | E8 | D | DE | 0 | 5E | 4 | 9 | 12F | 59 | 30 |
| Octal | 350 | 15 | 336 | 0 | 136 | 4 | 11 | 457 | 131 | 60 |
| Binary | 11101000 | 1101 | 11011110 | 0 | 1011110 | 100 | 1001 | 100101111 | 1011001 | 110000 |
Color Harmonies of #E80DDE
Complementary color
Monochromatic Colors of #E80DDE
Black with #E80DDE
Text Example
Text Example
White with #E80DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80DDE; }
p { color: rgb(232,13,222); }
H1.HeaderClassName
{
color: #E80DDE;
}
.AnyTagClassName
{
color: #E80DDE;
}
</style>
background-color css
<style>
a { background-color: #E80DDE; }
a { background-color: rgb(232,13,222); }
div.DivClassName
{
background-color: #E80DDE;
}
.BgClassName
{
background-color: #E80DDE;
}
</style>
border-color css
<style>
span { border-color: #E80DDE; }
span { border-color: rgb(232,13,222); }
td.TdClassName
{
border-color: #E80DDE;
}
.TagClassName
{
border-color: #E80DDE;
}
</style>