Shades of Hot Magenta #E800C5
Tints of Hot Magenta #E800C5
RGB
CMYK
RGB Variations
Color information
#E800C5 (or 0xE800C5) is known color: Hot Magenta. HEX triplet: E8, 00 and C5. RGB value is (232,0,197). Sum of RGB (Red+Green+Blue) = 232+0+197=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E800C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E800C5 is #17FF3A. Grayscale: #5B5B5B. Windows color (decimal): -1572667 or 12910824. OLE color: 12910824.
HSL color Cylindrical-coordinate representation of color #E800C5: hue angle of 309.05º 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 #E800C5 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 197 | - |
| CMYK | 0 | 1 | 0.15 | 0.09 |
| HSL | 309.05º | 1% | 0.45% | - |
| HSV(B) | 309.05º | 1% | 0.91% | - |
| XYZ | 43.36 | 21.19 | 54.63 | - |
| YUV | 91.83 | 187.36 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 197 | 0 | 1 | 0.15 | 0.09 | 309.05 | 1 | 0.45 |
| Hex | E8 | 0 | C5 | 0 | 64 | F | 9 | 135 | 64 | 2D |
| Octal | 350 | 0 | 305 | 0 | 144 | 17 | 11 | 465 | 144 | 55 |
| Binary | 11101000 | 0 | 11000101 | 0 | 1100100 | 1111 | 1001 | 100110101 | 1100100 | 101101 |
Color Harmonies of #E800C5
Complementary color
Monochromatic Colors of #E800C5
Black with #E800C5
Text Example
Text Example
White with #E800C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E800C5; }
p { color: rgb(232,0,197); }
H1.HeaderClassName
{
color: #E800C5;
}
.AnyTagClassName
{
color: #E800C5;
}
</style>
background-color css
<style>
a { background-color: #E800C5; }
a { background-color: rgb(232,0,197); }
div.DivClassName
{
background-color: #E800C5;
}
.BgClassName
{
background-color: #E800C5;
}
</style>
border-color css
<style>
span { border-color: #E800C5; }
span { border-color: rgb(232,0,197); }
td.TdClassName
{
border-color: #E800C5;
}
.TagClassName
{
border-color: #E800C5;
}
</style>