Shades of Hollywood Cerise #EB139B
Tints of Hollywood Cerise #EB139B
RGB
CMYK
RGB Variations
Color information
#EB139B (or 0xEB139B) is known color: Hollywood Cerise. HEX triplet: EB, 13 and 9B. RGB value is (235,19,155). Sum of RGB (Red+Green+Blue) = 235+19+155=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB139B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB139B is #14EC64. Grayscale: #626262. Windows color (decimal): -1371237 or 10163179. OLE color: 10163179.
HSL color Cylindrical-coordinate representation of color #EB139B: hue angle of 322.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB139B is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 19 | 155 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.08 |
| HSL | 322.22º | 0.85% | 0.5% | - |
| HSV(B) | 322.22º | 0.92% | 0.92% | - |
| XYZ | 40.41 | 20.49 | 32.84 | - |
| YUV | 99.09 | 159.56 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 19 | 155 | 0 | 0.92 | 0.34 | 0.08 | 322.22 | 0.85 | 0.5 |
| Hex | EB | 13 | 9B | 0 | 5C | 22 | 8 | 142 | 55 | 32 |
| Octal | 353 | 23 | 233 | 0 | 134 | 42 | 10 | 502 | 125 | 62 |
| Binary | 11101011 | 10011 | 10011011 | 0 | 1011100 | 100010 | 1000 | 101000010 | 1010101 | 110010 |
Color Harmonies of #EB139B
Complementary color
Monochromatic Colors of #EB139B
Black with #EB139B
Text Example
Text Example
White with #EB139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB139B; }
p { color: rgb(235,19,155); }
H1.HeaderClassName
{
color: #EB139B;
}
.AnyTagClassName
{
color: #EB139B;
}
</style>
background-color css
<style>
a { background-color: #EB139B; }
a { background-color: rgb(235,19,155); }
div.DivClassName
{
background-color: #EB139B;
}
.BgClassName
{
background-color: #EB139B;
}
</style>
border-color css
<style>
span { border-color: #EB139B; }
span { border-color: rgb(235,19,155); }
td.TdClassName
{
border-color: #EB139B;
}
.TagClassName
{
border-color: #EB139B;
}
</style>