Shades of Hollywood Cerise #EF05A0
Tints of Hollywood Cerise #EF05A0
RGB
CMYK
RGB Variations
Color information
#EF05A0 (or 0xEF05A0) is known color: Hollywood Cerise. HEX triplet: EF, 05 and A0. RGB value is (239,5,160). Sum of RGB (Red+Green+Blue) = 239+5+160=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF05A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF05A0 is #10FA5F. Grayscale: #5C5C5C. Windows color (decimal): -1112672 or 10487279. OLE color: 10487279.
HSL color Cylindrical-coordinate representation of color #EF05A0: hue angle of 320.26º degrees, saturation: 0.96, 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 #EF05A0 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 160 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.06 |
| HSL | 320.26º | 0.96% | 0.48% | - |
| HSV(B) | 320.26º | 0.98% | 0.94% | - |
| XYZ | 42 | 21 | 35.1 | - |
| YUV | 92.64 | 166.02 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 160 | 0 | 0.98 | 0.33 | 0.06 | 320.26 | 0.96 | 0.48 |
| Hex | EF | 5 | A0 | 0 | 62 | 21 | 6 | 140 | 60 | 30 |
| Octal | 357 | 5 | 240 | 0 | 142 | 41 | 6 | 500 | 140 | 60 |
| Binary | 11101111 | 101 | 10100000 | 0 | 1100010 | 100001 | 110 | 101000000 | 1100000 | 110000 |
Color Harmonies of #EF05A0
Complementary color
Monochromatic Colors of #EF05A0
Black with #EF05A0
Text Example
Text Example
White with #EF05A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF05A0; }
p { color: rgb(239,5,160); }
H1.HeaderClassName
{
color: #EF05A0;
}
.AnyTagClassName
{
color: #EF05A0;
}
</style>
background-color css
<style>
a { background-color: #EF05A0; }
a { background-color: rgb(239,5,160); }
div.DivClassName
{
background-color: #EF05A0;
}
.BgClassName
{
background-color: #EF05A0;
}
</style>
border-color css
<style>
span { border-color: #EF05A0; }
span { border-color: rgb(239,5,160); }
td.TdClassName
{
border-color: #EF05A0;
}
.TagClassName
{
border-color: #EF05A0;
}
</style>