Shades of Hollywood Cerise #EA0089
Tints of Hollywood Cerise #EA0089
RGB
CMYK
RGB Variations
Color information
#EA0089 (or 0xEA0089) is known color: Hollywood Cerise. HEX triplet: EA, 00 and 89. RGB value is (234,0,137). Sum of RGB (Red+Green+Blue) = 234+0+137=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0089 is #15FF76. Grayscale: #555555. Windows color (decimal): -1441655 or 8978666. OLE color: 8978666.
HSL color Cylindrical-coordinate representation of color #EA0089: hue angle of 324.87º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0089 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.41 | 0.08 |
| HSL | 324.87º | 1% | 0.46% | - |
| HSV(B) | 324.87º | 1% | 0.92% | - |
| XYZ | 38.45 | 19.3 | 25.37 | - |
| YUV | 85.58 | 157.02 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 137 | 0 | 1 | 0.41 | 0.08 | 324.87 | 1 | 0.46 |
| Hex | EA | 0 | 89 | 0 | 64 | 29 | 8 | 145 | 64 | 2E |
| Octal | 352 | 0 | 211 | 0 | 144 | 51 | 10 | 505 | 144 | 56 |
| Binary | 11101010 | 0 | 10001001 | 0 | 1100100 | 101001 | 1000 | 101000101 | 1100100 | 101110 |
Color Harmonies of #EA0089
Complementary color
Monochromatic Colors of #EA0089
Black with #EA0089
Text Example
Text Example
White with #EA0089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0089; }
p { color: rgb(234,0,137); }
H1.HeaderClassName
{
color: #EA0089;
}
.AnyTagClassName
{
color: #EA0089;
}
</style>
background-color css
<style>
a { background-color: #EA0089; }
a { background-color: rgb(234,0,137); }
div.DivClassName
{
background-color: #EA0089;
}
.BgClassName
{
background-color: #EA0089;
}
</style>
border-color css
<style>
span { border-color: #EA0089; }
span { border-color: rgb(234,0,137); }
td.TdClassName
{
border-color: #EA0089;
}
.TagClassName
{
border-color: #EA0089;
}
</style>