Shades of Hot Magenta #E807CC
Tints of Hot Magenta #E807CC
RGB
CMYK
RGB Variations
Color information
#E807CC (or 0xE807CC) is known color: Hot Magenta. HEX triplet: E8, 07 and CC. RGB value is (232,7,204). Sum of RGB (Red+Green+Blue) = 232+7+204=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E807CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E807CC is #17F833. Grayscale: #606060. Windows color (decimal): -1570868 or 13371368. OLE color: 13371368.
HSL color Cylindrical-coordinate representation of color #E807CC: hue angle of 307.47º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E807CC is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 7 | 204 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.09 |
| HSL | 307.47º | 0.94% | 0.47% | - |
| HSV(B) | 307.47º | 0.97% | 0.91% | - |
| XYZ | 44.25 | 21.67 | 58.98 | - |
| YUV | 96.73 | 188.54 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 204 | 0 | 0.97 | 0.12 | 0.09 | 307.47 | 0.94 | 0.47 |
| Hex | E8 | 7 | CC | 0 | 61 | C | 9 | 133 | 5E | 2F |
| Octal | 350 | 7 | 314 | 0 | 141 | 14 | 11 | 463 | 136 | 57 |
| Binary | 11101000 | 111 | 11001100 | 0 | 1100001 | 1100 | 1001 | 100110011 | 1011110 | 101111 |
Color Harmonies of #E807CC
Complementary color
Monochromatic Colors of #E807CC
Black with #E807CC
Text Example
Text Example
White with #E807CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E807CC; }
p { color: rgb(232,7,204); }
H1.HeaderClassName
{
color: #E807CC;
}
.AnyTagClassName
{
color: #E807CC;
}
</style>
background-color css
<style>
a { background-color: #E807CC; }
a { background-color: rgb(232,7,204); }
div.DivClassName
{
background-color: #E807CC;
}
.BgClassName
{
background-color: #E807CC;
}
</style>
border-color css
<style>
span { border-color: #E807CC; }
span { border-color: rgb(232,7,204); }
td.TdClassName
{
border-color: #E807CC;
}
.TagClassName
{
border-color: #E807CC;
}
</style>