Shades of Hollywood Cerise #EC0C9B
Tints of Hollywood Cerise #EC0C9B
RGB
CMYK
RGB Variations
Color information
#EC0C9B (or 0xEC0C9B) is known color: Hollywood Cerise. HEX triplet: EC, 0C and 9B. RGB value is (236,12,155). Sum of RGB (Red+Green+Blue) = 236+12+155=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0C9B is #13F364. Grayscale: #5E5E5E. Windows color (decimal): -1307493 or 10161388. OLE color: 10161388.
HSL color Cylindrical-coordinate representation of color #EC0C9B: hue angle of 321.7º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C9B is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 155 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.07 |
| HSL | 321.7º | 0.9% | 0.49% | - |
| HSV(B) | 321.7º | 0.95% | 0.93% | - |
| XYZ | 40.64 | 20.46 | 32.82 | - |
| YUV | 95.28 | 161.71 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 155 | 0 | 0.95 | 0.34 | 0.07 | 321.7 | 0.9 | 0.49 |
| Hex | EC | C | 9B | 0 | 5F | 22 | 7 | 142 | 5A | 31 |
| Octal | 354 | 14 | 233 | 0 | 137 | 42 | 7 | 502 | 132 | 61 |
| Binary | 11101100 | 1100 | 10011011 | 0 | 1011111 | 100010 | 111 | 101000010 | 1011010 | 110001 |
Color Harmonies of #EC0C9B
Complementary color
Monochromatic Colors of #EC0C9B
Black with #EC0C9B
Text Example
Text Example
White with #EC0C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C9B; }
p { color: rgb(236,12,155); }
H1.HeaderClassName
{
color: #EC0C9B;
}
.AnyTagClassName
{
color: #EC0C9B;
}
</style>
background-color css
<style>
a { background-color: #EC0C9B; }
a { background-color: rgb(236,12,155); }
div.DivClassName
{
background-color: #EC0C9B;
}
.BgClassName
{
background-color: #EC0C9B;
}
</style>
border-color css
<style>
span { border-color: #EC0C9B; }
span { border-color: rgb(236,12,155); }
td.TdClassName
{
border-color: #EC0C9B;
}
.TagClassName
{
border-color: #EC0C9B;
}
</style>