Shades of Hollywood Cerise #EF05AD
Tints of Hollywood Cerise #EF05AD
RGB
CMYK
RGB Variations
Color information
#EF05AD (or 0xEF05AD) is known color: Hollywood Cerise. HEX triplet: EF, 05 and AD. RGB value is (239,5,173). Sum of RGB (Red+Green+Blue) = 239+5+173=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF05AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF05AD is #10FA52. Grayscale: #5D5D5D. Windows color (decimal): -1112659 or 11339247. OLE color: 11339247.
HSL color Cylindrical-coordinate representation of color #EF05AD: hue angle of 316.92º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF05AD is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.06 |
| HSL | 316.92º | 0.96% | 0.48% | - |
| HSV(B) | 316.92º | 0.98% | 0.94% | - |
| XYZ | 43.19 | 21.48 | 41.4 | - |
| YUV | 94.12 | 172.52 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 173 | 0 | 0.98 | 0.28 | 0.06 | 316.92 | 0.96 | 0.48 |
| Hex | EF | 5 | AD | 0 | 62 | 1C | 6 | 13D | 60 | 30 |
| Octal | 357 | 5 | 255 | 0 | 142 | 34 | 6 | 475 | 140 | 60 |
| Binary | 11101111 | 101 | 10101101 | 0 | 1100010 | 11100 | 110 | 100111101 | 1100000 | 110000 |
Color Harmonies of #EF05AD
Complementary color
Monochromatic Colors of #EF05AD
Black with #EF05AD
Text Example
Text Example
White with #EF05AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF05AD; }
p { color: rgb(239,5,173); }
H1.HeaderClassName
{
color: #EF05AD;
}
.AnyTagClassName
{
color: #EF05AD;
}
</style>
background-color css
<style>
a { background-color: #EF05AD; }
a { background-color: rgb(239,5,173); }
div.DivClassName
{
background-color: #EF05AD;
}
.BgClassName
{
background-color: #EF05AD;
}
</style>
border-color css
<style>
span { border-color: #EF05AD; }
span { border-color: rgb(239,5,173); }
td.TdClassName
{
border-color: #EF05AD;
}
.TagClassName
{
border-color: #EF05AD;
}
</style>