Shades of Hot Magenta #E80DDB
Tints of Hot Magenta #E80DDB
RGB
CMYK
RGB Variations
Color information
#E80DDB (or 0xE80DDB) is known color: Hot Magenta. HEX triplet: E8, 0D and DB. RGB value is (232,13,219). Sum of RGB (Red+Green+Blue) = 232+13+219=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E80DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80DDB is #17F224. Grayscale: #656565. Windows color (decimal): -1569317 or 14355944. OLE color: 14355944.
HSL color Cylindrical-coordinate representation of color #E80DDB: hue angle of 303.56º degrees, saturation: 0.89, 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 #E80DDB is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 219 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.09 |
| HSL | 303.56º | 0.89% | 0.48% | - |
| HSV(B) | 303.56º | 0.94% | 0.91% | - |
| XYZ | 46.21 | 22.56 | 68.94 | - |
| YUV | 101.97 | 194.05 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 219 | 0 | 0.94 | 0.06 | 0.09 | 303.56 | 0.89 | 0.48 |
| Hex | E8 | D | DB | 0 | 5E | 6 | 9 | 130 | 59 | 30 |
| Octal | 350 | 15 | 333 | 0 | 136 | 6 | 11 | 460 | 131 | 60 |
| Binary | 11101000 | 1101 | 11011011 | 0 | 1011110 | 110 | 1001 | 100110000 | 1011001 | 110000 |
Color Harmonies of #E80DDB
Complementary color
Monochromatic Colors of #E80DDB
Black with #E80DDB
Text Example
Text Example
White with #E80DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80DDB; }
p { color: rgb(232,13,219); }
H1.HeaderClassName
{
color: #E80DDB;
}
.AnyTagClassName
{
color: #E80DDB;
}
</style>
background-color css
<style>
a { background-color: #E80DDB; }
a { background-color: rgb(232,13,219); }
div.DivClassName
{
background-color: #E80DDB;
}
.BgClassName
{
background-color: #E80DDB;
}
</style>
border-color css
<style>
span { border-color: #E80DDB; }
span { border-color: rgb(232,13,219); }
td.TdClassName
{
border-color: #E80DDB;
}
.TagClassName
{
border-color: #E80DDB;
}
</style>