Shades of Hollywood Cerise #E0089C
Tints of Hollywood Cerise #E0089C
RGB
CMYK
RGB Variations
Color information
#E0089C (or 0xE0089C) is known color: Hollywood Cerise. HEX triplet: E0, 08 and 9C. RGB value is (224,8,156). Sum of RGB (Red+Green+Blue) = 224+8+156=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E0089C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0089C is #1FF763. Grayscale: #595959. Windows color (decimal): -2094948 or 10225888. OLE color: 10225888.
HSL color Cylindrical-coordinate representation of color #E0089C: hue angle of 318.89º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0089C is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 156 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.12 |
| HSL | 318.89º | 0.93% | 0.45% | - |
| HSV(B) | 318.89º | 0.96% | 0.88% | - |
| XYZ | 36.83 | 18.42 | 33.07 | - |
| YUV | 89.46 | 165.56 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 156 | 0 | 0.96 | 0.30 | 0.12 | 318.89 | 0.93 | 0.45 |
| Hex | E0 | 8 | 9C | 0 | 60 | 1E | C | 13F | 5D | 2D |
| Octal | 340 | 10 | 234 | 0 | 140 | 36 | 14 | 477 | 135 | 55 |
| Binary | 11100000 | 1000 | 10011100 | 0 | 1100000 | 11110 | 1100 | 100111111 | 1011101 | 101101 |
Color Harmonies of #E0089C
Complementary color
Monochromatic Colors of #E0089C
Black with #E0089C
Text Example
Text Example
White with #E0089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0089C; }
p { color: rgb(224,8,156); }
H1.HeaderClassName
{
color: #E0089C;
}
.AnyTagClassName
{
color: #E0089C;
}
</style>
background-color css
<style>
a { background-color: #E0089C; }
a { background-color: rgb(224,8,156); }
div.DivClassName
{
background-color: #E0089C;
}
.BgClassName
{
background-color: #E0089C;
}
</style>
border-color css
<style>
span { border-color: #E0089C; }
span { border-color: rgb(224,8,156); }
td.TdClassName
{
border-color: #E0089C;
}
.TagClassName
{
border-color: #E0089C;
}
</style>