Shades of Hollywood Cerise #EB01A8
Tints of Hollywood Cerise #EB01A8
RGB
CMYK
RGB Variations
Color information
#EB01A8 (or 0xEB01A8) is known color: Hollywood Cerise. HEX triplet: EB, 01 and A8. RGB value is (235,1,168). Sum of RGB (Red+Green+Blue) = 235+1+168=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB01A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB01A8 is #14FE57. Grayscale: #595959. Windows color (decimal): -1375832 or 11010539. OLE color: 11010539.
HSL color Cylindrical-coordinate representation of color #EB01A8: hue angle of 317.18º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB01A8 is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 168 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.08 |
| HSL | 317.18º | 0.99% | 0.46% | - |
| HSV(B) | 317.18º | 1% | 0.92% | - |
| XYZ | 41.34 | 20.51 | 38.83 | - |
| YUV | 90 | 172.02 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 168 | 0 | 1.00 | 0.29 | 0.08 | 317.18 | 0.99 | 0.46 |
| Hex | EB | 1 | A8 | 0 | 64 | 1D | 8 | 13D | 63 | 2E |
| Octal | 353 | 1 | 250 | 0 | 144 | 35 | 10 | 475 | 143 | 56 |
| Binary | 11101011 | 1 | 10101000 | 0 | 1100100 | 11101 | 1000 | 100111101 | 1100011 | 101110 |
Color Harmonies of #EB01A8
Complementary color
Monochromatic Colors of #EB01A8
Black with #EB01A8
Text Example
Text Example
White with #EB01A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB01A8; }
p { color: rgb(235,1,168); }
H1.HeaderClassName
{
color: #EB01A8;
}
.AnyTagClassName
{
color: #EB01A8;
}
</style>
background-color css
<style>
a { background-color: #EB01A8; }
a { background-color: rgb(235,1,168); }
div.DivClassName
{
background-color: #EB01A8;
}
.BgClassName
{
background-color: #EB01A8;
}
</style>
border-color css
<style>
span { border-color: #EB01A8; }
span { border-color: rgb(235,1,168); }
td.TdClassName
{
border-color: #EB01A8;
}
.TagClassName
{
border-color: #EB01A8;
}
</style>