Shades of Hollywood Cerise #E0089D
Tints of Hollywood Cerise #E0089D
RGB
CMYK
RGB Variations
Color information
#E0089D (or 0xE0089D) is known color: Hollywood Cerise. HEX triplet: E0, 08 and 9D. RGB value is (224,8,157). Sum of RGB (Red+Green+Blue) = 224+8+157=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E0089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0089D is #1FF762. Grayscale: #595959. Windows color (decimal): -2094947 or 10291424. OLE color: 10291424.
HSL color Cylindrical-coordinate representation of color #E0089D: hue angle of 318.61º 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 #E0089D is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.12 |
| HSL | 318.61º | 0.93% | 0.45% | - |
| HSV(B) | 318.61º | 0.96% | 0.88% | - |
| XYZ | 36.91 | 18.46 | 33.51 | - |
| YUV | 89.57 | 166.06 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 157 | 0 | 0.96 | 0.30 | 0.12 | 318.61 | 0.93 | 0.45 |
| Hex | E0 | 8 | 9D | 0 | 60 | 1E | C | 13F | 5D | 2D |
| Octal | 340 | 10 | 235 | 0 | 140 | 36 | 14 | 477 | 135 | 55 |
| Binary | 11100000 | 1000 | 10011101 | 0 | 1100000 | 11110 | 1100 | 100111111 | 1011101 | 101101 |
Color Harmonies of #E0089D
Complementary color
Monochromatic Colors of #E0089D
Black with #E0089D
Text Example
Text Example
White with #E0089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0089D; }
p { color: rgb(224,8,157); }
H1.HeaderClassName
{
color: #E0089D;
}
.AnyTagClassName
{
color: #E0089D;
}
</style>
background-color css
<style>
a { background-color: #E0089D; }
a { background-color: rgb(224,8,157); }
div.DivClassName
{
background-color: #E0089D;
}
.BgClassName
{
background-color: #E0089D;
}
</style>
border-color css
<style>
span { border-color: #E0089D; }
span { border-color: rgb(224,8,157); }
td.TdClassName
{
border-color: #E0089D;
}
.TagClassName
{
border-color: #E0089D;
}
</style>