Shades of Hollywood Cerise #EF0C97
Tints of Hollywood Cerise #EF0C97
RGB
CMYK
RGB Variations
Color information
#EF0C97 (or 0xEF0C97) is known color: Hollywood Cerise. HEX triplet: EF, 0C and 97. RGB value is (239,12,151). Sum of RGB (Red+Green+Blue) = 239+12+151=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0C97 is #10F368. Grayscale: #5F5F5F. Windows color (decimal): -1110889 or 9899247. OLE color: 9899247.
HSL color Cylindrical-coordinate representation of color #EF0C97: hue angle of 323.26º 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 #EF0C97 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 151 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.06 |
| HSL | 323.26º | 0.9% | 0.49% | - |
| HSV(B) | 323.26º | 0.95% | 0.94% | - |
| XYZ | 41.31 | 20.85 | 31.12 | - |
| YUV | 95.72 | 159.21 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 151 | 0 | 0.95 | 0.37 | 0.06 | 323.26 | 0.9 | 0.49 |
| Hex | EF | C | 97 | 0 | 5F | 25 | 6 | 143 | 5A | 31 |
| Octal | 357 | 14 | 227 | 0 | 137 | 45 | 6 | 503 | 132 | 61 |
| Binary | 11101111 | 1100 | 10010111 | 0 | 1011111 | 100101 | 110 | 101000011 | 1011010 | 110001 |
Color Harmonies of #EF0C97
Complementary color
Monochromatic Colors of #EF0C97
Black with #EF0C97
Text Example
Text Example
White with #EF0C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0C97; }
p { color: rgb(239,12,151); }
H1.HeaderClassName
{
color: #EF0C97;
}
.AnyTagClassName
{
color: #EF0C97;
}
</style>
background-color css
<style>
a { background-color: #EF0C97; }
a { background-color: rgb(239,12,151); }
div.DivClassName
{
background-color: #EF0C97;
}
.BgClassName
{
background-color: #EF0C97;
}
</style>
border-color css
<style>
span { border-color: #EF0C97; }
span { border-color: rgb(239,12,151); }
td.TdClassName
{
border-color: #EF0C97;
}
.TagClassName
{
border-color: #EF0C97;
}
</style>