Shades of Hollywood Cerise #EA0389
Tints of Hollywood Cerise #EA0389
RGB
CMYK
RGB Variations
Color information
#EA0389 (or 0xEA0389) is known color: Hollywood Cerise. HEX triplet: EA, 03 and 89. RGB value is (234,3,137). Sum of RGB (Red+Green+Blue) = 234+3+137=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0389 is #15FC76. Grayscale: #575757. Windows color (decimal): -1440887 or 8979434. OLE color: 8979434.
HSL color Cylindrical-coordinate representation of color #EA0389: hue angle of 325.19º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA0389 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 137 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.08 |
| HSL | 325.19º | 0.97% | 0.46% | - |
| HSV(B) | 325.19º | 0.99% | 0.92% | - |
| XYZ | 38.48 | 19.36 | 25.38 | - |
| YUV | 87.35 | 156.03 | 232.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 137 | 0 | 0.99 | 0.41 | 0.08 | 325.19 | 0.97 | 0.46 |
| Hex | EA | 3 | 89 | 0 | 63 | 29 | 8 | 145 | 61 | 2E |
| Octal | 352 | 3 | 211 | 0 | 143 | 51 | 10 | 505 | 141 | 56 |
| Binary | 11101010 | 11 | 10001001 | 0 | 1100011 | 101001 | 1000 | 101000101 | 1100001 | 101110 |
Color Harmonies of #EA0389
Complementary color
Monochromatic Colors of #EA0389
Black with #EA0389
Text Example
Text Example
White with #EA0389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0389; }
p { color: rgb(234,3,137); }
H1.HeaderClassName
{
color: #EA0389;
}
.AnyTagClassName
{
color: #EA0389;
}
</style>
background-color css
<style>
a { background-color: #EA0389; }
a { background-color: rgb(234,3,137); }
div.DivClassName
{
background-color: #EA0389;
}
.BgClassName
{
background-color: #EA0389;
}
</style>
border-color css
<style>
span { border-color: #EA0389; }
span { border-color: rgb(234,3,137); }
td.TdClassName
{
border-color: #EA0389;
}
.TagClassName
{
border-color: #EA0389;
}
</style>