Shades of Hot Magenta #E80CDA
Tints of Hot Magenta #E80CDA
RGB
CMYK
RGB Variations
Color information
#E80CDA (or 0xE80CDA) is known color: Hot Magenta. HEX triplet: E8, 0C and DA. RGB value is (232,12,218). Sum of RGB (Red+Green+Blue) = 232+12+218=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E80CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80CDA is #17F325. Grayscale: #646464. Windows color (decimal): -1569574 or 14290152. OLE color: 14290152.
HSL color Cylindrical-coordinate representation of color #E80CDA: hue angle of 303.82º 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 #E80CDA is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 218 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.09 |
| HSL | 303.82º | 0.9% | 0.48% | - |
| HSV(B) | 303.82º | 0.95% | 0.91% | - |
| XYZ | 46.07 | 22.48 | 68.24 | - |
| YUV | 101.26 | 193.89 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 218 | 0 | 0.95 | 0.06 | 0.09 | 303.82 | 0.9 | 0.48 |
| Hex | E8 | C | DA | 0 | 5F | 6 | 9 | 130 | 5A | 30 |
| Octal | 350 | 14 | 332 | 0 | 137 | 6 | 11 | 460 | 132 | 60 |
| Binary | 11101000 | 1100 | 11011010 | 0 | 1011111 | 110 | 1001 | 100110000 | 1011010 | 110000 |
Color Harmonies of #E80CDA
Complementary color
Monochromatic Colors of #E80CDA
Black with #E80CDA
Text Example
Text Example
White with #E80CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80CDA; }
p { color: rgb(232,12,218); }
H1.HeaderClassName
{
color: #E80CDA;
}
.AnyTagClassName
{
color: #E80CDA;
}
</style>
background-color css
<style>
a { background-color: #E80CDA; }
a { background-color: rgb(232,12,218); }
div.DivClassName
{
background-color: #E80CDA;
}
.BgClassName
{
background-color: #E80CDA;
}
</style>
border-color css
<style>
span { border-color: #E80CDA; }
span { border-color: rgb(232,12,218); }
td.TdClassName
{
border-color: #E80CDA;
}
.TagClassName
{
border-color: #E80CDA;
}
</style>