Shades of Hollywood Cerise #EA0BA6
Tints of Hollywood Cerise #EA0BA6
RGB
CMYK
RGB Variations
Color information
#EA0BA6 (or 0xEA0BA6) is known color: Hollywood Cerise. HEX triplet: EA, 0B and A6. RGB value is (234,11,166). Sum of RGB (Red+Green+Blue) = 234+11+166=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0BA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0BA6 is #15F459. Grayscale: #5E5E5E. Windows color (decimal): -1438810 or 10882026. OLE color: 10882026.
HSL color Cylindrical-coordinate representation of color #EA0BA6: hue angle of 318.3º degrees, saturation: 0.91, 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 #EA0BA6 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 166 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.08 |
| HSL | 318.3º | 0.91% | 0.48% | - |
| HSV(B) | 318.3º | 0.95% | 0.92% | - |
| XYZ | 40.93 | 20.48 | 37.87 | - |
| YUV | 95.35 | 167.88 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 166 | 0 | 0.95 | 0.29 | 0.08 | 318.3 | 0.91 | 0.48 |
| Hex | EA | B | A6 | 0 | 5F | 1D | 8 | 13E | 5B | 30 |
| Octal | 352 | 13 | 246 | 0 | 137 | 35 | 10 | 476 | 133 | 60 |
| Binary | 11101010 | 1011 | 10100110 | 0 | 1011111 | 11101 | 1000 | 100111110 | 1011011 | 110000 |
Color Harmonies of #EA0BA6
Complementary color
Monochromatic Colors of #EA0BA6
Black with #EA0BA6
Text Example
Text Example
White with #EA0BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0BA6; }
p { color: rgb(234,11,166); }
H1.HeaderClassName
{
color: #EA0BA6;
}
.AnyTagClassName
{
color: #EA0BA6;
}
</style>
background-color css
<style>
a { background-color: #EA0BA6; }
a { background-color: rgb(234,11,166); }
div.DivClassName
{
background-color: #EA0BA6;
}
.BgClassName
{
background-color: #EA0BA6;
}
</style>
border-color css
<style>
span { border-color: #EA0BA6; }
span { border-color: rgb(234,11,166); }
td.TdClassName
{
border-color: #EA0BA6;
}
.TagClassName
{
border-color: #EA0BA6;
}
</style>