Shades of Hot Magenta #E80CDF
Tints of Hot Magenta #E80CDF
RGB
CMYK
RGB Variations
Color information
#E80CDF (or 0xE80CDF) is known color: Hot Magenta. HEX triplet: E8, 0C and DF. RGB value is (232,12,223). Sum of RGB (Red+Green+Blue) = 232+12+223=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 12 (5.08% from 255 or 2.57% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E80CDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80CDF is #17F320. Grayscale: #656565. Windows color (decimal): -1569569 or 14617832. OLE color: 14617832.
HSL color Cylindrical-coordinate representation of color #E80CDF: hue angle of 302.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80CDF is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 223 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.09 |
| HSL | 302.45º | 0.9% | 0.48% | - |
| HSV(B) | 302.45º | 0.95% | 0.91% | - |
| XYZ | 46.73 | 22.75 | 71.74 | - |
| YUV | 101.83 | 196.39 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 223 | 0 | 0.95 | 0.04 | 0.09 | 302.45 | 0.9 | 0.48 |
| Hex | E8 | C | DF | 0 | 5F | 4 | 9 | 12E | 5A | 30 |
| Octal | 350 | 14 | 337 | 0 | 137 | 4 | 11 | 456 | 132 | 60 |
| Binary | 11101000 | 1100 | 11011111 | 0 | 1011111 | 100 | 1001 | 100101110 | 1011010 | 110000 |
Color Harmonies of #E80CDF
Complementary color
Monochromatic Colors of #E80CDF
Black with #E80CDF
Text Example
Text Example
White with #E80CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80CDF; }
p { color: rgb(232,12,223); }
H1.HeaderClassName
{
color: #E80CDF;
}
.AnyTagClassName
{
color: #E80CDF;
}
</style>
background-color css
<style>
a { background-color: #E80CDF; }
a { background-color: rgb(232,12,223); }
div.DivClassName
{
background-color: #E80CDF;
}
.BgClassName
{
background-color: #E80CDF;
}
</style>
border-color css
<style>
span { border-color: #E80CDF; }
span { border-color: rgb(232,12,223); }
td.TdClassName
{
border-color: #E80CDF;
}
.TagClassName
{
border-color: #E80CDF;
}
</style>