Shades of Hot Magenta #E805CC
Tints of Hot Magenta #E805CC
RGB
CMYK
RGB Variations
Color information
#E805CC (or 0xE805CC) is known color: Hot Magenta. HEX triplet: E8, 05 and CC. RGB value is (232,5,204). Sum of RGB (Red+Green+Blue) = 232+5+204=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E805CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E805CC is #17FA33. Grayscale: #5E5E5E. Windows color (decimal): -1571380 or 13370856. OLE color: 13370856.
HSL color Cylindrical-coordinate representation of color #E805CC: hue angle of 307.4º 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 #E805CC is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 204 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.09 |
| HSL | 307.4º | 0.96% | 0.46% | - |
| HSV(B) | 307.4º | 0.98% | 0.91% | - |
| XYZ | 44.23 | 21.62 | 58.97 | - |
| YUV | 95.56 | 189.21 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 204 | 0 | 0.98 | 0.12 | 0.09 | 307.4 | 0.96 | 0.46 |
| Hex | E8 | 5 | CC | 0 | 62 | C | 9 | 133 | 60 | 2E |
| Octal | 350 | 5 | 314 | 0 | 142 | 14 | 11 | 463 | 140 | 56 |
| Binary | 11101000 | 101 | 11001100 | 0 | 1100010 | 1100 | 1001 | 100110011 | 1100000 | 101110 |
Color Harmonies of #E805CC
Complementary color
Monochromatic Colors of #E805CC
Black with #E805CC
Text Example
Text Example
White with #E805CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E805CC; }
p { color: rgb(232,5,204); }
H1.HeaderClassName
{
color: #E805CC;
}
.AnyTagClassName
{
color: #E805CC;
}
</style>
background-color css
<style>
a { background-color: #E805CC; }
a { background-color: rgb(232,5,204); }
div.DivClassName
{
background-color: #E805CC;
}
.BgClassName
{
background-color: #E805CC;
}
</style>
border-color css
<style>
span { border-color: #E805CC; }
span { border-color: rgb(232,5,204); }
td.TdClassName
{
border-color: #E805CC;
}
.TagClassName
{
border-color: #E805CC;
}
</style>