Shades of Hollywood Cerise #EF0B94
Tints of Hollywood Cerise #EF0B94
RGB
CMYK
RGB Variations
Color information
#EF0B94 (or 0xEF0B94) is known color: Hollywood Cerise. HEX triplet: EF, 0B and 94. RGB value is (239,11,148). Sum of RGB (Red+Green+Blue) = 239+11+148=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B94 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0B94 is #10F46B. Grayscale: #5E5E5E. Windows color (decimal): -1111148 or 9702383. OLE color: 9702383.
HSL color Cylindrical-coordinate representation of color #EF0B94: hue angle of 323.95º degrees, saturation: 0.91, 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 #EF0B94 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 148 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.06 |
| HSL | 323.95º | 0.91% | 0.49% | - |
| HSV(B) | 323.95º | 0.95% | 0.94% | - |
| XYZ | 41.06 | 20.73 | 29.85 | - |
| YUV | 94.79 | 158.04 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 148 | 0 | 0.95 | 0.38 | 0.06 | 323.95 | 0.91 | 0.49 |
| Hex | EF | B | 94 | 0 | 5F | 26 | 6 | 144 | 5B | 31 |
| Octal | 357 | 13 | 224 | 0 | 137 | 46 | 6 | 504 | 133 | 61 |
| Binary | 11101111 | 1011 | 10010100 | 0 | 1011111 | 100110 | 110 | 101000100 | 1011011 | 110001 |
Color Harmonies of #EF0B94
Complementary color
Monochromatic Colors of #EF0B94
Black with #EF0B94
Text Example
Text Example
White with #EF0B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0B94; }
p { color: rgb(239,11,148); }
H1.HeaderClassName
{
color: #EF0B94;
}
.AnyTagClassName
{
color: #EF0B94;
}
</style>
background-color css
<style>
a { background-color: #EF0B94; }
a { background-color: rgb(239,11,148); }
div.DivClassName
{
background-color: #EF0B94;
}
.BgClassName
{
background-color: #EF0B94;
}
</style>
border-color css
<style>
span { border-color: #EF0B94; }
span { border-color: rgb(239,11,148); }
td.TdClassName
{
border-color: #EF0B94;
}
.TagClassName
{
border-color: #EF0B94;
}
</style>