Shades of Hollywood Cerise #EB099C
Tints of Hollywood Cerise #EB099C
RGB
CMYK
RGB Variations
Color information
#EB099C (or 0xEB099C) is known color: Hollywood Cerise. HEX triplet: EB, 09 and 9C. RGB value is (235,9,156). Sum of RGB (Red+Green+Blue) = 235+9+156=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB099C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB099C is #14F663. Grayscale: #5C5C5C. Windows color (decimal): -1373796 or 10226155. OLE color: 10226155.
HSL color Cylindrical-coordinate representation of color #EB099C: hue angle of 320.97º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB099C is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 9 | 156 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.08 |
| HSL | 320.97º | 0.93% | 0.48% | - |
| HSV(B) | 320.97º | 0.96% | 0.92% | - |
| XYZ | 40.36 | 20.26 | 33.24 | - |
| YUV | 93.33 | 163.37 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 9 | 156 | 0 | 0.96 | 0.34 | 0.08 | 320.97 | 0.93 | 0.48 |
| Hex | EB | 9 | 9C | 0 | 60 | 22 | 8 | 141 | 5D | 30 |
| Octal | 353 | 11 | 234 | 0 | 140 | 42 | 10 | 501 | 135 | 60 |
| Binary | 11101011 | 1001 | 10011100 | 0 | 1100000 | 100010 | 1000 | 101000001 | 1011101 | 110000 |
Color Harmonies of #EB099C
Complementary color
Monochromatic Colors of #EB099C
Black with #EB099C
Text Example
Text Example
White with #EB099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB099C; }
p { color: rgb(235,9,156); }
H1.HeaderClassName
{
color: #EB099C;
}
.AnyTagClassName
{
color: #EB099C;
}
</style>
background-color css
<style>
a { background-color: #EB099C; }
a { background-color: rgb(235,9,156); }
div.DivClassName
{
background-color: #EB099C;
}
.BgClassName
{
background-color: #EB099C;
}
</style>
border-color css
<style>
span { border-color: #EB099C; }
span { border-color: rgb(235,9,156); }
td.TdClassName
{
border-color: #EB099C;
}
.TagClassName
{
border-color: #EB099C;
}
</style>