Shades of Hot Magenta #E801C9
Tints of Hot Magenta #E801C9
RGB
CMYK
RGB Variations
Color information
#E801C9 (or 0xE801C9) is known color: Hot Magenta. HEX triplet: E8, 01 and C9. RGB value is (232,1,201). Sum of RGB (Red+Green+Blue) = 232+1+201=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E801C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E801C9 is #17FE36. Grayscale: #5C5C5C. Windows color (decimal): -1572407 or 13173224. OLE color: 13173224.
HSL color Cylindrical-coordinate representation of color #E801C9: hue angle of 308.05º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E801C9 is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 201 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.09 |
| HSL | 308.05º | 0.99% | 0.46% | - |
| HSV(B) | 308.05º | 1% | 0.91% | - |
| XYZ | 43.83 | 21.39 | 57.08 | - |
| YUV | 92.87 | 189.03 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 201 | 0 | 1.00 | 0.13 | 0.09 | 308.05 | 0.99 | 0.46 |
| Hex | E8 | 1 | C9 | 0 | 64 | D | 9 | 134 | 63 | 2E |
| Octal | 350 | 1 | 311 | 0 | 144 | 15 | 11 | 464 | 143 | 56 |
| Binary | 11101000 | 1 | 11001001 | 0 | 1100100 | 1101 | 1001 | 100110100 | 1100011 | 101110 |
Color Harmonies of #E801C9
Complementary color
Monochromatic Colors of #E801C9
Black with #E801C9
Text Example
Text Example
White with #E801C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E801C9; }
p { color: rgb(232,1,201); }
H1.HeaderClassName
{
color: #E801C9;
}
.AnyTagClassName
{
color: #E801C9;
}
</style>
background-color css
<style>
a { background-color: #E801C9; }
a { background-color: rgb(232,1,201); }
div.DivClassName
{
background-color: #E801C9;
}
.BgClassName
{
background-color: #E801C9;
}
</style>
border-color css
<style>
span { border-color: #E801C9; }
span { border-color: rgb(232,1,201); }
td.TdClassName
{
border-color: #E801C9;
}
.TagClassName
{
border-color: #E801C9;
}
</style>