Shades of Hollywood Cerise #EB07A0
Tints of Hollywood Cerise #EB07A0
RGB
CMYK
RGB Variations
Color information
#EB07A0 (or 0xEB07A0) is known color: Hollywood Cerise. HEX triplet: EB, 07 and A0. RGB value is (235,7,160). Sum of RGB (Red+Green+Blue) = 235+7+160=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EB07A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB07A0 is #14F85F. Grayscale: #5C5C5C. Windows color (decimal): -1374304 or 10487787. OLE color: 10487787.
HSL color Cylindrical-coordinate representation of color #EB07A0: hue angle of 319.74º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB07A0 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 7 | 160 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.08 |
| HSL | 319.74º | 0.94% | 0.47% | - |
| HSV(B) | 319.74º | 0.97% | 0.92% | - |
| XYZ | 40.68 | 20.35 | 35.04 | - |
| YUV | 92.61 | 166.04 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 7 | 160 | 0 | 0.97 | 0.32 | 0.08 | 319.74 | 0.94 | 0.47 |
| Hex | EB | 7 | A0 | 0 | 61 | 20 | 8 | 140 | 5E | 2F |
| Octal | 353 | 7 | 240 | 0 | 141 | 40 | 10 | 500 | 136 | 57 |
| Binary | 11101011 | 111 | 10100000 | 0 | 1100001 | 100000 | 1000 | 101000000 | 1011110 | 101111 |
Color Harmonies of #EB07A0
Complementary color
Monochromatic Colors of #EB07A0
Black with #EB07A0
Text Example
Text Example
White with #EB07A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB07A0; }
p { color: rgb(235,7,160); }
H1.HeaderClassName
{
color: #EB07A0;
}
.AnyTagClassName
{
color: #EB07A0;
}
</style>
background-color css
<style>
a { background-color: #EB07A0; }
a { background-color: rgb(235,7,160); }
div.DivClassName
{
background-color: #EB07A0;
}
.BgClassName
{
background-color: #EB07A0;
}
</style>
border-color css
<style>
span { border-color: #EB07A0; }
span { border-color: rgb(235,7,160); }
td.TdClassName
{
border-color: #EB07A0;
}
.TagClassName
{
border-color: #EB07A0;
}
</style>