Shades of Hollywood Cerise #EB0086
Tints of Hollywood Cerise #EB0086
RGB
CMYK
RGB Variations
Color information
#EB0086 (or 0xEB0086) is known color: Hollywood Cerise. HEX triplet: EB, 00 and 86. RGB value is (235,0,134). Sum of RGB (Red+Green+Blue) = 235+0+134=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0086 is #14FF79. Grayscale: #555555. Windows color (decimal): -1376122 or 8782059. OLE color: 8782059.
HSL color Cylindrical-coordinate representation of color #EB0086: hue angle of 325.79º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0086 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 134 | - |
| CMYK | 0 | 1 | 0.43 | 0.08 |
| HSL | 325.79º | 1% | 0.46% | - |
| HSV(B) | 325.79º | 1% | 0.92% | - |
| XYZ | 38.56 | 19.38 | 24.26 | - |
| YUV | 85.54 | 155.36 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 134 | 0 | 1 | 0.43 | 0.08 | 325.79 | 1 | 0.46 |
| Hex | EB | 0 | 86 | 0 | 64 | 2B | 8 | 146 | 64 | 2E |
| Octal | 353 | 0 | 206 | 0 | 144 | 53 | 10 | 506 | 144 | 56 |
| Binary | 11101011 | 0 | 10000110 | 0 | 1100100 | 101011 | 1000 | 101000110 | 1100100 | 101110 |
Color Harmonies of #EB0086
Complementary color
Monochromatic Colors of #EB0086
Black with #EB0086
Text Example
Text Example
White with #EB0086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0086; }
p { color: rgb(235,0,134); }
H1.HeaderClassName
{
color: #EB0086;
}
.AnyTagClassName
{
color: #EB0086;
}
</style>
background-color css
<style>
a { background-color: #EB0086; }
a { background-color: rgb(235,0,134); }
div.DivClassName
{
background-color: #EB0086;
}
.BgClassName
{
background-color: #EB0086;
}
</style>
border-color css
<style>
span { border-color: #EB0086; }
span { border-color: rgb(235,0,134); }
td.TdClassName
{
border-color: #EB0086;
}
.TagClassName
{
border-color: #EB0086;
}
</style>