Shades of Hollywood Cerise #EC129B
Tints of Hollywood Cerise #EC129B
RGB
CMYK
RGB Variations
Color information
#EC129B (or 0xEC129B) is known color: Hollywood Cerise. HEX triplet: EC, 12 and 9B. RGB value is (236,18,155). Sum of RGB (Red+Green+Blue) = 236+18+155=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC129B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC129B is #13ED64. Grayscale: #626262. Windows color (decimal): -1305957 or 10162924. OLE color: 10162924.
HSL color Cylindrical-coordinate representation of color #EC129B: hue angle of 322.29º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC129B is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 155 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.07 |
| HSL | 322.29º | 0.86% | 0.5% | - |
| HSV(B) | 322.29º | 0.92% | 0.93% | - |
| XYZ | 40.72 | 20.63 | 32.85 | - |
| YUV | 98.8 | 159.72 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 155 | 0 | 0.92 | 0.34 | 0.07 | 322.29 | 0.86 | 0.5 |
| Hex | EC | 12 | 9B | 0 | 5C | 22 | 7 | 142 | 56 | 32 |
| Octal | 354 | 22 | 233 | 0 | 134 | 42 | 7 | 502 | 126 | 62 |
| Binary | 11101100 | 10010 | 10011011 | 0 | 1011100 | 100010 | 111 | 101000010 | 1010110 | 110010 |
Color Harmonies of #EC129B
Complementary color
Monochromatic Colors of #EC129B
Black with #EC129B
Text Example
Text Example
White with #EC129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC129B; }
p { color: rgb(236,18,155); }
H1.HeaderClassName
{
color: #EC129B;
}
.AnyTagClassName
{
color: #EC129B;
}
</style>
background-color css
<style>
a { background-color: #EC129B; }
a { background-color: rgb(236,18,155); }
div.DivClassName
{
background-color: #EC129B;
}
.BgClassName
{
background-color: #EC129B;
}
</style>
border-color css
<style>
span { border-color: #EC129B; }
span { border-color: rgb(236,18,155); }
td.TdClassName
{
border-color: #EC129B;
}
.TagClassName
{
border-color: #EC129B;
}
</style>