Shades of Hot Magenta #E808DF
Tints of Hot Magenta #E808DF
RGB
CMYK
RGB Variations
Color information
#E808DF (or 0xE808DF) is known color: Hot Magenta. HEX triplet: E8, 08 and DF. RGB value is (232,8,223). Sum of RGB (Red+Green+Blue) = 232+8+223=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 8 (3.52% from 255 or 1.73% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E808DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E808DF is #17F720. Grayscale: #626262. Windows color (decimal): -1570593 or 14616808. OLE color: 14616808.
HSL color Cylindrical-coordinate representation of color #E808DF: hue angle of 302.41º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E808DF is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 223 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.09 |
| HSL | 302.41º | 0.93% | 0.47% | - |
| HSV(B) | 302.41º | 0.97% | 0.91% | - |
| XYZ | 46.68 | 22.66 | 71.72 | - |
| YUV | 99.49 | 197.71 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 223 | 0 | 0.97 | 0.04 | 0.09 | 302.41 | 0.93 | 0.47 |
| Hex | E8 | 8 | DF | 0 | 61 | 4 | 9 | 12E | 5D | 2F |
| Octal | 350 | 10 | 337 | 0 | 141 | 4 | 11 | 456 | 135 | 57 |
| Binary | 11101000 | 1000 | 11011111 | 0 | 1100001 | 100 | 1001 | 100101110 | 1011101 | 101111 |
Color Harmonies of #E808DF
Complementary color
Monochromatic Colors of #E808DF
Black with #E808DF
Text Example
Text Example
White with #E808DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E808DF; }
p { color: rgb(232,8,223); }
H1.HeaderClassName
{
color: #E808DF;
}
.AnyTagClassName
{
color: #E808DF;
}
</style>
background-color css
<style>
a { background-color: #E808DF; }
a { background-color: rgb(232,8,223); }
div.DivClassName
{
background-color: #E808DF;
}
.BgClassName
{
background-color: #E808DF;
}
</style>
border-color css
<style>
span { border-color: #E808DF; }
span { border-color: rgb(232,8,223); }
td.TdClassName
{
border-color: #E808DF;
}
.TagClassName
{
border-color: #E808DF;
}
</style>