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