Shades of Hollywood Cerise #EC0086
Tints of Hollywood Cerise #EC0086
RGB
CMYK
RGB Variations
Color information
#EC0086 (or 0xEC0086) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 86. RGB value is (236,0,134). Sum of RGB (Red+Green+Blue) = 236+0+134=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0086 is #13FF79. Grayscale: #555555. Windows color (decimal): -1310586 or 8782060. OLE color: 8782060.
HSL color Cylindrical-coordinate representation of color #EC0086: hue angle of 325.93º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0086 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 134 | - |
| CMYK | 0 | 1 | 0.43 | 0.07 |
| HSL | 325.93º | 1% | 0.46% | - |
| HSV(B) | 325.93º | 1% | 0.93% | - |
| XYZ | 38.9 | 19.55 | 24.28 | - |
| YUV | 85.84 | 155.19 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 134 | 0 | 1 | 0.43 | 0.07 | 325.93 | 1 | 0.46 |
| Hex | EC | 0 | 86 | 0 | 64 | 2B | 7 | 146 | 64 | 2E |
| Octal | 354 | 0 | 206 | 0 | 144 | 53 | 7 | 506 | 144 | 56 |
| Binary | 11101100 | 0 | 10000110 | 0 | 1100100 | 101011 | 111 | 101000110 | 1100100 | 101110 |
Color Harmonies of #EC0086
Complementary color
Monochromatic Colors of #EC0086
Black with #EC0086
Text Example
Text Example
White with #EC0086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0086; }
p { color: rgb(236,0,134); }
H1.HeaderClassName
{
color: #EC0086;
}
.AnyTagClassName
{
color: #EC0086;
}
</style>
background-color css
<style>
a { background-color: #EC0086; }
a { background-color: rgb(236,0,134); }
div.DivClassName
{
background-color: #EC0086;
}
.BgClassName
{
background-color: #EC0086;
}
</style>
border-color css
<style>
span { border-color: #EC0086; }
span { border-color: rgb(236,0,134); }
td.TdClassName
{
border-color: #EC0086;
}
.TagClassName
{
border-color: #EC0086;
}
</style>