Shades of Hollywood Cerise #EF048B
Tints of Hollywood Cerise #EF048B
RGB
CMYK
RGB Variations
Color information
#EF048B (or 0xEF048B) is known color: Hollywood Cerise. HEX triplet: EF, 04 and 8B. RGB value is (239,4,139). Sum of RGB (Red+Green+Blue) = 239+4+139=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF048B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF048B is #10FB74. Grayscale: #595959. Windows color (decimal): -1112949 or 9110767. OLE color: 9110767.
HSL color Cylindrical-coordinate representation of color #EF048B: hue angle of 325.53º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF048B is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.06 |
| HSL | 325.53º | 0.97% | 0.48% | - |
| HSV(B) | 325.53º | 0.98% | 0.94% | - |
| XYZ | 40.3 | 20.3 | 26.22 | - |
| YUV | 89.66 | 155.86 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 139 | 0 | 0.98 | 0.42 | 0.06 | 325.53 | 0.97 | 0.48 |
| Hex | EF | 4 | 8B | 0 | 62 | 2A | 6 | 146 | 61 | 30 |
| Octal | 357 | 4 | 213 | 0 | 142 | 52 | 6 | 506 | 141 | 60 |
| Binary | 11101111 | 100 | 10001011 | 0 | 1100010 | 101010 | 110 | 101000110 | 1100001 | 110000 |
Color Harmonies of #EF048B
Complementary color
Monochromatic Colors of #EF048B
Black with #EF048B
Text Example
Text Example
White with #EF048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF048B; }
p { color: rgb(239,4,139); }
H1.HeaderClassName
{
color: #EF048B;
}
.AnyTagClassName
{
color: #EF048B;
}
</style>
background-color css
<style>
a { background-color: #EF048B; }
a { background-color: rgb(239,4,139); }
div.DivClassName
{
background-color: #EF048B;
}
.BgClassName
{
background-color: #EF048B;
}
</style>
border-color css
<style>
span { border-color: #EF048B; }
span { border-color: rgb(239,4,139); }
td.TdClassName
{
border-color: #EF048B;
}
.TagClassName
{
border-color: #EF048B;
}
</style>