Shades of Hollywood Cerise #EF0CA6
Tints of Hollywood Cerise #EF0CA6
RGB
CMYK
RGB Variations
Color information
#EF0CA6 (or 0xEF0CA6) is known color: Hollywood Cerise. HEX triplet: EF, 0C and A6. RGB value is (239,12,166). Sum of RGB (Red+Green+Blue) = 239+12+166=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0CA6 is #10F359. Grayscale: #616161. Windows color (decimal): -1110874 or 10882287. OLE color: 10882287.
HSL color Cylindrical-coordinate representation of color #EF0CA6: hue angle of 319.3º 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 #EF0CA6 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 166 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.06 |
| HSL | 319.3º | 0.9% | 0.49% | - |
| HSV(B) | 319.3º | 0.95% | 0.94% | - |
| XYZ | 42.61 | 21.37 | 37.95 | - |
| YUV | 97.43 | 166.71 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 166 | 0 | 0.95 | 0.31 | 0.06 | 319.3 | 0.9 | 0.49 |
| Hex | EF | C | A6 | 0 | 5F | 1F | 6 | 13F | 5A | 31 |
| Octal | 357 | 14 | 246 | 0 | 137 | 37 | 6 | 477 | 132 | 61 |
| Binary | 11101111 | 1100 | 10100110 | 0 | 1011111 | 11111 | 110 | 100111111 | 1011010 | 110001 |
Color Harmonies of #EF0CA6
Complementary color
Monochromatic Colors of #EF0CA6
Black with #EF0CA6
Text Example
Text Example
White with #EF0CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0CA6; }
p { color: rgb(239,12,166); }
H1.HeaderClassName
{
color: #EF0CA6;
}
.AnyTagClassName
{
color: #EF0CA6;
}
</style>
background-color css
<style>
a { background-color: #EF0CA6; }
a { background-color: rgb(239,12,166); }
div.DivClassName
{
background-color: #EF0CA6;
}
.BgClassName
{
background-color: #EF0CA6;
}
</style>
border-color css
<style>
span { border-color: #EF0CA6; }
span { border-color: rgb(239,12,166); }
td.TdClassName
{
border-color: #EF0CA6;
}
.TagClassName
{
border-color: #EF0CA6;
}
</style>