Shades of Hollywood Cerise #EB0D9F
Tints of Hollywood Cerise #EB0D9F
RGB
CMYK
RGB Variations
Color information
#EB0D9F (or 0xEB0D9F) is known color: Hollywood Cerise. HEX triplet: EB, 0D and 9F. RGB value is (235,13,159). Sum of RGB (Red+Green+Blue) = 235+13+159=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0D9F is #14F260. Grayscale: #5F5F5F. Windows color (decimal): -1372769 or 10423787. OLE color: 10423787.
HSL color Cylindrical-coordinate representation of color #EB0D9F: hue angle of 320.54º 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 #EB0D9F is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 13 | 159 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.08 |
| HSL | 320.54º | 0.9% | 0.49% | - |
| HSV(B) | 320.54º | 0.94% | 0.92% | - |
| XYZ | 40.66 | 20.45 | 34.61 | - |
| YUV | 96.02 | 163.55 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 13 | 159 | 0 | 0.94 | 0.32 | 0.08 | 320.54 | 0.9 | 0.49 |
| Hex | EB | D | 9F | 0 | 5E | 20 | 8 | 141 | 5A | 31 |
| Octal | 353 | 15 | 237 | 0 | 136 | 40 | 10 | 501 | 132 | 61 |
| Binary | 11101011 | 1101 | 10011111 | 0 | 1011110 | 100000 | 1000 | 101000001 | 1011010 | 110001 |
Color Harmonies of #EB0D9F
Complementary color
Monochromatic Colors of #EB0D9F
Black with #EB0D9F
Text Example
Text Example
White with #EB0D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0D9F; }
p { color: rgb(235,13,159); }
H1.HeaderClassName
{
color: #EB0D9F;
}
.AnyTagClassName
{
color: #EB0D9F;
}
</style>
background-color css
<style>
a { background-color: #EB0D9F; }
a { background-color: rgb(235,13,159); }
div.DivClassName
{
background-color: #EB0D9F;
}
.BgClassName
{
background-color: #EB0D9F;
}
</style>
border-color css
<style>
span { border-color: #EB0D9F; }
span { border-color: rgb(235,13,159); }
td.TdClassName
{
border-color: #EB0D9F;
}
.TagClassName
{
border-color: #EB0D9F;
}
</style>