Shades of Hollywood Cerise #EB018E
Tints of Hollywood Cerise #EB018E
RGB
CMYK
RGB Variations
Color information
#EB018E (or 0xEB018E) is known color: Hollywood Cerise. HEX triplet: EB, 01 and 8E. RGB value is (235,1,142). Sum of RGB (Red+Green+Blue) = 235+1+142=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB018E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB018E is #14FE71. Grayscale: #565656. Windows color (decimal): -1375858 or 9306603. OLE color: 9306603.
HSL color Cylindrical-coordinate representation of color #EB018E: hue angle of 323.85º 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 #EB018E is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 142 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.08 |
| HSL | 323.85º | 0.99% | 0.46% | - |
| HSV(B) | 323.85º | 1% | 0.92% | - |
| XYZ | 39.15 | 19.64 | 27.32 | - |
| YUV | 87.04 | 159.02 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 142 | 0 | 1.00 | 0.40 | 0.08 | 323.85 | 0.99 | 0.46 |
| Hex | EB | 1 | 8E | 0 | 64 | 28 | 8 | 144 | 63 | 2E |
| Octal | 353 | 1 | 216 | 0 | 144 | 50 | 10 | 504 | 143 | 56 |
| Binary | 11101011 | 1 | 10001110 | 0 | 1100100 | 101000 | 1000 | 101000100 | 1100011 | 101110 |
Color Harmonies of #EB018E
Complementary color
Monochromatic Colors of #EB018E
Black with #EB018E
Text Example
Text Example
White with #EB018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB018E; }
p { color: rgb(235,1,142); }
H1.HeaderClassName
{
color: #EB018E;
}
.AnyTagClassName
{
color: #EB018E;
}
</style>
background-color css
<style>
a { background-color: #EB018E; }
a { background-color: rgb(235,1,142); }
div.DivClassName
{
background-color: #EB018E;
}
.BgClassName
{
background-color: #EB018E;
}
</style>
border-color css
<style>
span { border-color: #EB018E; }
span { border-color: rgb(235,1,142); }
td.TdClassName
{
border-color: #EB018E;
}
.TagClassName
{
border-color: #EB018E;
}
</style>