Shades of Hollywood Cerise #EF049A
Tints of Hollywood Cerise #EF049A
RGB
CMYK
RGB Variations
Color information
#EF049A (or 0xEF049A) is known color: Hollywood Cerise. HEX triplet: EF, 04 and 9A. RGB value is (239,4,154). Sum of RGB (Red+Green+Blue) = 239+4+154=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF049A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF049A is #10FB65. Grayscale: #5B5B5B. Windows color (decimal): -1112934 or 10093807. OLE color: 10093807.
HSL color Cylindrical-coordinate representation of color #EF049A: hue angle of 321.7º 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 #EF049A is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 154 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.06 |
| HSL | 321.7º | 0.97% | 0.48% | - |
| HSV(B) | 321.7º | 0.98% | 0.94% | - |
| XYZ | 41.47 | 20.77 | 32.4 | - |
| YUV | 91.37 | 163.36 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 154 | 0 | 0.98 | 0.36 | 0.06 | 321.7 | 0.97 | 0.48 |
| Hex | EF | 4 | 9A | 0 | 62 | 24 | 6 | 142 | 61 | 30 |
| Octal | 357 | 4 | 232 | 0 | 142 | 44 | 6 | 502 | 141 | 60 |
| Binary | 11101111 | 100 | 10011010 | 0 | 1100010 | 100100 | 110 | 101000010 | 1100001 | 110000 |
Color Harmonies of #EF049A
Complementary color
Monochromatic Colors of #EF049A
Black with #EF049A
Text Example
Text Example
White with #EF049A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF049A; }
p { color: rgb(239,4,154); }
H1.HeaderClassName
{
color: #EF049A;
}
.AnyTagClassName
{
color: #EF049A;
}
</style>
background-color css
<style>
a { background-color: #EF049A; }
a { background-color: rgb(239,4,154); }
div.DivClassName
{
background-color: #EF049A;
}
.BgClassName
{
background-color: #EF049A;
}
</style>
border-color css
<style>
span { border-color: #EF049A; }
span { border-color: rgb(239,4,154); }
td.TdClassName
{
border-color: #EF049A;
}
.TagClassName
{
border-color: #EF049A;
}
</style>