Shades of Hollywood Cerise #EA0492
Tints of Hollywood Cerise #EA0492
RGB
CMYK
RGB Variations
Color information
#EA0492 (or 0xEA0492) is known color: Hollywood Cerise. HEX triplet: EA, 04 and 92. RGB value is (234,4,146). Sum of RGB (Red+Green+Blue) = 234+4+146=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0492 is #15FB6D. Grayscale: #585858. Windows color (decimal): -1440622 or 9569514. OLE color: 9569514.
HSL color Cylindrical-coordinate representation of color #EA0492: hue angle of 322.96º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA0492 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 4 | 146 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.08 |
| HSL | 322.96º | 0.97% | 0.47% | - |
| HSV(B) | 322.96º | 0.98% | 0.92% | - |
| XYZ | 39.16 | 19.65 | 28.92 | - |
| YUV | 88.96 | 160.2 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 146 | 0 | 0.98 | 0.38 | 0.08 | 322.96 | 0.97 | 0.47 |
| Hex | EA | 4 | 92 | 0 | 62 | 26 | 8 | 143 | 61 | 2F |
| Octal | 352 | 4 | 222 | 0 | 142 | 46 | 10 | 503 | 141 | 57 |
| Binary | 11101010 | 100 | 10010010 | 0 | 1100010 | 100110 | 1000 | 101000011 | 1100001 | 101111 |
Color Harmonies of #EA0492
Complementary color
Monochromatic Colors of #EA0492
Black with #EA0492
Text Example
Text Example
White with #EA0492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0492; }
p { color: rgb(234,4,146); }
H1.HeaderClassName
{
color: #EA0492;
}
.AnyTagClassName
{
color: #EA0492;
}
</style>
background-color css
<style>
a { background-color: #EA0492; }
a { background-color: rgb(234,4,146); }
div.DivClassName
{
background-color: #EA0492;
}
.BgClassName
{
background-color: #EA0492;
}
</style>
border-color css
<style>
span { border-color: #EA0492; }
span { border-color: rgb(234,4,146); }
td.TdClassName
{
border-color: #EA0492;
}
.TagClassName
{
border-color: #EA0492;
}
</style>