Shades of Hot Magenta #E800C1
Tints of Hot Magenta #E800C1
RGB
CMYK
RGB Variations
Color information
#E800C1 (or 0xE800C1) is known color: Hot Magenta. HEX triplet: E8, 00 and C1. RGB value is (232,0,193). Sum of RGB (Red+Green+Blue) = 232+0+193=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E800C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E800C1 is #17FF3E. Grayscale: #5A5A5A. Windows color (decimal): -1572671 or 12648680. OLE color: 12648680.
HSL color Cylindrical-coordinate representation of color #E800C1: hue angle of 310.09º 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 #E800C1 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 193 | - |
| CMYK | 0 | 1 | 0.17 | 0.09 |
| HSL | 310.09º | 1% | 0.45% | - |
| HSV(B) | 310.09º | 1% | 0.91% | - |
| XYZ | 42.9 | 21.01 | 52.25 | - |
| YUV | 91.37 | 185.36 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 193 | 0 | 1 | 0.17 | 0.09 | 310.09 | 1 | 0.45 |
| Hex | E8 | 0 | C1 | 0 | 64 | 11 | 9 | 136 | 64 | 2D |
| Octal | 350 | 0 | 301 | 0 | 144 | 21 | 11 | 466 | 144 | 55 |
| Binary | 11101000 | 0 | 11000001 | 0 | 1100100 | 10001 | 1001 | 100110110 | 1100100 | 101101 |
Color Harmonies of #E800C1
Complementary color
Monochromatic Colors of #E800C1
Black with #E800C1
Text Example
Text Example
White with #E800C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E800C1; }
p { color: rgb(232,0,193); }
H1.HeaderClassName
{
color: #E800C1;
}
.AnyTagClassName
{
color: #E800C1;
}
</style>
background-color css
<style>
a { background-color: #E800C1; }
a { background-color: rgb(232,0,193); }
div.DivClassName
{
background-color: #E800C1;
}
.BgClassName
{
background-color: #E800C1;
}
</style>
border-color css
<style>
span { border-color: #E800C1; }
span { border-color: rgb(232,0,193); }
td.TdClassName
{
border-color: #E800C1;
}
.TagClassName
{
border-color: #E800C1;
}
</style>