Shades of Hollywood Cerise #EB099D
Tints of Hollywood Cerise #EB099D
RGB
CMYK
RGB Variations
Color information
#EB099D (or 0xEB099D) is known color: Hollywood Cerise. HEX triplet: EB, 09 and 9D. RGB value is (235,9,157). Sum of RGB (Red+Green+Blue) = 235+9+157=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB099D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB099D is #14F662. Grayscale: #5D5D5D. Windows color (decimal): -1373795 or 10291691. OLE color: 10291691.
HSL color Cylindrical-coordinate representation of color #EB099D: hue angle of 320.71º 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 #EB099D is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.08 |
| HSL | 320.71º | 0.93% | 0.48% | - |
| HSV(B) | 320.71º | 0.96% | 0.92% | - |
| XYZ | 40.44 | 20.29 | 33.68 | - |
| YUV | 93.45 | 163.87 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 9 | 157 | 0 | 0.96 | 0.33 | 0.08 | 320.71 | 0.93 | 0.48 |
| Hex | EB | 9 | 9D | 0 | 60 | 21 | 8 | 141 | 5D | 30 |
| Octal | 353 | 11 | 235 | 0 | 140 | 41 | 10 | 501 | 135 | 60 |
| Binary | 11101011 | 1001 | 10011101 | 0 | 1100000 | 100001 | 1000 | 101000001 | 1011101 | 110000 |
Color Harmonies of #EB099D
Complementary color
Monochromatic Colors of #EB099D
Black with #EB099D
Text Example
Text Example
White with #EB099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB099D; }
p { color: rgb(235,9,157); }
H1.HeaderClassName
{
color: #EB099D;
}
.AnyTagClassName
{
color: #EB099D;
}
</style>
background-color css
<style>
a { background-color: #EB099D; }
a { background-color: rgb(235,9,157); }
div.DivClassName
{
background-color: #EB099D;
}
.BgClassName
{
background-color: #EB099D;
}
</style>
border-color css
<style>
span { border-color: #EB099D; }
span { border-color: rgb(235,9,157); }
td.TdClassName
{
border-color: #EB099D;
}
.TagClassName
{
border-color: #EB099D;
}
</style>