Shades of Hollywood Cerise #EF0CA9
Tints of Hollywood Cerise #EF0CA9
RGB
CMYK
RGB Variations
Color information
#EF0CA9 (or 0xEF0CA9) is known color: Hollywood Cerise. HEX triplet: EF, 0C and A9. RGB value is (239,12,169). Sum of RGB (Red+Green+Blue) = 239+12+169=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0CA9 is #10F356. Grayscale: #616161. Windows color (decimal): -1110871 or 11078895. OLE color: 11078895.
HSL color Cylindrical-coordinate representation of color #EF0CA9: hue angle of 318.5º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0CA9 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 169 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.06 |
| HSL | 318.5º | 0.9% | 0.49% | - |
| HSV(B) | 318.5º | 0.95% | 0.94% | - |
| XYZ | 42.89 | 21.48 | 39.42 | - |
| YUV | 97.77 | 168.21 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 169 | 0 | 0.95 | 0.29 | 0.06 | 318.5 | 0.9 | 0.49 |
| Hex | EF | C | A9 | 0 | 5F | 1D | 6 | 13F | 5A | 31 |
| Octal | 357 | 14 | 251 | 0 | 137 | 35 | 6 | 477 | 132 | 61 |
| Binary | 11101111 | 1100 | 10101001 | 0 | 1011111 | 11101 | 110 | 100111111 | 1011010 | 110001 |
Color Harmonies of #EF0CA9
Complementary color
Monochromatic Colors of #EF0CA9
Black with #EF0CA9
Text Example
Text Example
White with #EF0CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0CA9; }
p { color: rgb(239,12,169); }
H1.HeaderClassName
{
color: #EF0CA9;
}
.AnyTagClassName
{
color: #EF0CA9;
}
</style>
background-color css
<style>
a { background-color: #EF0CA9; }
a { background-color: rgb(239,12,169); }
div.DivClassName
{
background-color: #EF0CA9;
}
.BgClassName
{
background-color: #EF0CA9;
}
</style>
border-color css
<style>
span { border-color: #EF0CA9; }
span { border-color: rgb(239,12,169); }
td.TdClassName
{
border-color: #EF0CA9;
}
.TagClassName
{
border-color: #EF0CA9;
}
</style>