Shades of Hollywood Cerise #EB0D9A
Tints of Hollywood Cerise #EB0D9A
RGB
CMYK
RGB Variations
Color information
#EB0D9A (or 0xEB0D9A) is known color: Hollywood Cerise. HEX triplet: EB, 0D and 9A. RGB value is (235,13,154). Sum of RGB (Red+Green+Blue) = 235+13+154=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0D9A is #14F265. Grayscale: #5F5F5F. Windows color (decimal): -1372774 or 10096107. OLE color: 10096107.
HSL color Cylindrical-coordinate representation of color #EB0D9A: hue angle of 321.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0D9A is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 13 | 154 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.08 |
| HSL | 321.89º | 0.9% | 0.49% | - |
| HSV(B) | 321.89º | 0.94% | 0.92% | - |
| XYZ | 40.24 | 20.28 | 32.37 | - |
| YUV | 95.45 | 161.05 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 13 | 154 | 0 | 0.94 | 0.34 | 0.08 | 321.89 | 0.9 | 0.49 |
| Hex | EB | D | 9A | 0 | 5E | 22 | 8 | 142 | 5A | 31 |
| Octal | 353 | 15 | 232 | 0 | 136 | 42 | 10 | 502 | 132 | 61 |
| Binary | 11101011 | 1101 | 10011010 | 0 | 1011110 | 100010 | 1000 | 101000010 | 1011010 | 110001 |
Color Harmonies of #EB0D9A
Complementary color
Monochromatic Colors of #EB0D9A
Black with #EB0D9A
Text Example
Text Example
White with #EB0D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0D9A; }
p { color: rgb(235,13,154); }
H1.HeaderClassName
{
color: #EB0D9A;
}
.AnyTagClassName
{
color: #EB0D9A;
}
</style>
background-color css
<style>
a { background-color: #EB0D9A; }
a { background-color: rgb(235,13,154); }
div.DivClassName
{
background-color: #EB0D9A;
}
.BgClassName
{
background-color: #EB0D9A;
}
</style>
border-color css
<style>
span { border-color: #EB0D9A; }
span { border-color: rgb(235,13,154); }
td.TdClassName
{
border-color: #EB0D9A;
}
.TagClassName
{
border-color: #EB0D9A;
}
</style>