Shades of Hollywood Cerise #EF06A8
Tints of Hollywood Cerise #EF06A8
RGB
CMYK
RGB Variations
Color information
#EF06A8 (or 0xEF06A8) is known color: Hollywood Cerise. HEX triplet: EF, 06 and A8. RGB value is (239,6,168). Sum of RGB (Red+Green+Blue) = 239+6+168=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF06A8 is #10F957. Grayscale: #5D5D5D. Windows color (decimal): -1112408 or 11011823. OLE color: 11011823.
HSL color Cylindrical-coordinate representation of color #EF06A8: hue angle of 318.28º 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 #EF06A8 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 168 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.06 |
| HSL | 318.28º | 0.95% | 0.48% | - |
| HSV(B) | 318.28º | 0.97% | 0.94% | - |
| XYZ | 42.73 | 21.31 | 38.91 | - |
| YUV | 94.14 | 169.69 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 168 | 0 | 0.97 | 0.30 | 0.06 | 318.28 | 0.95 | 0.48 |
| Hex | EF | 6 | A8 | 0 | 61 | 1E | 6 | 13E | 5F | 30 |
| Octal | 357 | 6 | 250 | 0 | 141 | 36 | 6 | 476 | 137 | 60 |
| Binary | 11101111 | 110 | 10101000 | 0 | 1100001 | 11110 | 110 | 100111110 | 1011111 | 110000 |
Color Harmonies of #EF06A8
Complementary color
Monochromatic Colors of #EF06A8
Black with #EF06A8
Text Example
Text Example
White with #EF06A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF06A8; }
p { color: rgb(239,6,168); }
H1.HeaderClassName
{
color: #EF06A8;
}
.AnyTagClassName
{
color: #EF06A8;
}
</style>
background-color css
<style>
a { background-color: #EF06A8; }
a { background-color: rgb(239,6,168); }
div.DivClassName
{
background-color: #EF06A8;
}
.BgClassName
{
background-color: #EF06A8;
}
</style>
border-color css
<style>
span { border-color: #EF06A8; }
span { border-color: rgb(239,6,168); }
td.TdClassName
{
border-color: #EF06A8;
}
.TagClassName
{
border-color: #EF06A8;
}
</style>