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