Shades of Hollywood Cerise #EB009E
Tints of Hollywood Cerise #EB009E
RGB
CMYK
RGB Variations
Color information
#EB009E (or 0xEB009E) is known color: Hollywood Cerise. HEX triplet: EB, 00 and 9E. RGB value is (235,0,158). Sum of RGB (Red+Green+Blue) = 235+0+158=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB009E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB009E is #14FF61. Grayscale: #575757. Windows color (decimal): -1376098 or 10354923. OLE color: 10354923.
HSL color Cylindrical-coordinate representation of color #EB009E: hue angle of 319.66º 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 #EB009E is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.33 | 0.08 |
| HSL | 319.66º | 1% | 0.46% | - |
| HSV(B) | 319.66º | 1% | 0.92% | - |
| XYZ | 40.43 | 20.13 | 34.1 | - |
| YUV | 88.28 | 167.36 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 158 | 0 | 1 | 0.33 | 0.08 | 319.66 | 1 | 0.46 |
| Hex | EB | 0 | 9E | 0 | 64 | 21 | 8 | 140 | 64 | 2E |
| Octal | 353 | 0 | 236 | 0 | 144 | 41 | 10 | 500 | 144 | 56 |
| Binary | 11101011 | 0 | 10011110 | 0 | 1100100 | 100001 | 1000 | 101000000 | 1100100 | 101110 |
Color Harmonies of #EB009E
Complementary color
Monochromatic Colors of #EB009E
Black with #EB009E
Text Example
Text Example
White with #EB009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB009E; }
p { color: rgb(235,0,158); }
H1.HeaderClassName
{
color: #EB009E;
}
.AnyTagClassName
{
color: #EB009E;
}
</style>
background-color css
<style>
a { background-color: #EB009E; }
a { background-color: rgb(235,0,158); }
div.DivClassName
{
background-color: #EB009E;
}
.BgClassName
{
background-color: #EB009E;
}
</style>
border-color css
<style>
span { border-color: #EB009E; }
span { border-color: rgb(235,0,158); }
td.TdClassName
{
border-color: #EB009E;
}
.TagClassName
{
border-color: #EB009E;
}
</style>