Shades of Hollywood Cerise #EA0EA6
Tints of Hollywood Cerise #EA0EA6
RGB
CMYK
RGB Variations
Color information
#EA0EA6 (or 0xEA0EA6) is known color: Hollywood Cerise. HEX triplet: EA, 0E and A6. RGB value is (234,14,166). Sum of RGB (Red+Green+Blue) = 234+14+166=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0EA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0EA6 is #15F159. Grayscale: #606060. Windows color (decimal): -1438042 or 10882794. OLE color: 10882794.
HSL color Cylindrical-coordinate representation of color #EA0EA6: hue angle of 318.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0EA6 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 14 | 166 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.08 |
| HSL | 318.55º | 0.89% | 0.49% | - |
| HSV(B) | 318.55º | 0.94% | 0.92% | - |
| XYZ | 40.97 | 20.56 | 37.89 | - |
| YUV | 97.11 | 166.89 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 14 | 166 | 0 | 0.94 | 0.29 | 0.08 | 318.55 | 0.89 | 0.49 |
| Hex | EA | E | A6 | 0 | 5E | 1D | 8 | 13F | 59 | 31 |
| Octal | 352 | 16 | 246 | 0 | 136 | 35 | 10 | 477 | 131 | 61 |
| Binary | 11101010 | 1110 | 10100110 | 0 | 1011110 | 11101 | 1000 | 100111111 | 1011001 | 110001 |
Color Harmonies of #EA0EA6
Complementary color
Monochromatic Colors of #EA0EA6
Black with #EA0EA6
Text Example
Text Example
White with #EA0EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0EA6; }
p { color: rgb(234,14,166); }
H1.HeaderClassName
{
color: #EA0EA6;
}
.AnyTagClassName
{
color: #EA0EA6;
}
</style>
background-color css
<style>
a { background-color: #EA0EA6; }
a { background-color: rgb(234,14,166); }
div.DivClassName
{
background-color: #EA0EA6;
}
.BgClassName
{
background-color: #EA0EA6;
}
</style>
border-color css
<style>
span { border-color: #EA0EA6; }
span { border-color: rgb(234,14,166); }
td.TdClassName
{
border-color: #EA0EA6;
}
.TagClassName
{
border-color: #EA0EA6;
}
</style>