Shades of Hollywood Cerise #EF0CA0
Tints of Hollywood Cerise #EF0CA0
RGB
CMYK
RGB Variations
Color information
#EF0CA0 (or 0xEF0CA0) is known color: Hollywood Cerise. HEX triplet: EF, 0C and A0. RGB value is (239,12,160). Sum of RGB (Red+Green+Blue) = 239+12+160=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0CA0 is #10F35F. Grayscale: #606060. Windows color (decimal): -1110880 or 10489071. OLE color: 10489071.
HSL color Cylindrical-coordinate representation of color #EF0CA0: hue angle of 320.88º 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 #EF0CA0 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 160 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.06 |
| HSL | 320.88º | 0.9% | 0.49% | - |
| HSV(B) | 320.88º | 0.95% | 0.94% | - |
| XYZ | 42.07 | 21.15 | 35.12 | - |
| YUV | 96.75 | 163.71 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 160 | 0 | 0.95 | 0.33 | 0.06 | 320.88 | 0.9 | 0.49 |
| Hex | EF | C | A0 | 0 | 5F | 21 | 6 | 141 | 5A | 31 |
| Octal | 357 | 14 | 240 | 0 | 137 | 41 | 6 | 501 | 132 | 61 |
| Binary | 11101111 | 1100 | 10100000 | 0 | 1011111 | 100001 | 110 | 101000001 | 1011010 | 110001 |
Color Harmonies of #EF0CA0
Complementary color
Monochromatic Colors of #EF0CA0
Black with #EF0CA0
Text Example
Text Example
White with #EF0CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0CA0; }
p { color: rgb(239,12,160); }
H1.HeaderClassName
{
color: #EF0CA0;
}
.AnyTagClassName
{
color: #EF0CA0;
}
</style>
background-color css
<style>
a { background-color: #EF0CA0; }
a { background-color: rgb(239,12,160); }
div.DivClassName
{
background-color: #EF0CA0;
}
.BgClassName
{
background-color: #EF0CA0;
}
</style>
border-color css
<style>
span { border-color: #EF0CA0; }
span { border-color: rgb(239,12,160); }
td.TdClassName
{
border-color: #EF0CA0;
}
.TagClassName
{
border-color: #EF0CA0;
}
</style>