Shades of Hollywood Cerise #EA0B9B
Tints of Hollywood Cerise #EA0B9B
RGB
CMYK
RGB Variations
Color information
#EA0B9B (or 0xEA0B9B) is known color: Hollywood Cerise. HEX triplet: EA, 0B and 9B. RGB value is (234,11,155). Sum of RGB (Red+Green+Blue) = 234+11+155=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0B9B is #15F464. Grayscale: #5D5D5D. Windows color (decimal): -1438821 or 10161130. OLE color: 10161130.
HSL color Cylindrical-coordinate representation of color #EA0B9B: hue angle of 321.26º 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 #EA0B9B is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 155 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.08 |
| HSL | 321.26º | 0.91% | 0.48% | - |
| HSV(B) | 321.26º | 0.95% | 0.92% | - |
| XYZ | 39.97 | 20.1 | 32.78 | - |
| YUV | 94.09 | 162.38 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 155 | 0 | 0.95 | 0.34 | 0.08 | 321.26 | 0.91 | 0.48 |
| Hex | EA | B | 9B | 0 | 5F | 22 | 8 | 141 | 5B | 30 |
| Octal | 352 | 13 | 233 | 0 | 137 | 42 | 10 | 501 | 133 | 60 |
| Binary | 11101010 | 1011 | 10011011 | 0 | 1011111 | 100010 | 1000 | 101000001 | 1011011 | 110000 |
Color Harmonies of #EA0B9B
Complementary color
Monochromatic Colors of #EA0B9B
Black with #EA0B9B
Text Example
Text Example
White with #EA0B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0B9B; }
p { color: rgb(234,11,155); }
H1.HeaderClassName
{
color: #EA0B9B;
}
.AnyTagClassName
{
color: #EA0B9B;
}
</style>
background-color css
<style>
a { background-color: #EA0B9B; }
a { background-color: rgb(234,11,155); }
div.DivClassName
{
background-color: #EA0B9B;
}
.BgClassName
{
background-color: #EA0B9B;
}
</style>
border-color css
<style>
span { border-color: #EA0B9B; }
span { border-color: rgb(234,11,155); }
td.TdClassName
{
border-color: #EA0B9B;
}
.TagClassName
{
border-color: #EA0B9B;
}
</style>