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