Shades of Hollywood Cerise #EF129C
Tints of Hollywood Cerise #EF129C
RGB
CMYK
RGB Variations
Color information
#EF129C (or 0xEF129C) is known color: Hollywood Cerise. HEX triplet: EF, 12 and 9C. RGB value is (239,18,156). Sum of RGB (Red+Green+Blue) = 239+18+156=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF129C is #10ED63. Grayscale: #636363. Windows color (decimal): -1109348 or 10228463. OLE color: 10228463.
HSL color Cylindrical-coordinate representation of color #EF129C: hue angle of 322.53º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF129C is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 156 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.06 |
| HSL | 322.53º | 0.87% | 0.5% | - |
| HSV(B) | 322.53º | 0.92% | 0.94% | - |
| XYZ | 41.81 | 21.18 | 33.34 | - |
| YUV | 99.81 | 159.72 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 156 | 0 | 0.92 | 0.35 | 0.06 | 322.53 | 0.87 | 0.5 |
| Hex | EF | 12 | 9C | 0 | 5C | 23 | 6 | 143 | 57 | 32 |
| Octal | 357 | 22 | 234 | 0 | 134 | 43 | 6 | 503 | 127 | 62 |
| Binary | 11101111 | 10010 | 10011100 | 0 | 1011100 | 100011 | 110 | 101000011 | 1010111 | 110010 |
Color Harmonies of #EF129C
Complementary color
Monochromatic Colors of #EF129C
Black with #EF129C
Text Example
Text Example
White with #EF129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF129C; }
p { color: rgb(239,18,156); }
H1.HeaderClassName
{
color: #EF129C;
}
.AnyTagClassName
{
color: #EF129C;
}
</style>
background-color css
<style>
a { background-color: #EF129C; }
a { background-color: rgb(239,18,156); }
div.DivClassName
{
background-color: #EF129C;
}
.BgClassName
{
background-color: #EF129C;
}
</style>
border-color css
<style>
span { border-color: #EF129C; }
span { border-color: rgb(239,18,156); }
td.TdClassName
{
border-color: #EF129C;
}
.TagClassName
{
border-color: #EF129C;
}
</style>