Shades of Hollywood Cerise #EB0090
Tints of Hollywood Cerise #EB0090
RGB
CMYK
RGB Variations
Color information
#EB0090 (or 0xEB0090) is known color: Hollywood Cerise. HEX triplet: EB, 00 and 90. RGB value is (235,0,144). Sum of RGB (Red+Green+Blue) = 235+0+144=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0090 is #14FF6F. Grayscale: #565656. Windows color (decimal): -1376112 or 9437419. OLE color: 9437419.
HSL color Cylindrical-coordinate representation of color #EB0090: hue angle of 323.23º 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 #EB0090 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 144 | - |
| CMYK | 0 | 1 | 0.39 | 0.08 |
| HSL | 323.23º | 1% | 0.46% | - |
| HSV(B) | 323.23º | 1% | 0.92% | - |
| XYZ | 39.29 | 19.68 | 28.11 | - |
| YUV | 86.68 | 160.36 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 144 | 0 | 1 | 0.39 | 0.08 | 323.23 | 1 | 0.46 |
| Hex | EB | 0 | 90 | 0 | 64 | 27 | 8 | 143 | 64 | 2E |
| Octal | 353 | 0 | 220 | 0 | 144 | 47 | 10 | 503 | 144 | 56 |
| Binary | 11101011 | 0 | 10010000 | 0 | 1100100 | 100111 | 1000 | 101000011 | 1100100 | 101110 |
Color Harmonies of #EB0090
Complementary color
Monochromatic Colors of #EB0090
Black with #EB0090
Text Example
Text Example
White with #EB0090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0090; }
p { color: rgb(235,0,144); }
H1.HeaderClassName
{
color: #EB0090;
}
.AnyTagClassName
{
color: #EB0090;
}
</style>
background-color css
<style>
a { background-color: #EB0090; }
a { background-color: rgb(235,0,144); }
div.DivClassName
{
background-color: #EB0090;
}
.BgClassName
{
background-color: #EB0090;
}
</style>
border-color css
<style>
span { border-color: #EB0090; }
span { border-color: rgb(235,0,144); }
td.TdClassName
{
border-color: #EB0090;
}
.TagClassName
{
border-color: #EB0090;
}
</style>