Shades of Hollywood Cerise #EB009B
Tints of Hollywood Cerise #EB009B
RGB
CMYK
RGB Variations
Color information
#EB009B (or 0xEB009B) is known color: Hollywood Cerise. HEX triplet: EB, 00 and 9B. RGB value is (235,0,155). Sum of RGB (Red+Green+Blue) = 235+0+155=390 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.26% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 235 - color contains mainly: red. Hex color #EB009B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB009B is #14FF64. Grayscale: #575757. Windows color (decimal): -1376101 or 10158315. OLE color: 10158315.
HSL color Cylindrical-coordinate representation of color #EB009B: hue angle of 320.43º 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 #EB009B is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.34 | 0.08 |
| HSL | 320.43º | 1% | 0.46% | - |
| HSV(B) | 320.43º | 1% | 0.92% | - |
| XYZ | 40.18 | 20.03 | 32.76 | - |
| YUV | 87.94 | 165.86 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 155 | 0 | 1 | 0.34 | 0.08 | 320.43 | 1 | 0.46 |
| Hex | EB | 0 | 9B | 0 | 64 | 22 | 8 | 140 | 64 | 2E |
| Octal | 353 | 0 | 233 | 0 | 144 | 42 | 10 | 500 | 144 | 56 |
| Binary | 11101011 | 0 | 10011011 | 0 | 1100100 | 100010 | 1000 | 101000000 | 1100100 | 101110 |
Color Harmonies of #EB009B
Complementary color
Monochromatic Colors of #EB009B
Black with #EB009B
Text Example
Text Example
White with #EB009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB009B; }
p { color: rgb(235,0,155); }
H1.HeaderClassName
{
color: #EB009B;
}
.AnyTagClassName
{
color: #EB009B;
}
</style>
background-color css
<style>
a { background-color: #EB009B; }
a { background-color: rgb(235,0,155); }
div.DivClassName
{
background-color: #EB009B;
}
.BgClassName
{
background-color: #EB009B;
}
</style>
border-color css
<style>
span { border-color: #EB009B; }
span { border-color: rgb(235,0,155); }
td.TdClassName
{
border-color: #EB009B;
}
.TagClassName
{
border-color: #EB009B;
}
</style>