Shades of Hot Magenta #E805CE
Tints of Hot Magenta #E805CE
RGB
CMYK
RGB Variations
Color information
#E805CE (or 0xE805CE) is known color: Hot Magenta. HEX triplet: E8, 05 and CE. RGB value is (232,5,206). Sum of RGB (Red+Green+Blue) = 232+5+206=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 5 (2.34% from 255 or 1.13% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E805CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E805CE is #17FA31. Grayscale: #5F5F5F. Windows color (decimal): -1571378 or 13501928. OLE color: 13501928.
HSL color Cylindrical-coordinate representation of color #E805CE: hue angle of 306.87º 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 #E805CE is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 206 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.09 |
| HSL | 306.87º | 0.96% | 0.46% | - |
| HSV(B) | 306.87º | 0.98% | 0.91% | - |
| XYZ | 44.47 | 21.72 | 60.24 | - |
| YUV | 95.79 | 190.21 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 206 | 0 | 0.98 | 0.11 | 0.09 | 306.87 | 0.96 | 0.46 |
| Hex | E8 | 5 | CE | 0 | 62 | B | 9 | 133 | 60 | 2E |
| Octal | 350 | 5 | 316 | 0 | 142 | 13 | 11 | 463 | 140 | 56 |
| Binary | 11101000 | 101 | 11001110 | 0 | 1100010 | 1011 | 1001 | 100110011 | 1100000 | 101110 |
Color Harmonies of #E805CE
Complementary color
Monochromatic Colors of #E805CE
Black with #E805CE
Text Example
Text Example
White with #E805CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E805CE; }
p { color: rgb(232,5,206); }
H1.HeaderClassName
{
color: #E805CE;
}
.AnyTagClassName
{
color: #E805CE;
}
</style>
background-color css
<style>
a { background-color: #E805CE; }
a { background-color: rgb(232,5,206); }
div.DivClassName
{
background-color: #E805CE;
}
.BgClassName
{
background-color: #E805CE;
}
</style>
border-color css
<style>
span { border-color: #E805CE; }
span { border-color: rgb(232,5,206); }
td.TdClassName
{
border-color: #E805CE;
}
.TagClassName
{
border-color: #E805CE;
}
</style>