Shades of Hollywood Cerise #EB089D
Tints of Hollywood Cerise #EB089D
RGB
CMYK
RGB Variations
Color information
#EB089D (or 0xEB089D) is known color: Hollywood Cerise. HEX triplet: EB, 08 and 9D. RGB value is (235,8,157). Sum of RGB (Red+Green+Blue) = 235+8+157=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB089D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB089D is #14F762. Grayscale: #5C5C5C. Windows color (decimal): -1374051 or 10291435. OLE color: 10291435.
HSL color Cylindrical-coordinate representation of color #EB089D: hue angle of 320.62º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB089D is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 8 | 157 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.08 |
| HSL | 320.62º | 0.93% | 0.48% | - |
| HSV(B) | 320.62º | 0.97% | 0.92% | - |
| XYZ | 40.43 | 20.27 | 33.68 | - |
| YUV | 92.86 | 164.21 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 8 | 157 | 0 | 0.97 | 0.33 | 0.08 | 320.62 | 0.93 | 0.48 |
| Hex | EB | 8 | 9D | 0 | 61 | 21 | 8 | 141 | 5D | 30 |
| Octal | 353 | 10 | 235 | 0 | 141 | 41 | 10 | 501 | 135 | 60 |
| Binary | 11101011 | 1000 | 10011101 | 0 | 1100001 | 100001 | 1000 | 101000001 | 1011101 | 110000 |
Color Harmonies of #EB089D
Complementary color
Monochromatic Colors of #EB089D
Black with #EB089D
Text Example
Text Example
White with #EB089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB089D; }
p { color: rgb(235,8,157); }
H1.HeaderClassName
{
color: #EB089D;
}
.AnyTagClassName
{
color: #EB089D;
}
</style>
background-color css
<style>
a { background-color: #EB089D; }
a { background-color: rgb(235,8,157); }
div.DivClassName
{
background-color: #EB089D;
}
.BgClassName
{
background-color: #EB089D;
}
</style>
border-color css
<style>
span { border-color: #EB089D; }
span { border-color: rgb(235,8,157); }
td.TdClassName
{
border-color: #EB089D;
}
.TagClassName
{
border-color: #EB089D;
}
</style>