Shades of Hollywood Cerise #EB008F
Tints of Hollywood Cerise #EB008F
RGB
CMYK
RGB Variations
Color information
#EB008F (or 0xEB008F) is known color: Hollywood Cerise. HEX triplet: EB, 00 and 8F. RGB value is (235,0,143). Sum of RGB (Red+Green+Blue) = 235+0+143=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB008F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB008F is #14FF70. Grayscale: #565656. Windows color (decimal): -1376113 or 9371883. OLE color: 9371883.
HSL color Cylindrical-coordinate representation of color #EB008F: hue angle of 323.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB008F is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.39 | 0.08 |
| HSL | 323.49º | 1% | 0.46% | - |
| HSV(B) | 323.49º | 1% | 0.92% | - |
| XYZ | 39.22 | 19.65 | 27.71 | - |
| YUV | 86.57 | 159.86 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 143 | 0 | 1 | 0.39 | 0.08 | 323.49 | 1 | 0.46 |
| Hex | EB | 0 | 8F | 0 | 64 | 27 | 8 | 143 | 64 | 2E |
| Octal | 353 | 0 | 217 | 0 | 144 | 47 | 10 | 503 | 144 | 56 |
| Binary | 11101011 | 0 | 10001111 | 0 | 1100100 | 100111 | 1000 | 101000011 | 1100100 | 101110 |
Color Harmonies of #EB008F
Complementary color
Monochromatic Colors of #EB008F
Black with #EB008F
Text Example
Text Example
White with #EB008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB008F; }
p { color: rgb(235,0,143); }
H1.HeaderClassName
{
color: #EB008F;
}
.AnyTagClassName
{
color: #EB008F;
}
</style>
background-color css
<style>
a { background-color: #EB008F; }
a { background-color: rgb(235,0,143); }
div.DivClassName
{
background-color: #EB008F;
}
.BgClassName
{
background-color: #EB008F;
}
</style>
border-color css
<style>
span { border-color: #EB008F; }
span { border-color: rgb(235,0,143); }
td.TdClassName
{
border-color: #EB008F;
}
.TagClassName
{
border-color: #EB008F;
}
</style>