Shades of Hot Magenta #E819E1
Tints of Hot Magenta #E819E1
RGB
CMYK
RGB Variations
Color information
#E819E1 (or 0xE819E1) is known color: Hot Magenta. HEX triplet: E8, 19 and E1. RGB value is (232,25,225). Sum of RGB (Red+Green+Blue) = 232+25+225=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E819E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E819E1 is #17E61E. Grayscale: #6D6D6D. Windows color (decimal): -1566239 or 14752232. OLE color: 14752232.
HSL color Cylindrical-coordinate representation of color #E819E1: hue angle of 302.03º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E819E1 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 225 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.09 |
| HSL | 302.03º | 0.82% | 0.5% | - |
| HSV(B) | 302.03º | 0.89% | 0.91% | - |
| XYZ | 47.22 | 23.29 | 73.24 | - |
| YUV | 109.69 | 193.08 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 225 | 0 | 0.89 | 0.03 | 0.09 | 302.03 | 0.82 | 0.5 |
| Hex | E8 | 19 | E1 | 0 | 59 | 3 | 9 | 12E | 52 | 32 |
| Octal | 350 | 31 | 341 | 0 | 131 | 3 | 11 | 456 | 122 | 62 |
| Binary | 11101000 | 11001 | 11100001 | 0 | 1011001 | 11 | 1001 | 100101110 | 1010010 | 110010 |
Color Harmonies of #E819E1
Complementary color
Monochromatic Colors of #E819E1
Black with #E819E1
Text Example
Text Example
White with #E819E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E819E1; }
p { color: rgb(232,25,225); }
H1.HeaderClassName
{
color: #E819E1;
}
.AnyTagClassName
{
color: #E819E1;
}
</style>
background-color css
<style>
a { background-color: #E819E1; }
a { background-color: rgb(232,25,225); }
div.DivClassName
{
background-color: #E819E1;
}
.BgClassName
{
background-color: #E819E1;
}
</style>
border-color css
<style>
span { border-color: #E819E1; }
span { border-color: rgb(232,25,225); }
td.TdClassName
{
border-color: #E819E1;
}
.TagClassName
{
border-color: #E819E1;
}
</style>