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