Shades of Hollywood Cerise #E80792
Tints of Hollywood Cerise #E80792
RGB
CMYK
RGB Variations
Color information
#E80792 (or 0xE80792) is known color: Hollywood Cerise. HEX triplet: E8, 07 and 92. RGB value is (232,7,146). Sum of RGB (Red+Green+Blue) = 232+7+146=385 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.26% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 232 - color contains mainly: red. Hex color #E80792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80792 is #17F86D. Grayscale: #595959. Windows color (decimal): -1570926 or 9570280. OLE color: 9570280.
HSL color Cylindrical-coordinate representation of color #E80792: hue angle of 322.93º 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 #E80792 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 7 | 146 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.09 |
| HSL | 322.93º | 0.94% | 0.47% | - |
| HSV(B) | 322.93º | 0.97% | 0.91% | - |
| XYZ | 38.54 | 19.38 | 28.9 | - |
| YUV | 90.12 | 159.54 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 146 | 0 | 0.97 | 0.37 | 0.09 | 322.93 | 0.94 | 0.47 |
| Hex | E8 | 7 | 92 | 0 | 61 | 25 | 9 | 143 | 5E | 2F |
| Octal | 350 | 7 | 222 | 0 | 141 | 45 | 11 | 503 | 136 | 57 |
| Binary | 11101000 | 111 | 10010010 | 0 | 1100001 | 100101 | 1001 | 101000011 | 1011110 | 101111 |
Color Harmonies of #E80792
Complementary color
Monochromatic Colors of #E80792
Black with #E80792
Text Example
Text Example
White with #E80792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80792; }
p { color: rgb(232,7,146); }
H1.HeaderClassName
{
color: #E80792;
}
.AnyTagClassName
{
color: #E80792;
}
</style>
background-color css
<style>
a { background-color: #E80792; }
a { background-color: rgb(232,7,146); }
div.DivClassName
{
background-color: #E80792;
}
.BgClassName
{
background-color: #E80792;
}
</style>
border-color css
<style>
span { border-color: #E80792; }
span { border-color: rgb(232,7,146); }
td.TdClassName
{
border-color: #E80792;
}
.TagClassName
{
border-color: #E80792;
}
</style>