Shades of Hollywood Cerise #EB058C
Tints of Hollywood Cerise #EB058C
RGB
CMYK
RGB Variations
Color information
#EB058C (or 0xEB058C) is known color: Hollywood Cerise. HEX triplet: EB, 05 and 8C. RGB value is (235,5,140). Sum of RGB (Red+Green+Blue) = 235+5+140=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB058C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB058C is #14FA73. Grayscale: #585858. Windows color (decimal): -1374836 or 9176555. OLE color: 9176555.
HSL color Cylindrical-coordinate representation of color #EB058C: hue angle of 324.78º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB058C is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.08 |
| HSL | 324.78º | 0.96% | 0.47% | - |
| HSV(B) | 324.78º | 0.98% | 0.92% | - |
| XYZ | 39.05 | 19.66 | 26.55 | - |
| YUV | 89.16 | 156.7 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 5 | 140 | 0 | 0.98 | 0.40 | 0.08 | 324.78 | 0.96 | 0.47 |
| Hex | EB | 5 | 8C | 0 | 62 | 28 | 8 | 145 | 60 | 2F |
| Octal | 353 | 5 | 214 | 0 | 142 | 50 | 10 | 505 | 140 | 57 |
| Binary | 11101011 | 101 | 10001100 | 0 | 1100010 | 101000 | 1000 | 101000101 | 1100000 | 101111 |
Color Harmonies of #EB058C
Complementary color
Monochromatic Colors of #EB058C
Black with #EB058C
Text Example
Text Example
White with #EB058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB058C; }
p { color: rgb(235,5,140); }
H1.HeaderClassName
{
color: #EB058C;
}
.AnyTagClassName
{
color: #EB058C;
}
</style>
background-color css
<style>
a { background-color: #EB058C; }
a { background-color: rgb(235,5,140); }
div.DivClassName
{
background-color: #EB058C;
}
.BgClassName
{
background-color: #EB058C;
}
</style>
border-color css
<style>
span { border-color: #EB058C; }
span { border-color: rgb(235,5,140); }
td.TdClassName
{
border-color: #EB058C;
}
.TagClassName
{
border-color: #EB058C;
}
</style>