Shades of Hollywood Cerise #EF06A0
Tints of Hollywood Cerise #EF06A0
RGB
CMYK
RGB Variations
Color information
#EF06A0 (or 0xEF06A0) is known color: Hollywood Cerise. HEX triplet: EF, 06 and A0. RGB value is (239,6,160). Sum of RGB (Red+Green+Blue) = 239+6+160=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF06A0 is #10F95F. Grayscale: #5C5C5C. Windows color (decimal): -1112416 or 10487535. OLE color: 10487535.
HSL color Cylindrical-coordinate representation of color #EF06A0: hue angle of 320.34º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF06A0 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 160 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.06 |
| HSL | 320.34º | 0.95% | 0.48% | - |
| HSV(B) | 320.34º | 0.97% | 0.94% | - |
| XYZ | 42.01 | 21.02 | 35.1 | - |
| YUV | 93.22 | 165.69 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 160 | 0 | 0.97 | 0.33 | 0.06 | 320.34 | 0.95 | 0.48 |
| Hex | EF | 6 | A0 | 0 | 61 | 21 | 6 | 140 | 5F | 30 |
| Octal | 357 | 6 | 240 | 0 | 141 | 41 | 6 | 500 | 137 | 60 |
| Binary | 11101111 | 110 | 10100000 | 0 | 1100001 | 100001 | 110 | 101000000 | 1011111 | 110000 |
Color Harmonies of #EF06A0
Complementary color
Monochromatic Colors of #EF06A0
Black with #EF06A0
Text Example
Text Example
White with #EF06A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF06A0; }
p { color: rgb(239,6,160); }
H1.HeaderClassName
{
color: #EF06A0;
}
.AnyTagClassName
{
color: #EF06A0;
}
</style>
background-color css
<style>
a { background-color: #EF06A0; }
a { background-color: rgb(239,6,160); }
div.DivClassName
{
background-color: #EF06A0;
}
.BgClassName
{
background-color: #EF06A0;
}
</style>
border-color css
<style>
span { border-color: #EF06A0; }
span { border-color: rgb(239,6,160); }
td.TdClassName
{
border-color: #EF06A0;
}
.TagClassName
{
border-color: #EF06A0;
}
</style>