Shades of Hollywood Cerise #EB04A1
Tints of Hollywood Cerise #EB04A1
RGB
CMYK
RGB Variations
Color information
#EB04A1 (or 0xEB04A1) is known color: Hollywood Cerise. HEX triplet: EB, 04 and A1. RGB value is (235,4,161). Sum of RGB (Red+Green+Blue) = 235+4+161=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB04A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB04A1 is #14FB5E. Grayscale: #5A5A5A. Windows color (decimal): -1375071 or 10552555. OLE color: 10552555.
HSL color Cylindrical-coordinate representation of color #EB04A1: hue angle of 319.22º degrees, saturation: 0.97, 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 #EB04A1 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 4 | 161 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.08 |
| HSL | 319.22º | 0.97% | 0.47% | - |
| HSV(B) | 319.22º | 0.98% | 0.92% | - |
| XYZ | 40.74 | 20.32 | 35.49 | - |
| YUV | 90.97 | 167.53 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 4 | 161 | 0 | 0.98 | 0.31 | 0.08 | 319.22 | 0.97 | 0.47 |
| Hex | EB | 4 | A1 | 0 | 62 | 1F | 8 | 13F | 61 | 2F |
| Octal | 353 | 4 | 241 | 0 | 142 | 37 | 10 | 477 | 141 | 57 |
| Binary | 11101011 | 100 | 10100001 | 0 | 1100010 | 11111 | 1000 | 100111111 | 1100001 | 101111 |
Color Harmonies of #EB04A1
Complementary color
Monochromatic Colors of #EB04A1
Black with #EB04A1
Text Example
Text Example
White with #EB04A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB04A1; }
p { color: rgb(235,4,161); }
H1.HeaderClassName
{
color: #EB04A1;
}
.AnyTagClassName
{
color: #EB04A1;
}
</style>
background-color css
<style>
a { background-color: #EB04A1; }
a { background-color: rgb(235,4,161); }
div.DivClassName
{
background-color: #EB04A1;
}
.BgClassName
{
background-color: #EB04A1;
}
</style>
border-color css
<style>
span { border-color: #EB04A1; }
span { border-color: rgb(235,4,161); }
td.TdClassName
{
border-color: #EB04A1;
}
.TagClassName
{
border-color: #EB04A1;
}
</style>