Shades of Hollywood Cerise #E80187
Tints of Hollywood Cerise #E80187
RGB
CMYK
RGB Variations
Color information
#E80187 (or 0xE80187) is known color: Hollywood Cerise. HEX triplet: E8, 01 and 87. RGB value is (232,1,135). Sum of RGB (Red+Green+Blue) = 232+1+135=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E80187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80187 is #17FE78. Grayscale: #555555. Windows color (decimal): -1572473 or 8847848. OLE color: 8847848.
HSL color Cylindrical-coordinate representation of color #E80187: hue angle of 325.19º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80187 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 135 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.09 |
| HSL | 325.19º | 0.99% | 0.46% | - |
| HSV(B) | 325.19º | 1% | 0.91% | - |
| XYZ | 37.66 | 18.93 | 24.59 | - |
| YUV | 85.35 | 156.03 | 232.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 135 | 0 | 1.00 | 0.42 | 0.09 | 325.19 | 0.99 | 0.46 |
| Hex | E8 | 1 | 87 | 0 | 64 | 2A | 9 | 145 | 63 | 2E |
| Octal | 350 | 1 | 207 | 0 | 144 | 52 | 11 | 505 | 143 | 56 |
| Binary | 11101000 | 1 | 10000111 | 0 | 1100100 | 101010 | 1001 | 101000101 | 1100011 | 101110 |
Color Harmonies of #E80187
Complementary color
Monochromatic Colors of #E80187
Black with #E80187
Text Example
Text Example
White with #E80187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80187; }
p { color: rgb(232,1,135); }
H1.HeaderClassName
{
color: #E80187;
}
.AnyTagClassName
{
color: #E80187;
}
</style>
background-color css
<style>
a { background-color: #E80187; }
a { background-color: rgb(232,1,135); }
div.DivClassName
{
background-color: #E80187;
}
.BgClassName
{
background-color: #E80187;
}
</style>
border-color css
<style>
span { border-color: #E80187; }
span { border-color: rgb(232,1,135); }
td.TdClassName
{
border-color: #E80187;
}
.TagClassName
{
border-color: #E80187;
}
</style>