Shades of Hollywood Cerise #EF06AD
Tints of Hollywood Cerise #EF06AD
RGB
CMYK
RGB Variations
Color information
#EF06AD (or 0xEF06AD) is known color: Hollywood Cerise. HEX triplet: EF, 06 and AD. RGB value is (239,6,173). Sum of RGB (Red+Green+Blue) = 239+6+173=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF06AD is #10F952. Grayscale: #5E5E5E. Windows color (decimal): -1112403 or 11339503. OLE color: 11339503.
HSL color Cylindrical-coordinate representation of color #EF06AD: hue angle of 317º 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 #EF06AD is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 173 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.06 |
| HSL | 317º | 0.95% | 0.48% | - |
| HSV(B) | 317º | 0.97% | 0.94% | - |
| XYZ | 43.2 | 21.5 | 41.41 | - |
| YUV | 94.71 | 172.19 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 173 | 0 | 0.97 | 0.28 | 0.06 | 317 | 0.95 | 0.48 |
| Hex | EF | 6 | AD | 0 | 61 | 1C | 6 | 13D | 5F | 30 |
| Octal | 357 | 6 | 255 | 0 | 141 | 34 | 6 | 475 | 137 | 60 |
| Binary | 11101111 | 110 | 10101101 | 0 | 1100001 | 11100 | 110 | 100111101 | 1011111 | 110000 |
Color Harmonies of #EF06AD
Complementary color
Monochromatic Colors of #EF06AD
Black with #EF06AD
Text Example
Text Example
White with #EF06AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF06AD; }
p { color: rgb(239,6,173); }
H1.HeaderClassName
{
color: #EF06AD;
}
.AnyTagClassName
{
color: #EF06AD;
}
</style>
background-color css
<style>
a { background-color: #EF06AD; }
a { background-color: rgb(239,6,173); }
div.DivClassName
{
background-color: #EF06AD;
}
.BgClassName
{
background-color: #EF06AD;
}
</style>
border-color css
<style>
span { border-color: #EF06AD; }
span { border-color: rgb(239,6,173); }
td.TdClassName
{
border-color: #EF06AD;
}
.TagClassName
{
border-color: #EF06AD;
}
</style>