Shades of Hollywood Cerise #E0089B
Tints of Hollywood Cerise #E0089B
RGB
CMYK
RGB Variations
Color information
#E0089B (or 0xE0089B) is known color: Hollywood Cerise. HEX triplet: E0, 08 and 9B. RGB value is (224,8,155). Sum of RGB (Red+Green+Blue) = 224+8+155=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E0089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0089B is #1FF764. Grayscale: #585858. Windows color (decimal): -2094949 or 10160352. OLE color: 10160352.
HSL color Cylindrical-coordinate representation of color #E0089B: hue angle of 319.17º 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 #E0089B is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.12 |
| HSL | 319.17º | 0.93% | 0.45% | - |
| HSV(B) | 319.17º | 0.96% | 0.88% | - |
| XYZ | 36.74 | 18.39 | 32.62 | - |
| YUV | 89.34 | 165.06 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 155 | 0 | 0.96 | 0.31 | 0.12 | 319.17 | 0.93 | 0.45 |
| Hex | E0 | 8 | 9B | 0 | 60 | 1F | C | 13F | 5D | 2D |
| Octal | 340 | 10 | 233 | 0 | 140 | 37 | 14 | 477 | 135 | 55 |
| Binary | 11100000 | 1000 | 10011011 | 0 | 1100000 | 11111 | 1100 | 100111111 | 1011101 | 101101 |
Color Harmonies of #E0089B
Complementary color
Monochromatic Colors of #E0089B
Black with #E0089B
Text Example
Text Example
White with #E0089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0089B; }
p { color: rgb(224,8,155); }
H1.HeaderClassName
{
color: #E0089B;
}
.AnyTagClassName
{
color: #E0089B;
}
</style>
background-color css
<style>
a { background-color: #E0089B; }
a { background-color: rgb(224,8,155); }
div.DivClassName
{
background-color: #E0089B;
}
.BgClassName
{
background-color: #E0089B;
}
</style>
border-color css
<style>
span { border-color: #E0089B; }
span { border-color: rgb(224,8,155); }
td.TdClassName
{
border-color: #E0089B;
}
.TagClassName
{
border-color: #E0089B;
}
</style>