Shades of Hollywood Cerise #EF04A0
Tints of Hollywood Cerise #EF04A0
RGB
CMYK
RGB Variations
Color information
#EF04A0 (or 0xEF04A0) is known color: Hollywood Cerise. HEX triplet: EF, 04 and A0. RGB value is (239,4,160). Sum of RGB (Red+Green+Blue) = 239+4+160=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF04A0 is #10FB5F. Grayscale: #5B5B5B. Windows color (decimal): -1112928 or 10487023. OLE color: 10487023.
HSL color Cylindrical-coordinate representation of color #EF04A0: hue angle of 320.17º 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 #EF04A0 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 160 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.06 |
| HSL | 320.17º | 0.97% | 0.48% | - |
| HSV(B) | 320.17º | 0.98% | 0.94% | - |
| XYZ | 41.99 | 20.98 | 35.09 | - |
| YUV | 92.05 | 166.36 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 160 | 0 | 0.98 | 0.33 | 0.06 | 320.17 | 0.97 | 0.48 |
| Hex | EF | 4 | A0 | 0 | 62 | 21 | 6 | 140 | 61 | 30 |
| Octal | 357 | 4 | 240 | 0 | 142 | 41 | 6 | 500 | 141 | 60 |
| Binary | 11101111 | 100 | 10100000 | 0 | 1100010 | 100001 | 110 | 101000000 | 1100001 | 110000 |
Color Harmonies of #EF04A0
Complementary color
Monochromatic Colors of #EF04A0
Black with #EF04A0
Text Example
Text Example
White with #EF04A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF04A0; }
p { color: rgb(239,4,160); }
H1.HeaderClassName
{
color: #EF04A0;
}
.AnyTagClassName
{
color: #EF04A0;
}
</style>
background-color css
<style>
a { background-color: #EF04A0; }
a { background-color: rgb(239,4,160); }
div.DivClassName
{
background-color: #EF04A0;
}
.BgClassName
{
background-color: #EF04A0;
}
</style>
border-color css
<style>
span { border-color: #EF04A0; }
span { border-color: rgb(239,4,160); }
td.TdClassName
{
border-color: #EF04A0;
}
.TagClassName
{
border-color: #EF04A0;
}
</style>