Shades of Hollywood Cerise #EB17A0
Tints of Hollywood Cerise #EB17A0
RGB
CMYK
RGB Variations
Color information
#EB17A0 (or 0xEB17A0) is known color: Hollywood Cerise. HEX triplet: EB, 17 and A0. RGB value is (235,23,160). Sum of RGB (Red+Green+Blue) = 235+23+160=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB17A0 is #14E85F. Grayscale: #656565. Windows color (decimal): -1370208 or 10491883. OLE color: 10491883.
HSL color Cylindrical-coordinate representation of color #EB17A0: hue angle of 321.23º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB17A0 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 160 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.08 |
| HSL | 321.23º | 0.84% | 0.51% | - |
| HSV(B) | 321.23º | 0.9% | 0.92% | - |
| XYZ | 40.91 | 20.81 | 35.12 | - |
| YUV | 102.01 | 160.74 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 160 | 0 | 0.90 | 0.32 | 0.08 | 321.23 | 0.84 | 0.51 |
| Hex | EB | 17 | A0 | 0 | 5A | 20 | 8 | 141 | 54 | 33 |
| Octal | 353 | 27 | 240 | 0 | 132 | 40 | 10 | 501 | 124 | 63 |
| Binary | 11101011 | 10111 | 10100000 | 0 | 1011010 | 100000 | 1000 | 101000001 | 1010100 | 110011 |
Color Harmonies of #EB17A0
Complementary color
Monochromatic Colors of #EB17A0
Black with #EB17A0
Text Example
Text Example
White with #EB17A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17A0; }
p { color: rgb(235,23,160); }
H1.HeaderClassName
{
color: #EB17A0;
}
.AnyTagClassName
{
color: #EB17A0;
}
</style>
background-color css
<style>
a { background-color: #EB17A0; }
a { background-color: rgb(235,23,160); }
div.DivClassName
{
background-color: #EB17A0;
}
.BgClassName
{
background-color: #EB17A0;
}
</style>
border-color css
<style>
span { border-color: #EB17A0; }
span { border-color: rgb(235,23,160); }
td.TdClassName
{
border-color: #EB17A0;
}
.TagClassName
{
border-color: #EB17A0;
}
</style>