Shades of Hollywood Cerise #EC008E
Tints of Hollywood Cerise #EC008E
RGB
CMYK
RGB Variations
Color information
#EC008E (or 0xEC008E) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 8E. RGB value is (236,0,142). Sum of RGB (Red+Green+Blue) = 236+0+142=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC008E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC008E is #13FF71. Grayscale: #565656. Windows color (decimal): -1310578 or 9306348. OLE color: 9306348.
HSL color Cylindrical-coordinate representation of color #EC008E: hue angle of 323.9º 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 #EC008E is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.40 | 0.07 |
| HSL | 323.9º | 1% | 0.46% | - |
| HSV(B) | 323.9º | 1% | 0.93% | - |
| XYZ | 39.47 | 19.79 | 27.33 | - |
| YUV | 86.75 | 159.19 | 234.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 142 | 0 | 1 | 0.40 | 0.07 | 323.9 | 1 | 0.46 |
| Hex | EC | 0 | 8E | 0 | 64 | 28 | 7 | 144 | 64 | 2E |
| Octal | 354 | 0 | 216 | 0 | 144 | 50 | 7 | 504 | 144 | 56 |
| Binary | 11101100 | 0 | 10001110 | 0 | 1100100 | 101000 | 111 | 101000100 | 1100100 | 101110 |
Color Harmonies of #EC008E
Complementary color
Monochromatic Colors of #EC008E
Black with #EC008E
Text Example
Text Example
White with #EC008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC008E; }
p { color: rgb(236,0,142); }
H1.HeaderClassName
{
color: #EC008E;
}
.AnyTagClassName
{
color: #EC008E;
}
</style>
background-color css
<style>
a { background-color: #EC008E; }
a { background-color: rgb(236,0,142); }
div.DivClassName
{
background-color: #EC008E;
}
.BgClassName
{
background-color: #EC008E;
}
</style>
border-color css
<style>
span { border-color: #EC008E; }
span { border-color: rgb(236,0,142); }
td.TdClassName
{
border-color: #EC008E;
}
.TagClassName
{
border-color: #EC008E;
}
</style>