Shades of Hot Magenta #E800C8
Tints of Hot Magenta #E800C8
RGB
CMYK
RGB Variations
Color information
#E800C8 (or 0xE800C8) is known color: Hot Magenta. HEX triplet: E8, 00 and C8. RGB value is (232,0,200). Sum of RGB (Red+Green+Blue) = 232+0+200=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E800C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E800C8 is #17FF37. Grayscale: #5B5B5B. Windows color (decimal): -1572664 or 13107432. OLE color: 13107432.
HSL color Cylindrical-coordinate representation of color #E800C8: hue angle of 308.28º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E800C8 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 200 | - |
| CMYK | 0 | 1 | 0.14 | 0.09 |
| HSL | 308.28º | 1% | 0.45% | - |
| HSV(B) | 308.28º | 1% | 0.91% | - |
| XYZ | 43.7 | 21.33 | 56.46 | - |
| YUV | 92.17 | 188.86 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 200 | 0 | 1 | 0.14 | 0.09 | 308.28 | 1 | 0.45 |
| Hex | E8 | 0 | C8 | 0 | 64 | E | 9 | 134 | 64 | 2D |
| Octal | 350 | 0 | 310 | 0 | 144 | 16 | 11 | 464 | 144 | 55 |
| Binary | 11101000 | 0 | 11001000 | 0 | 1100100 | 1110 | 1001 | 100110100 | 1100100 | 101101 |
Color Harmonies of #E800C8
Complementary color
Monochromatic Colors of #E800C8
Black with #E800C8
Text Example
Text Example
White with #E800C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E800C8; }
p { color: rgb(232,0,200); }
H1.HeaderClassName
{
color: #E800C8;
}
.AnyTagClassName
{
color: #E800C8;
}
</style>
background-color css
<style>
a { background-color: #E800C8; }
a { background-color: rgb(232,0,200); }
div.DivClassName
{
background-color: #E800C8;
}
.BgClassName
{
background-color: #E800C8;
}
</style>
border-color css
<style>
span { border-color: #E800C8; }
span { border-color: rgb(232,0,200); }
td.TdClassName
{
border-color: #E800C8;
}
.TagClassName
{
border-color: #E800C8;
}
</style>