Shades of Hollywood Cerise #E80189
Tints of Hollywood Cerise #E80189
RGB
CMYK
RGB Variations
Color information
#E80189 (or 0xE80189) is known color: Hollywood Cerise. HEX triplet: E8, 01 and 89. RGB value is (232,1,137). Sum of RGB (Red+Green+Blue) = 232+1+137=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E80189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80189 is #17FE76. Grayscale: #555555. Windows color (decimal): -1572471 or 8978920. OLE color: 8978920.
HSL color Cylindrical-coordinate representation of color #E80189: hue angle of 324.68º 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 #E80189 is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 137 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.09 |
| HSL | 324.68º | 0.99% | 0.46% | - |
| HSV(B) | 324.68º | 1% | 0.91% | - |
| XYZ | 37.8 | 18.98 | 25.34 | - |
| YUV | 85.57 | 157.03 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 137 | 0 | 1.00 | 0.41 | 0.09 | 324.68 | 0.99 | 0.46 |
| Hex | E8 | 1 | 89 | 0 | 64 | 29 | 9 | 145 | 63 | 2E |
| Octal | 350 | 1 | 211 | 0 | 144 | 51 | 11 | 505 | 143 | 56 |
| Binary | 11101000 | 1 | 10001001 | 0 | 1100100 | 101001 | 1001 | 101000101 | 1100011 | 101110 |
Color Harmonies of #E80189
Complementary color
Monochromatic Colors of #E80189
Black with #E80189
Text Example
Text Example
White with #E80189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80189; }
p { color: rgb(232,1,137); }
H1.HeaderClassName
{
color: #E80189;
}
.AnyTagClassName
{
color: #E80189;
}
</style>
background-color css
<style>
a { background-color: #E80189; }
a { background-color: rgb(232,1,137); }
div.DivClassName
{
background-color: #E80189;
}
.BgClassName
{
background-color: #E80189;
}
</style>
border-color css
<style>
span { border-color: #E80189; }
span { border-color: rgb(232,1,137); }
td.TdClassName
{
border-color: #E80189;
}
.TagClassName
{
border-color: #E80189;
}
</style>