Shades of Hot Magenta #E80BD3
Tints of Hot Magenta #E80BD3
RGB
CMYK
RGB Variations
Color information
#E80BD3 (or 0xE80BD3) is known color: Hot Magenta. HEX triplet: E8, 0B and D3. RGB value is (232,11,211). Sum of RGB (Red+Green+Blue) = 232+11+211=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E80BD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80BD3 is #17F42C. Grayscale: #636363. Windows color (decimal): -1569837 or 13831144. OLE color: 13831144.
HSL color Cylindrical-coordinate representation of color #E80BD3: hue angle of 305.7º 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 #E80BD3 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 211 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.09 |
| HSL | 305.7º | 0.91% | 0.48% | - |
| HSV(B) | 305.7º | 0.95% | 0.91% | - |
| XYZ | 45.16 | 22.1 | 63.51 | - |
| YUV | 99.88 | 190.72 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 211 | 0 | 0.95 | 0.09 | 0.09 | 305.7 | 0.91 | 0.48 |
| Hex | E8 | B | D3 | 0 | 5F | 9 | 9 | 132 | 5B | 30 |
| Octal | 350 | 13 | 323 | 0 | 137 | 11 | 11 | 462 | 133 | 60 |
| Binary | 11101000 | 1011 | 11010011 | 0 | 1011111 | 1001 | 1001 | 100110010 | 1011011 | 110000 |
Color Harmonies of #E80BD3
Complementary color
Monochromatic Colors of #E80BD3
Black with #E80BD3
Text Example
Text Example
White with #E80BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80BD3; }
p { color: rgb(232,11,211); }
H1.HeaderClassName
{
color: #E80BD3;
}
.AnyTagClassName
{
color: #E80BD3;
}
</style>
background-color css
<style>
a { background-color: #E80BD3; }
a { background-color: rgb(232,11,211); }
div.DivClassName
{
background-color: #E80BD3;
}
.BgClassName
{
background-color: #E80BD3;
}
</style>
border-color css
<style>
span { border-color: #E80BD3; }
span { border-color: rgb(232,11,211); }
td.TdClassName
{
border-color: #E80BD3;
}
.TagClassName
{
border-color: #E80BD3;
}
</style>