Shades of Hot Magenta #E80BDF
Tints of Hot Magenta #E80BDF
RGB
CMYK
RGB Variations
Color information
#E80BDF (or 0xE80BDF) is known color: Hot Magenta. HEX triplet: E8, 0B and DF. RGB value is (232,11,223). Sum of RGB (Red+Green+Blue) = 232+11+223=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 11 (4.69% from 255 or 2.36% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E80BDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80BDF is #17F420. Grayscale: #646464. Windows color (decimal): -1569825 or 14617576. OLE color: 14617576.
HSL color Cylindrical-coordinate representation of color #E80BDF: hue angle of 302.44º degrees, saturation: 0.91, 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 #E80BDF is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 223 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.09 |
| HSL | 302.44º | 0.91% | 0.48% | - |
| HSV(B) | 302.44º | 0.95% | 0.91% | - |
| XYZ | 46.72 | 22.72 | 71.74 | - |
| YUV | 101.25 | 196.72 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 223 | 0 | 0.95 | 0.04 | 0.09 | 302.44 | 0.91 | 0.48 |
| Hex | E8 | B | DF | 0 | 5F | 4 | 9 | 12E | 5B | 30 |
| Octal | 350 | 13 | 337 | 0 | 137 | 4 | 11 | 456 | 133 | 60 |
| Binary | 11101000 | 1011 | 11011111 | 0 | 1011111 | 100 | 1001 | 100101110 | 1011011 | 110000 |
Color Harmonies of #E80BDF
Complementary color
Monochromatic Colors of #E80BDF
Black with #E80BDF
Text Example
Text Example
White with #E80BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80BDF; }
p { color: rgb(232,11,223); }
H1.HeaderClassName
{
color: #E80BDF;
}
.AnyTagClassName
{
color: #E80BDF;
}
</style>
background-color css
<style>
a { background-color: #E80BDF; }
a { background-color: rgb(232,11,223); }
div.DivClassName
{
background-color: #E80BDF;
}
.BgClassName
{
background-color: #E80BDF;
}
</style>
border-color css
<style>
span { border-color: #E80BDF; }
span { border-color: rgb(232,11,223); }
td.TdClassName
{
border-color: #E80BDF;
}
.TagClassName
{
border-color: #E80BDF;
}
</style>