Shades of Hollywood Cerise #EF04B0
Tints of Hollywood Cerise #EF04B0
RGB
CMYK
RGB Variations
Color information
#EF04B0 (or 0xEF04B0) is known color: Hollywood Cerise. HEX triplet: EF, 04 and B0. RGB value is (239,4,176). Sum of RGB (Red+Green+Blue) = 239+4+176=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF04B0 is #10FB4F. Grayscale: #5D5D5D. Windows color (decimal): -1112912 or 11535599. OLE color: 11535599.
HSL color Cylindrical-coordinate representation of color #EF04B0: hue angle of 316.09º 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 #EF04B0 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 176 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.06 |
| HSL | 316.09º | 0.97% | 0.48% | - |
| HSV(B) | 316.09º | 0.98% | 0.94% | - |
| XYZ | 43.48 | 21.57 | 42.95 | - |
| YUV | 93.87 | 174.36 | 231.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 176 | 0 | 0.98 | 0.26 | 0.06 | 316.09 | 0.97 | 0.48 |
| Hex | EF | 4 | B0 | 0 | 62 | 1A | 6 | 13C | 61 | 30 |
| Octal | 357 | 4 | 260 | 0 | 142 | 32 | 6 | 474 | 141 | 60 |
| Binary | 11101111 | 100 | 10110000 | 0 | 1100010 | 11010 | 110 | 100111100 | 1100001 | 110000 |
Color Harmonies of #EF04B0
Complementary color
Monochromatic Colors of #EF04B0
Black with #EF04B0
Text Example
Text Example
White with #EF04B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF04B0; }
p { color: rgb(239,4,176); }
H1.HeaderClassName
{
color: #EF04B0;
}
.AnyTagClassName
{
color: #EF04B0;
}
</style>
background-color css
<style>
a { background-color: #EF04B0; }
a { background-color: rgb(239,4,176); }
div.DivClassName
{
background-color: #EF04B0;
}
.BgClassName
{
background-color: #EF04B0;
}
</style>
border-color css
<style>
span { border-color: #EF04B0; }
span { border-color: rgb(239,4,176); }
td.TdClassName
{
border-color: #EF04B0;
}
.TagClassName
{
border-color: #EF04B0;
}
</style>