Shades of Hollywood Cerise #E80591
Tints of Hollywood Cerise #E80591
RGB
CMYK
RGB Variations
Color information
#E80591 (or 0xE80591) is known color: Hollywood Cerise. HEX triplet: E8, 05 and 91. RGB value is (232,5,145). Sum of RGB (Red+Green+Blue) = 232+5+145=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E80591 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80591 is #17FA6E. Grayscale: #585858. Windows color (decimal): -1571439 or 9504232. OLE color: 9504232.
HSL color Cylindrical-coordinate representation of color #E80591: hue angle of 323º 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 #E80591 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 145 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.09 |
| HSL | 323º | 0.96% | 0.46% | - |
| HSV(B) | 323º | 0.98% | 0.91% | - |
| XYZ | 38.44 | 19.31 | 28.49 | - |
| YUV | 88.83 | 159.71 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 145 | 0 | 0.98 | 0.38 | 0.09 | 323 | 0.96 | 0.46 |
| Hex | E8 | 5 | 91 | 0 | 62 | 26 | 9 | 143 | 60 | 2E |
| Octal | 350 | 5 | 221 | 0 | 142 | 46 | 11 | 503 | 140 | 56 |
| Binary | 11101000 | 101 | 10010001 | 0 | 1100010 | 100110 | 1001 | 101000011 | 1100000 | 101110 |
Color Harmonies of #E80591
Complementary color
Monochromatic Colors of #E80591
Black with #E80591
Text Example
Text Example
White with #E80591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80591; }
p { color: rgb(232,5,145); }
H1.HeaderClassName
{
color: #E80591;
}
.AnyTagClassName
{
color: #E80591;
}
</style>
background-color css
<style>
a { background-color: #E80591; }
a { background-color: rgb(232,5,145); }
div.DivClassName
{
background-color: #E80591;
}
.BgClassName
{
background-color: #E80591;
}
</style>
border-color css
<style>
span { border-color: #E80591; }
span { border-color: rgb(232,5,145); }
td.TdClassName
{
border-color: #E80591;
}
.TagClassName
{
border-color: #E80591;
}
</style>