Shades of Hollywood Cerise #EB0185
Tints of Hollywood Cerise #EB0185
RGB
CMYK
RGB Variations
Color information
#EB0185 (or 0xEB0185) is known color: Hollywood Cerise. HEX triplet: EB, 01 and 85. RGB value is (235,1,133). Sum of RGB (Red+Green+Blue) = 235+1+133=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0185 is #14FE7A. Grayscale: #555555. Windows color (decimal): -1375867 or 8716779. OLE color: 8716779.
HSL color Cylindrical-coordinate representation of color #EB0185: hue angle of 326.15º 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 #EB0185 is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 133 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.08 |
| HSL | 326.15º | 0.99% | 0.46% | - |
| HSV(B) | 326.15º | 1% | 0.92% | - |
| XYZ | 38.51 | 19.38 | 23.9 | - |
| YUV | 86.01 | 154.52 | 234.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 133 | 0 | 1.00 | 0.43 | 0.08 | 326.15 | 0.99 | 0.46 |
| Hex | EB | 1 | 85 | 0 | 64 | 2B | 8 | 146 | 63 | 2E |
| Octal | 353 | 1 | 205 | 0 | 144 | 53 | 10 | 506 | 143 | 56 |
| Binary | 11101011 | 1 | 10000101 | 0 | 1100100 | 101011 | 1000 | 101000110 | 1100011 | 101110 |
Color Harmonies of #EB0185
Complementary color
Monochromatic Colors of #EB0185
Black with #EB0185
Text Example
Text Example
White with #EB0185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0185; }
p { color: rgb(235,1,133); }
H1.HeaderClassName
{
color: #EB0185;
}
.AnyTagClassName
{
color: #EB0185;
}
</style>
background-color css
<style>
a { background-color: #EB0185; }
a { background-color: rgb(235,1,133); }
div.DivClassName
{
background-color: #EB0185;
}
.BgClassName
{
background-color: #EB0185;
}
</style>
border-color css
<style>
span { border-color: #EB0185; }
span { border-color: rgb(235,1,133); }
td.TdClassName
{
border-color: #EB0185;
}
.TagClassName
{
border-color: #EB0185;
}
</style>