Shades of Hollywood Cerise #EF0CA5
Tints of Hollywood Cerise #EF0CA5
RGB
CMYK
RGB Variations
Color information
#EF0CA5 (or 0xEF0CA5) is known color: Hollywood Cerise. HEX triplet: EF, 0C and A5. RGB value is (239,12,165). Sum of RGB (Red+Green+Blue) = 239+12+165=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0CA5 is #10F35A. Grayscale: #606060. Windows color (decimal): -1110875 or 10816751. OLE color: 10816751.
HSL color Cylindrical-coordinate representation of color #EF0CA5: hue angle of 319.56º 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 #EF0CA5 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 165 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.06 |
| HSL | 319.56º | 0.9% | 0.49% | - |
| HSV(B) | 319.56º | 0.95% | 0.94% | - |
| XYZ | 42.52 | 21.33 | 37.47 | - |
| YUV | 97.32 | 166.21 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 165 | 0 | 0.95 | 0.31 | 0.06 | 319.56 | 0.9 | 0.49 |
| Hex | EF | C | A5 | 0 | 5F | 1F | 6 | 140 | 5A | 31 |
| Octal | 357 | 14 | 245 | 0 | 137 | 37 | 6 | 500 | 132 | 61 |
| Binary | 11101111 | 1100 | 10100101 | 0 | 1011111 | 11111 | 110 | 101000000 | 1011010 | 110001 |
Color Harmonies of #EF0CA5
Complementary color
Monochromatic Colors of #EF0CA5
Black with #EF0CA5
Text Example
Text Example
White with #EF0CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0CA5; }
p { color: rgb(239,12,165); }
H1.HeaderClassName
{
color: #EF0CA5;
}
.AnyTagClassName
{
color: #EF0CA5;
}
</style>
background-color css
<style>
a { background-color: #EF0CA5; }
a { background-color: rgb(239,12,165); }
div.DivClassName
{
background-color: #EF0CA5;
}
.BgClassName
{
background-color: #EF0CA5;
}
</style>
border-color css
<style>
span { border-color: #EF0CA5; }
span { border-color: rgb(239,12,165); }
td.TdClassName
{
border-color: #EF0CA5;
}
.TagClassName
{
border-color: #EF0CA5;
}
</style>