Shades of Hollywood Cerise #EB0186
Tints of Hollywood Cerise #EB0186
RGB
CMYK
RGB Variations
Color information
#EB0186 (or 0xEB0186) is known color: Hollywood Cerise. HEX triplet: EB, 01 and 86. RGB value is (235,1,134). Sum of RGB (Red+Green+Blue) = 235+1+134=370 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.51% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0186 is #14FE79. Grayscale: #555555. Windows color (decimal): -1375866 or 8782315. OLE color: 8782315.
HSL color Cylindrical-coordinate representation of color #EB0186: hue angle of 325.9º 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 #EB0186 is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 134 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.08 |
| HSL | 325.9º | 0.99% | 0.46% | - |
| HSV(B) | 325.9º | 1% | 0.92% | - |
| XYZ | 38.57 | 19.41 | 24.27 | - |
| YUV | 86.13 | 155.02 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 134 | 0 | 1.00 | 0.43 | 0.08 | 325.9 | 0.99 | 0.46 |
| Hex | EB | 1 | 86 | 0 | 64 | 2B | 8 | 146 | 63 | 2E |
| Octal | 353 | 1 | 206 | 0 | 144 | 53 | 10 | 506 | 143 | 56 |
| Binary | 11101011 | 1 | 10000110 | 0 | 1100100 | 101011 | 1000 | 101000110 | 1100011 | 101110 |
Color Harmonies of #EB0186
Complementary color
Monochromatic Colors of #EB0186
Black with #EB0186
Text Example
Text Example
White with #EB0186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0186; }
p { color: rgb(235,1,134); }
H1.HeaderClassName
{
color: #EB0186;
}
.AnyTagClassName
{
color: #EB0186;
}
</style>
background-color css
<style>
a { background-color: #EB0186; }
a { background-color: rgb(235,1,134); }
div.DivClassName
{
background-color: #EB0186;
}
.BgClassName
{
background-color: #EB0186;
}
</style>
border-color css
<style>
span { border-color: #EB0186; }
span { border-color: rgb(235,1,134); }
td.TdClassName
{
border-color: #EB0186;
}
.TagClassName
{
border-color: #EB0186;
}
</style>