Shades of Hot Magenta #E80FDD
Tints of Hot Magenta #E80FDD
RGB
CMYK
RGB Variations
Color information
#E80FDD (or 0xE80FDD) is known color: Hot Magenta. HEX triplet: E8, 0F and DD. RGB value is (232,15,221). Sum of RGB (Red+Green+Blue) = 232+15+221=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80FDD is #17F022. Grayscale: #666666. Windows color (decimal): -1568803 or 14487528. OLE color: 14487528.
HSL color Cylindrical-coordinate representation of color #E80FDD: hue angle of 303.04º 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 #E80FDD is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 221 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.09 |
| HSL | 303.04º | 0.88% | 0.48% | - |
| HSV(B) | 303.04º | 0.94% | 0.91% | - |
| XYZ | 46.5 | 22.72 | 70.34 | - |
| YUV | 103.37 | 194.39 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 221 | 0 | 0.94 | 0.05 | 0.09 | 303.04 | 0.88 | 0.48 |
| Hex | E8 | F | DD | 0 | 5E | 5 | 9 | 12F | 58 | 30 |
| Octal | 350 | 17 | 335 | 0 | 136 | 5 | 11 | 457 | 130 | 60 |
| Binary | 11101000 | 1111 | 11011101 | 0 | 1011110 | 101 | 1001 | 100101111 | 1011000 | 110000 |
Color Harmonies of #E80FDD
Complementary color
Monochromatic Colors of #E80FDD
Black with #E80FDD
Text Example
Text Example
White with #E80FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80FDD; }
p { color: rgb(232,15,221); }
H1.HeaderClassName
{
color: #E80FDD;
}
.AnyTagClassName
{
color: #E80FDD;
}
</style>
background-color css
<style>
a { background-color: #E80FDD; }
a { background-color: rgb(232,15,221); }
div.DivClassName
{
background-color: #E80FDD;
}
.BgClassName
{
background-color: #E80FDD;
}
</style>
border-color css
<style>
span { border-color: #E80FDD; }
span { border-color: rgb(232,15,221); }
td.TdClassName
{
border-color: #E80FDD;
}
.TagClassName
{
border-color: #E80FDD;
}
</style>