Shades of Hot Magenta #E805C7
Tints of Hot Magenta #E805C7
RGB
CMYK
RGB Variations
Color information
#E805C7 (or 0xE805C7) is known color: Hot Magenta. HEX triplet: E8, 05 and C7. RGB value is (232,5,199). Sum of RGB (Red+Green+Blue) = 232+5+199=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 5 (2.34% from 255 or 1.15% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E805C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E805C7 is #17FA38. Grayscale: #5E5E5E. Windows color (decimal): -1571385 or 13043176. OLE color: 13043176.
HSL color Cylindrical-coordinate representation of color #E805C7: hue angle of 308.72º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E805C7 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 199 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.09 |
| HSL | 308.72º | 0.96% | 0.46% | - |
| HSV(B) | 308.72º | 0.98% | 0.91% | - |
| XYZ | 43.64 | 21.39 | 55.86 | - |
| YUV | 94.99 | 186.71 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 199 | 0 | 0.98 | 0.14 | 0.09 | 308.72 | 0.96 | 0.46 |
| Hex | E8 | 5 | C7 | 0 | 62 | E | 9 | 135 | 60 | 2E |
| Octal | 350 | 5 | 307 | 0 | 142 | 16 | 11 | 465 | 140 | 56 |
| Binary | 11101000 | 101 | 11000111 | 0 | 1100010 | 1110 | 1001 | 100110101 | 1100000 | 101110 |
Color Harmonies of #E805C7
Complementary color
Monochromatic Colors of #E805C7
Black with #E805C7
Text Example
Text Example
White with #E805C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E805C7; }
p { color: rgb(232,5,199); }
H1.HeaderClassName
{
color: #E805C7;
}
.AnyTagClassName
{
color: #E805C7;
}
</style>
background-color css
<style>
a { background-color: #E805C7; }
a { background-color: rgb(232,5,199); }
div.DivClassName
{
background-color: #E805C7;
}
.BgClassName
{
background-color: #E805C7;
}
</style>
border-color css
<style>
span { border-color: #E805C7; }
span { border-color: rgb(232,5,199); }
td.TdClassName
{
border-color: #E805C7;
}
.TagClassName
{
border-color: #E805C7;
}
</style>