Shades of Hollywood Cerise #EC008A
Tints of Hollywood Cerise #EC008A
RGB
CMYK
RGB Variations
Color information
#EC008A (or 0xEC008A) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 8A. RGB value is (236,0,138). Sum of RGB (Red+Green+Blue) = 236+0+138=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC008A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC008A is #13FF75. Grayscale: #555555. Windows color (decimal): -1310582 or 9044204. OLE color: 9044204.
HSL color Cylindrical-coordinate representation of color #EC008A: hue angle of 324.92º 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 #EC008A is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.42 | 0.07 |
| HSL | 324.92º | 1% | 0.46% | - |
| HSV(B) | 324.92º | 1% | 0.93% | - |
| XYZ | 39.18 | 19.67 | 25.78 | - |
| YUV | 86.3 | 157.19 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 138 | 0 | 1 | 0.42 | 0.07 | 324.92 | 1 | 0.46 |
| Hex | EC | 0 | 8A | 0 | 64 | 2A | 7 | 145 | 64 | 2E |
| Octal | 354 | 0 | 212 | 0 | 144 | 52 | 7 | 505 | 144 | 56 |
| Binary | 11101100 | 0 | 10001010 | 0 | 1100100 | 101010 | 111 | 101000101 | 1100100 | 101110 |
Color Harmonies of #EC008A
Complementary color
Monochromatic Colors of #EC008A
Black with #EC008A
Text Example
Text Example
White with #EC008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC008A; }
p { color: rgb(236,0,138); }
H1.HeaderClassName
{
color: #EC008A;
}
.AnyTagClassName
{
color: #EC008A;
}
</style>
background-color css
<style>
a { background-color: #EC008A; }
a { background-color: rgb(236,0,138); }
div.DivClassName
{
background-color: #EC008A;
}
.BgClassName
{
background-color: #EC008A;
}
</style>
border-color css
<style>
span { border-color: #EC008A; }
span { border-color: rgb(236,0,138); }
td.TdClassName
{
border-color: #EC008A;
}
.TagClassName
{
border-color: #EC008A;
}
</style>