Shades of Hot Magenta #E800E1
Tints of Hot Magenta #E800E1
RGB
CMYK
RGB Variations
Color information
#E800E1 (or 0xE800E1) is known color: Hot Magenta. HEX triplet: E8, 00 and E1. RGB value is (232,0,225). Sum of RGB (Red+Green+Blue) = 232+0+225=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E800E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E800E1 is #17FF1E. Grayscale: #5E5E5E. Windows color (decimal): -1572639 or 14745832. OLE color: 14745832.
HSL color Cylindrical-coordinate representation of color #E800E1: hue angle of 301.81º 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 #E800E1 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 225 | - |
| CMYK | 0 | 1 | 0.03 | 0.09 |
| HSL | 301.81º | 1% | 0.45% | - |
| HSV(B) | 301.81º | 1% | 0.91% | - |
| XYZ | 46.87 | 22.59 | 73.12 | - |
| YUV | 95.02 | 201.36 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 225 | 0 | 1 | 0.03 | 0.09 | 301.81 | 1 | 0.45 |
| Hex | E8 | 0 | E1 | 0 | 64 | 3 | 9 | 12E | 64 | 2D |
| Octal | 350 | 0 | 341 | 0 | 144 | 3 | 11 | 456 | 144 | 55 |
| Binary | 11101000 | 0 | 11100001 | 0 | 1100100 | 11 | 1001 | 100101110 | 1100100 | 101101 |
Color Harmonies of #E800E1
Complementary color
Monochromatic Colors of #E800E1
Black with #E800E1
Text Example
Text Example
White with #E800E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E800E1; }
p { color: rgb(232,0,225); }
H1.HeaderClassName
{
color: #E800E1;
}
.AnyTagClassName
{
color: #E800E1;
}
</style>
background-color css
<style>
a { background-color: #E800E1; }
a { background-color: rgb(232,0,225); }
div.DivClassName
{
background-color: #E800E1;
}
.BgClassName
{
background-color: #E800E1;
}
</style>
border-color css
<style>
span { border-color: #E800E1; }
span { border-color: rgb(232,0,225); }
td.TdClassName
{
border-color: #E800E1;
}
.TagClassName
{
border-color: #E800E1;
}
</style>