Shades of Hollywood Cerise #EB02A0
Tints of Hollywood Cerise #EB02A0
RGB
CMYK
RGB Variations
Color information
#EB02A0 (or 0xEB02A0) is known color: Hollywood Cerise. HEX triplet: EB, 02 and A0. RGB value is (235,2,160). Sum of RGB (Red+Green+Blue) = 235+2+160=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB02A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB02A0 is #14FD5F. Grayscale: #595959. Windows color (decimal): -1375584 or 10486507. OLE color: 10486507.
HSL color Cylindrical-coordinate representation of color #EB02A0: hue angle of 319.31º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB02A0 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 2 | 160 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.08 |
| HSL | 319.31º | 0.98% | 0.46% | - |
| HSV(B) | 319.31º | 0.99% | 0.92% | - |
| XYZ | 40.63 | 20.24 | 35.02 | - |
| YUV | 89.68 | 167.69 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 2 | 160 | 0 | 0.99 | 0.32 | 0.08 | 319.31 | 0.98 | 0.46 |
| Hex | EB | 2 | A0 | 0 | 63 | 20 | 8 | 13F | 62 | 2E |
| Octal | 353 | 2 | 240 | 0 | 143 | 40 | 10 | 477 | 142 | 56 |
| Binary | 11101011 | 10 | 10100000 | 0 | 1100011 | 100000 | 1000 | 100111111 | 1100010 | 101110 |
Color Harmonies of #EB02A0
Complementary color
Monochromatic Colors of #EB02A0
Black with #EB02A0
Text Example
Text Example
White with #EB02A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB02A0; }
p { color: rgb(235,2,160); }
H1.HeaderClassName
{
color: #EB02A0;
}
.AnyTagClassName
{
color: #EB02A0;
}
</style>
background-color css
<style>
a { background-color: #EB02A0; }
a { background-color: rgb(235,2,160); }
div.DivClassName
{
background-color: #EB02A0;
}
.BgClassName
{
background-color: #EB02A0;
}
</style>
border-color css
<style>
span { border-color: #EB02A0; }
span { border-color: rgb(235,2,160); }
td.TdClassName
{
border-color: #EB02A0;
}
.TagClassName
{
border-color: #EB02A0;
}
</style>