Shades of Hollywood Cerise #EB0C9C
Tints of Hollywood Cerise #EB0C9C
RGB
CMYK
RGB Variations
Color information
#EB0C9C (or 0xEB0C9C) is known color: Hollywood Cerise. HEX triplet: EB, 0C and 9C. RGB value is (235,12,156). Sum of RGB (Red+Green+Blue) = 235+12+156=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0C9C is #14F363. Grayscale: #5E5E5E. Windows color (decimal): -1373028 or 10226923. OLE color: 10226923.
HSL color Cylindrical-coordinate representation of color #EB0C9C: hue angle of 321.26º degrees, saturation: 0.9, 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 #EB0C9C is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 12 | 156 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.08 |
| HSL | 321.26º | 0.9% | 0.48% | - |
| HSV(B) | 321.26º | 0.95% | 0.92% | - |
| XYZ | 40.39 | 20.33 | 33.25 | - |
| YUV | 95.09 | 162.38 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 12 | 156 | 0 | 0.95 | 0.34 | 0.08 | 321.26 | 0.9 | 0.48 |
| Hex | EB | C | 9C | 0 | 5F | 22 | 8 | 141 | 5A | 30 |
| Octal | 353 | 14 | 234 | 0 | 137 | 42 | 10 | 501 | 132 | 60 |
| Binary | 11101011 | 1100 | 10011100 | 0 | 1011111 | 100010 | 1000 | 101000001 | 1011010 | 110000 |
Color Harmonies of #EB0C9C
Complementary color
Monochromatic Colors of #EB0C9C
Black with #EB0C9C
Text Example
Text Example
White with #EB0C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0C9C; }
p { color: rgb(235,12,156); }
H1.HeaderClassName
{
color: #EB0C9C;
}
.AnyTagClassName
{
color: #EB0C9C;
}
</style>
background-color css
<style>
a { background-color: #EB0C9C; }
a { background-color: rgb(235,12,156); }
div.DivClassName
{
background-color: #EB0C9C;
}
.BgClassName
{
background-color: #EB0C9C;
}
</style>
border-color css
<style>
span { border-color: #EB0C9C; }
span { border-color: rgb(235,12,156); }
td.TdClassName
{
border-color: #EB0C9C;
}
.TagClassName
{
border-color: #EB0C9C;
}
</style>