Shades of Hollywood Cerise #EF06A3
Tints of Hollywood Cerise #EF06A3
RGB
CMYK
RGB Variations
Color information
#EF06A3 (or 0xEF06A3) is known color: Hollywood Cerise. HEX triplet: EF, 06 and A3. RGB value is (239,6,163). Sum of RGB (Red+Green+Blue) = 239+6+163=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF06A3 is #10F95C. Grayscale: #5D5D5D. Windows color (decimal): -1112413 or 10684143. OLE color: 10684143.
HSL color Cylindrical-coordinate representation of color #EF06A3: hue angle of 319.57º 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 #EF06A3 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 163 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.06 |
| HSL | 319.57º | 0.95% | 0.48% | - |
| HSV(B) | 319.57º | 0.97% | 0.94% | - |
| XYZ | 42.27 | 21.13 | 36.5 | - |
| YUV | 93.57 | 167.19 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 163 | 0 | 0.97 | 0.32 | 0.06 | 319.57 | 0.95 | 0.48 |
| Hex | EF | 6 | A3 | 0 | 61 | 20 | 6 | 140 | 5F | 30 |
| Octal | 357 | 6 | 243 | 0 | 141 | 40 | 6 | 500 | 137 | 60 |
| Binary | 11101111 | 110 | 10100011 | 0 | 1100001 | 100000 | 110 | 101000000 | 1011111 | 110000 |
Color Harmonies of #EF06A3
Complementary color
Monochromatic Colors of #EF06A3
Black with #EF06A3
Text Example
Text Example
White with #EF06A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF06A3; }
p { color: rgb(239,6,163); }
H1.HeaderClassName
{
color: #EF06A3;
}
.AnyTagClassName
{
color: #EF06A3;
}
</style>
background-color css
<style>
a { background-color: #EF06A3; }
a { background-color: rgb(239,6,163); }
div.DivClassName
{
background-color: #EF06A3;
}
.BgClassName
{
background-color: #EF06A3;
}
</style>
border-color css
<style>
span { border-color: #EF06A3; }
span { border-color: rgb(239,6,163); }
td.TdClassName
{
border-color: #EF06A3;
}
.TagClassName
{
border-color: #EF06A3;
}
</style>