Shades of Hollywood Cerise #EA0094
Tints of Hollywood Cerise #EA0094
RGB
CMYK
RGB Variations
Color information
#EA0094 (or 0xEA0094) is known color: Hollywood Cerise. HEX triplet: EA, 00 and 94. RGB value is (234,0,148). Sum of RGB (Red+Green+Blue) = 234+0+148=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0094 is #15FF6B. Grayscale: #565656. Windows color (decimal): -1441644 or 9699562. OLE color: 9699562.
HSL color Cylindrical-coordinate representation of color #EA0094: hue angle of 322.05º 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 #EA0094 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 148 | - |
| CMYK | 0 | 1 | 0.37 | 0.08 |
| HSL | 322.05º | 1% | 0.46% | - |
| HSV(B) | 322.05º | 1% | 0.92% | - |
| XYZ | 39.28 | 19.63 | 29.74 | - |
| YUV | 86.84 | 162.52 | 232.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 148 | 0 | 1 | 0.37 | 0.08 | 322.05 | 1 | 0.46 |
| Hex | EA | 0 | 94 | 0 | 64 | 25 | 8 | 142 | 64 | 2E |
| Octal | 352 | 0 | 224 | 0 | 144 | 45 | 10 | 502 | 144 | 56 |
| Binary | 11101010 | 0 | 10010100 | 0 | 1100100 | 100101 | 1000 | 101000010 | 1100100 | 101110 |
Color Harmonies of #EA0094
Complementary color
Monochromatic Colors of #EA0094
Black with #EA0094
Text Example
Text Example
White with #EA0094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0094; }
p { color: rgb(234,0,148); }
H1.HeaderClassName
{
color: #EA0094;
}
.AnyTagClassName
{
color: #EA0094;
}
</style>
background-color css
<style>
a { background-color: #EA0094; }
a { background-color: rgb(234,0,148); }
div.DivClassName
{
background-color: #EA0094;
}
.BgClassName
{
background-color: #EA0094;
}
</style>
border-color css
<style>
span { border-color: #EA0094; }
span { border-color: rgb(234,0,148); }
td.TdClassName
{
border-color: #EA0094;
}
.TagClassName
{
border-color: #EA0094;
}
</style>