Shades of Hollywood Cerise #EF06B1
Tints of Hollywood Cerise #EF06B1
RGB
CMYK
RGB Variations
Color information
#EF06B1 (or 0xEF06B1) is known color: Hollywood Cerise. HEX triplet: EF, 06 and B1. RGB value is (239,6,177). Sum of RGB (Red+Green+Blue) = 239+6+177=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF06B1 is #10F94E. Grayscale: #5E5E5E. Windows color (decimal): -1112399 or 11601647. OLE color: 11601647.
HSL color Cylindrical-coordinate representation of color #EF06B1: hue angle of 315.97º 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 #EF06B1 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 177 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.06 |
| HSL | 315.97º | 0.95% | 0.48% | - |
| HSV(B) | 315.97º | 0.97% | 0.94% | - |
| XYZ | 43.6 | 21.66 | 43.48 | - |
| YUV | 95.16 | 174.19 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 177 | 0 | 0.97 | 0.26 | 0.06 | 315.97 | 0.95 | 0.48 |
| Hex | EF | 6 | B1 | 0 | 61 | 1A | 6 | 13C | 5F | 30 |
| Octal | 357 | 6 | 261 | 0 | 141 | 32 | 6 | 474 | 137 | 60 |
| Binary | 11101111 | 110 | 10110001 | 0 | 1100001 | 11010 | 110 | 100111100 | 1011111 | 110000 |
Color Harmonies of #EF06B1
Complementary color
Monochromatic Colors of #EF06B1
Black with #EF06B1
Text Example
Text Example
White with #EF06B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF06B1; }
p { color: rgb(239,6,177); }
H1.HeaderClassName
{
color: #EF06B1;
}
.AnyTagClassName
{
color: #EF06B1;
}
</style>
background-color css
<style>
a { background-color: #EF06B1; }
a { background-color: rgb(239,6,177); }
div.DivClassName
{
background-color: #EF06B1;
}
.BgClassName
{
background-color: #EF06B1;
}
</style>
border-color css
<style>
span { border-color: #EF06B1; }
span { border-color: rgb(239,6,177); }
td.TdClassName
{
border-color: #EF06B1;
}
.TagClassName
{
border-color: #EF06B1;
}
</style>