Shades of Hollywood Cerise #E807A0
Tints of Hollywood Cerise #E807A0
RGB
CMYK
RGB Variations
Color information
#E807A0 (or 0xE807A0) is known color: Hollywood Cerise. HEX triplet: E8, 07 and A0. RGB value is (232,7,160). Sum of RGB (Red+Green+Blue) = 232+7+160=399 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.15% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 232 - color contains mainly: red. Hex color #E807A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E807A0 is #17F85F. Grayscale: #5B5B5B. Windows color (decimal): -1570912 or 10487784. OLE color: 10487784.
HSL color Cylindrical-coordinate representation of color #E807A0: hue angle of 319.2º 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 #E807A0 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 7 | 160 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.09 |
| HSL | 319.2º | 0.94% | 0.47% | - |
| HSV(B) | 319.2º | 0.97% | 0.91% | - |
| XYZ | 39.7 | 19.85 | 35 | - |
| YUV | 91.72 | 166.54 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 160 | 0 | 0.97 | 0.31 | 0.09 | 319.2 | 0.94 | 0.47 |
| Hex | E8 | 7 | A0 | 0 | 61 | 1F | 9 | 13F | 5E | 2F |
| Octal | 350 | 7 | 240 | 0 | 141 | 37 | 11 | 477 | 136 | 57 |
| Binary | 11101000 | 111 | 10100000 | 0 | 1100001 | 11111 | 1001 | 100111111 | 1011110 | 101111 |
Color Harmonies of #E807A0
Complementary color
Monochromatic Colors of #E807A0
Black with #E807A0
Text Example
Text Example
White with #E807A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E807A0; }
p { color: rgb(232,7,160); }
H1.HeaderClassName
{
color: #E807A0;
}
.AnyTagClassName
{
color: #E807A0;
}
</style>
background-color css
<style>
a { background-color: #E807A0; }
a { background-color: rgb(232,7,160); }
div.DivClassName
{
background-color: #E807A0;
}
.BgClassName
{
background-color: #E807A0;
}
</style>
border-color css
<style>
span { border-color: #E807A0; }
span { border-color: rgb(232,7,160); }
td.TdClassName
{
border-color: #E807A0;
}
.TagClassName
{
border-color: #E807A0;
}
</style>