Shades of Hollywood Cerise #EB149C
Tints of Hollywood Cerise #EB149C
RGB
CMYK
RGB Variations
Color information
#EB149C (or 0xEB149C) is known color: Hollywood Cerise. HEX triplet: EB, 14 and 9C. RGB value is (235,20,156). Sum of RGB (Red+Green+Blue) = 235+20+156=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB149C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB149C is #14EB63. Grayscale: #636363. Windows color (decimal): -1370980 or 10228971. OLE color: 10228971.
HSL color Cylindrical-coordinate representation of color #EB149C: hue angle of 322.05º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB149C is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 156 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.08 |
| HSL | 322.05º | 0.84% | 0.5% | - |
| HSV(B) | 322.05º | 0.91% | 0.92% | - |
| XYZ | 40.51 | 20.56 | 33.29 | - |
| YUV | 99.79 | 159.73 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 156 | 0 | 0.91 | 0.34 | 0.08 | 322.05 | 0.84 | 0.5 |
| Hex | EB | 14 | 9C | 0 | 5B | 22 | 8 | 142 | 54 | 32 |
| Octal | 353 | 24 | 234 | 0 | 133 | 42 | 10 | 502 | 124 | 62 |
| Binary | 11101011 | 10100 | 10011100 | 0 | 1011011 | 100010 | 1000 | 101000010 | 1010100 | 110010 |
Color Harmonies of #EB149C
Complementary color
Monochromatic Colors of #EB149C
Black with #EB149C
Text Example
Text Example
White with #EB149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB149C; }
p { color: rgb(235,20,156); }
H1.HeaderClassName
{
color: #EB149C;
}
.AnyTagClassName
{
color: #EB149C;
}
</style>
background-color css
<style>
a { background-color: #EB149C; }
a { background-color: rgb(235,20,156); }
div.DivClassName
{
background-color: #EB149C;
}
.BgClassName
{
background-color: #EB149C;
}
</style>
border-color css
<style>
span { border-color: #EB149C; }
span { border-color: rgb(235,20,156); }
td.TdClassName
{
border-color: #EB149C;
}
.TagClassName
{
border-color: #EB149C;
}
</style>