Shades of Hollywood Cerise #EA0C9A
Tints of Hollywood Cerise #EA0C9A
RGB
CMYK
RGB Variations
Color information
#EA0C9A (or 0xEA0C9A) is known color: Hollywood Cerise. HEX triplet: EA, 0C and 9A. RGB value is (234,12,154). Sum of RGB (Red+Green+Blue) = 234+12+154=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0C9A is #15F365. Grayscale: #5E5E5E. Windows color (decimal): -1438566 or 10095850. OLE color: 10095850.
HSL color Cylindrical-coordinate representation of color #EA0C9A: hue angle of 321.62º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0C9A is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 154 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.08 |
| HSL | 321.62º | 0.9% | 0.48% | - |
| HSV(B) | 321.62º | 0.95% | 0.92% | - |
| XYZ | 39.9 | 20.09 | 32.35 | - |
| YUV | 94.57 | 161.55 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 154 | 0 | 0.95 | 0.34 | 0.08 | 321.62 | 0.9 | 0.48 |
| Hex | EA | C | 9A | 0 | 5F | 22 | 8 | 142 | 5A | 30 |
| Octal | 352 | 14 | 232 | 0 | 137 | 42 | 10 | 502 | 132 | 60 |
| Binary | 11101010 | 1100 | 10011010 | 0 | 1011111 | 100010 | 1000 | 101000010 | 1011010 | 110000 |
Color Harmonies of #EA0C9A
Complementary color
Monochromatic Colors of #EA0C9A
Black with #EA0C9A
Text Example
Text Example
White with #EA0C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0C9A; }
p { color: rgb(234,12,154); }
H1.HeaderClassName
{
color: #EA0C9A;
}
.AnyTagClassName
{
color: #EA0C9A;
}
</style>
background-color css
<style>
a { background-color: #EA0C9A; }
a { background-color: rgb(234,12,154); }
div.DivClassName
{
background-color: #EA0C9A;
}
.BgClassName
{
background-color: #EA0C9A;
}
</style>
border-color css
<style>
span { border-color: #EA0C9A; }
span { border-color: rgb(234,12,154); }
td.TdClassName
{
border-color: #EA0C9A;
}
.TagClassName
{
border-color: #EA0C9A;
}
</style>