Shades of Hollywood Cerise #EB00A0
Tints of Hollywood Cerise #EB00A0
RGB
CMYK
RGB Variations
Color information
#EB00A0 (or 0xEB00A0) is known color: Hollywood Cerise. HEX triplet: EB, 00 and A0. RGB value is (235,0,160). Sum of RGB (Red+Green+Blue) = 235+0+160=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB00A0 is #14FF5F. Grayscale: #585858. Windows color (decimal): -1376096 or 10485995. OLE color: 10485995.
HSL color Cylindrical-coordinate representation of color #EB00A0: hue angle of 319.15º 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 #EB00A0 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.32 | 0.08 |
| HSL | 319.15º | 1% | 0.46% | - |
| HSV(B) | 319.15º | 1% | 0.92% | - |
| XYZ | 40.61 | 20.2 | 35.02 | - |
| YUV | 88.51 | 168.36 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 160 | 0 | 1 | 0.32 | 0.08 | 319.15 | 1 | 0.46 |
| Hex | EB | 0 | A0 | 0 | 64 | 20 | 8 | 13F | 64 | 2E |
| Octal | 353 | 0 | 240 | 0 | 144 | 40 | 10 | 477 | 144 | 56 |
| Binary | 11101011 | 0 | 10100000 | 0 | 1100100 | 100000 | 1000 | 100111111 | 1100100 | 101110 |
Color Harmonies of #EB00A0
Complementary color
Monochromatic Colors of #EB00A0
Black with #EB00A0
Text Example
Text Example
White with #EB00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB00A0; }
p { color: rgb(235,0,160); }
H1.HeaderClassName
{
color: #EB00A0;
}
.AnyTagClassName
{
color: #EB00A0;
}
</style>
background-color css
<style>
a { background-color: #EB00A0; }
a { background-color: rgb(235,0,160); }
div.DivClassName
{
background-color: #EB00A0;
}
.BgClassName
{
background-color: #EB00A0;
}
</style>
border-color css
<style>
span { border-color: #EB00A0; }
span { border-color: rgb(235,0,160); }
td.TdClassName
{
border-color: #EB00A0;
}
.TagClassName
{
border-color: #EB00A0;
}
</style>