Shades of Hollywood Cerise #E80087
Tints of Hollywood Cerise #E80087
RGB
CMYK
RGB Variations
Color information
#E80087 (or 0xE80087) is known color: Hollywood Cerise. HEX triplet: E8, 00 and 87. RGB value is (232,0,135). Sum of RGB (Red+Green+Blue) = 232+0+135=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E80087 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80087 is #17FF78. Grayscale: #545454. Windows color (decimal): -1572729 or 8847592. OLE color: 8847592.
HSL color Cylindrical-coordinate representation of color #E80087: hue angle of 325.09º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80087 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.42 | 0.09 |
| HSL | 325.09º | 1% | 0.45% | - |
| HSV(B) | 325.09º | 1% | 0.91% | - |
| XYZ | 37.65 | 18.91 | 24.59 | - |
| YUV | 84.76 | 156.36 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 135 | 0 | 1 | 0.42 | 0.09 | 325.09 | 1 | 0.45 |
| Hex | E8 | 0 | 87 | 0 | 64 | 2A | 9 | 145 | 64 | 2D |
| Octal | 350 | 0 | 207 | 0 | 144 | 52 | 11 | 505 | 144 | 55 |
| Binary | 11101000 | 0 | 10000111 | 0 | 1100100 | 101010 | 1001 | 101000101 | 1100100 | 101101 |
Color Harmonies of #E80087
Complementary color
Monochromatic Colors of #E80087
Black with #E80087
Text Example
Text Example
White with #E80087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80087; }
p { color: rgb(232,0,135); }
H1.HeaderClassName
{
color: #E80087;
}
.AnyTagClassName
{
color: #E80087;
}
</style>
background-color css
<style>
a { background-color: #E80087; }
a { background-color: rgb(232,0,135); }
div.DivClassName
{
background-color: #E80087;
}
.BgClassName
{
background-color: #E80087;
}
</style>
border-color css
<style>
span { border-color: #E80087; }
span { border-color: rgb(232,0,135); }
td.TdClassName
{
border-color: #E80087;
}
.TagClassName
{
border-color: #E80087;
}
</style>