Shades of Hot Magenta #E80FD4
Tints of Hot Magenta #E80FD4
RGB
CMYK
RGB Variations
Color information
#E80FD4 (or 0xE80FD4) is known color: Hot Magenta. HEX triplet: E8, 0F and D4. RGB value is (232,15,212). Sum of RGB (Red+Green+Blue) = 232+15+212=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80FD4 is #17F02B. Grayscale: #656565. Windows color (decimal): -1568812 or 13897704. OLE color: 13897704.
HSL color Cylindrical-coordinate representation of color #E80FD4: hue angle of 305.53º degrees, saturation: 0.88, 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 #E80FD4 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 212 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.09 |
| HSL | 305.53º | 0.88% | 0.48% | - |
| HSV(B) | 305.53º | 0.94% | 0.91% | - |
| XYZ | 45.33 | 22.25 | 64.19 | - |
| YUV | 102.34 | 189.89 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 212 | 0 | 0.94 | 0.09 | 0.09 | 305.53 | 0.88 | 0.48 |
| Hex | E8 | F | D4 | 0 | 5E | 9 | 9 | 132 | 58 | 30 |
| Octal | 350 | 17 | 324 | 0 | 136 | 11 | 11 | 462 | 130 | 60 |
| Binary | 11101000 | 1111 | 11010100 | 0 | 1011110 | 1001 | 1001 | 100110010 | 1011000 | 110000 |
Color Harmonies of #E80FD4
Complementary color
Monochromatic Colors of #E80FD4
Black with #E80FD4
Text Example
Text Example
White with #E80FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80FD4; }
p { color: rgb(232,15,212); }
H1.HeaderClassName
{
color: #E80FD4;
}
.AnyTagClassName
{
color: #E80FD4;
}
</style>
background-color css
<style>
a { background-color: #E80FD4; }
a { background-color: rgb(232,15,212); }
div.DivClassName
{
background-color: #E80FD4;
}
.BgClassName
{
background-color: #E80FD4;
}
</style>
border-color css
<style>
span { border-color: #E80FD4; }
span { border-color: rgb(232,15,212); }
td.TdClassName
{
border-color: #E80FD4;
}
.TagClassName
{
border-color: #E80FD4;
}
</style>