Shades of Hollywood Cerise #EC0085
Tints of Hollywood Cerise #EC0085
RGB
CMYK
RGB Variations
Color information
#EC0085 (or 0xEC0085) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 85. RGB value is (236,0,133). Sum of RGB (Red+Green+Blue) = 236+0+133=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0085 is #13FF7A. Grayscale: #555555. Windows color (decimal): -1310587 or 8716524. OLE color: 8716524.
HSL color Cylindrical-coordinate representation of color #EC0085: hue angle of 326.19º 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 #EC0085 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.44 | 0.07 |
| HSL | 326.19º | 1% | 0.46% | - |
| HSV(B) | 326.19º | 1% | 0.93% | - |
| XYZ | 38.83 | 19.53 | 23.91 | - |
| YUV | 85.73 | 154.69 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 133 | 0 | 1 | 0.44 | 0.07 | 326.19 | 1 | 0.46 |
| Hex | EC | 0 | 85 | 0 | 64 | 2C | 7 | 146 | 64 | 2E |
| Octal | 354 | 0 | 205 | 0 | 144 | 54 | 7 | 506 | 144 | 56 |
| Binary | 11101100 | 0 | 10000101 | 0 | 1100100 | 101100 | 111 | 101000110 | 1100100 | 101110 |
Color Harmonies of #EC0085
Complementary color
Monochromatic Colors of #EC0085
Black with #EC0085
Text Example
Text Example
White with #EC0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0085; }
p { color: rgb(236,0,133); }
H1.HeaderClassName
{
color: #EC0085;
}
.AnyTagClassName
{
color: #EC0085;
}
</style>
background-color css
<style>
a { background-color: #EC0085; }
a { background-color: rgb(236,0,133); }
div.DivClassName
{
background-color: #EC0085;
}
.BgClassName
{
background-color: #EC0085;
}
</style>
border-color css
<style>
span { border-color: #EC0085; }
span { border-color: rgb(236,0,133); }
td.TdClassName
{
border-color: #EC0085;
}
.TagClassName
{
border-color: #EC0085;
}
</style>