Shades of Hollywood Cerise #EF0092
Tints of Hollywood Cerise #EF0092
RGB
CMYK
RGB Variations
Color information
#EF0092 (or 0xEF0092) is known color: Hollywood Cerise. HEX triplet: EF, 00 and 92. RGB value is (239,0,146). Sum of RGB (Red+Green+Blue) = 239+0+146=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0092 is #10FF6D. Grayscale: #575757. Windows color (decimal): -1113966 or 9568495. OLE color: 9568495.
HSL color Cylindrical-coordinate representation of color #EF0092: hue angle of 323.35º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0092 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.39 | 0.06 |
| HSL | 323.35º | 1% | 0.47% | - |
| HSV(B) | 323.35º | 1% | 0.94% | - |
| XYZ | 40.78 | 20.43 | 28.99 | - |
| YUV | 88.11 | 160.68 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 146 | 0 | 1 | 0.39 | 0.06 | 323.35 | 1 | 0.47 |
| Hex | EF | 0 | 92 | 0 | 64 | 27 | 6 | 143 | 64 | 2F |
| Octal | 357 | 0 | 222 | 0 | 144 | 47 | 6 | 503 | 144 | 57 |
| Binary | 11101111 | 0 | 10010010 | 0 | 1100100 | 100111 | 110 | 101000011 | 1100100 | 101111 |
Color Harmonies of #EF0092
Complementary color
Monochromatic Colors of #EF0092
Black with #EF0092
Text Example
Text Example
White with #EF0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0092; }
p { color: rgb(239,0,146); }
H1.HeaderClassName
{
color: #EF0092;
}
.AnyTagClassName
{
color: #EF0092;
}
</style>
background-color css
<style>
a { background-color: #EF0092; }
a { background-color: rgb(239,0,146); }
div.DivClassName
{
background-color: #EF0092;
}
.BgClassName
{
background-color: #EF0092;
}
</style>
border-color css
<style>
span { border-color: #EF0092; }
span { border-color: rgb(239,0,146); }
td.TdClassName
{
border-color: #EF0092;
}
.TagClassName
{
border-color: #EF0092;
}
</style>