Shades of Hollywood Cerise #EA0698
Tints of Hollywood Cerise #EA0698
RGB
CMYK
RGB Variations
Color information
#EA0698 (or 0xEA0698) is known color: Hollywood Cerise. HEX triplet: EA, 06 and 98. RGB value is (234,6,152). Sum of RGB (Red+Green+Blue) = 234+6+152=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0698 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0698 is #15F967. Grayscale: #5A5A5A. Windows color (decimal): -1440104 or 9963242. OLE color: 9963242.
HSL color Cylindrical-coordinate representation of color #EA0698: hue angle of 321.58º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0698 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 6 | 152 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.08 |
| HSL | 321.58º | 0.95% | 0.47% | - |
| HSV(B) | 321.58º | 0.97% | 0.92% | - |
| XYZ | 39.66 | 19.89 | 31.45 | - |
| YUV | 90.82 | 162.54 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 6 | 152 | 0 | 0.97 | 0.35 | 0.08 | 321.58 | 0.95 | 0.47 |
| Hex | EA | 6 | 98 | 0 | 61 | 23 | 8 | 142 | 5F | 2F |
| Octal | 352 | 6 | 230 | 0 | 141 | 43 | 10 | 502 | 137 | 57 |
| Binary | 11101010 | 110 | 10011000 | 0 | 1100001 | 100011 | 1000 | 101000010 | 1011111 | 101111 |
Color Harmonies of #EA0698
Complementary color
Monochromatic Colors of #EA0698
Black with #EA0698
Text Example
Text Example
White with #EA0698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0698; }
p { color: rgb(234,6,152); }
H1.HeaderClassName
{
color: #EA0698;
}
.AnyTagClassName
{
color: #EA0698;
}
</style>
background-color css
<style>
a { background-color: #EA0698; }
a { background-color: rgb(234,6,152); }
div.DivClassName
{
background-color: #EA0698;
}
.BgClassName
{
background-color: #EA0698;
}
</style>
border-color css
<style>
span { border-color: #EA0698; }
span { border-color: rgb(234,6,152); }
td.TdClassName
{
border-color: #EA0698;
}
.TagClassName
{
border-color: #EA0698;
}
</style>