Shades of Hollywood Cerise #EF0094
Tints of Hollywood Cerise #EF0094
RGB
CMYK
RGB Variations
Color information
#EF0094 (or 0xEF0094) is known color: Hollywood Cerise. HEX triplet: EF, 00 and 94. RGB value is (239,0,148). Sum of RGB (Red+Green+Blue) = 239+0+148=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0094 is #10FF6B. Grayscale: #575757. Windows color (decimal): -1113964 or 9699567. OLE color: 9699567.
HSL color Cylindrical-coordinate representation of color #EF0094: hue angle of 322.85º 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 #EF0094 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 148 | - |
| CMYK | 0 | 1 | 0.38 | 0.06 |
| HSL | 322.85º | 1% | 0.47% | - |
| HSV(B) | 322.85º | 1% | 0.94% | - |
| XYZ | 40.94 | 20.49 | 29.81 | - |
| YUV | 88.33 | 161.68 | 235.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 148 | 0 | 1 | 0.38 | 0.06 | 322.85 | 1 | 0.47 |
| Hex | EF | 0 | 94 | 0 | 64 | 26 | 6 | 143 | 64 | 2F |
| Octal | 357 | 0 | 224 | 0 | 144 | 46 | 6 | 503 | 144 | 57 |
| Binary | 11101111 | 0 | 10010100 | 0 | 1100100 | 100110 | 110 | 101000011 | 1100100 | 101111 |
Color Harmonies of #EF0094
Complementary color
Monochromatic Colors of #EF0094
Black with #EF0094
Text Example
Text Example
White with #EF0094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0094; }
p { color: rgb(239,0,148); }
H1.HeaderClassName
{
color: #EF0094;
}
.AnyTagClassName
{
color: #EF0094;
}
</style>
background-color css
<style>
a { background-color: #EF0094; }
a { background-color: rgb(239,0,148); }
div.DivClassName
{
background-color: #EF0094;
}
.BgClassName
{
background-color: #EF0094;
}
</style>
border-color css
<style>
span { border-color: #EF0094; }
span { border-color: rgb(239,0,148); }
td.TdClassName
{
border-color: #EF0094;
}
.TagClassName
{
border-color: #EF0094;
}
</style>