Shades of Hollywood Cerise #EB009D
Tints of Hollywood Cerise #EB009D
RGB
CMYK
RGB Variations
Color information
#EB009D (or 0xEB009D) is known color: Hollywood Cerise. HEX triplet: EB, 00 and 9D. RGB value is (235,0,157). Sum of RGB (Red+Green+Blue) = 235+0+157=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB009D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB009D is #14FF62. Grayscale: #575757. Windows color (decimal): -1376099 or 10289387. OLE color: 10289387.
HSL color Cylindrical-coordinate representation of color #EB009D: hue angle of 319.91º 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 #EB009D is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.33 | 0.08 |
| HSL | 319.91º | 1% | 0.46% | - |
| HSV(B) | 319.91º | 1% | 0.92% | - |
| XYZ | 40.35 | 20.1 | 33.65 | - |
| YUV | 88.16 | 166.86 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 157 | 0 | 1 | 0.33 | 0.08 | 319.91 | 1 | 0.46 |
| Hex | EB | 0 | 9D | 0 | 64 | 21 | 8 | 140 | 64 | 2E |
| Octal | 353 | 0 | 235 | 0 | 144 | 41 | 10 | 500 | 144 | 56 |
| Binary | 11101011 | 0 | 10011101 | 0 | 1100100 | 100001 | 1000 | 101000000 | 1100100 | 101110 |
Color Harmonies of #EB009D
Complementary color
Monochromatic Colors of #EB009D
Black with #EB009D
Text Example
Text Example
White with #EB009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB009D; }
p { color: rgb(235,0,157); }
H1.HeaderClassName
{
color: #EB009D;
}
.AnyTagClassName
{
color: #EB009D;
}
</style>
background-color css
<style>
a { background-color: #EB009D; }
a { background-color: rgb(235,0,157); }
div.DivClassName
{
background-color: #EB009D;
}
.BgClassName
{
background-color: #EB009D;
}
</style>
border-color css
<style>
span { border-color: #EB009D; }
span { border-color: rgb(235,0,157); }
td.TdClassName
{
border-color: #EB009D;
}
.TagClassName
{
border-color: #EB009D;
}
</style>