Shades of Hollywood Cerise #EF01A6
Tints of Hollywood Cerise #EF01A6
RGB
CMYK
RGB Variations
Color information
#EF01A6 (or 0xEF01A6) is known color: Hollywood Cerise. HEX triplet: EF, 01 and A6. RGB value is (239,1,166). Sum of RGB (Red+Green+Blue) = 239+1+166=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF01A6 is #10FE59. Grayscale: #5A5A5A. Windows color (decimal): -1113690 or 10879471. OLE color: 10879471.
HSL color Cylindrical-coordinate representation of color #EF01A6: hue angle of 318.4º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF01A6 is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 166 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.06 |
| HSL | 318.4º | 0.99% | 0.47% | - |
| HSV(B) | 318.4º | 1% | 0.94% | - |
| XYZ | 42.49 | 21.13 | 37.91 | - |
| YUV | 90.97 | 170.35 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 166 | 0 | 1.00 | 0.31 | 0.06 | 318.4 | 0.99 | 0.47 |
| Hex | EF | 1 | A6 | 0 | 64 | 1F | 6 | 13E | 63 | 2F |
| Octal | 357 | 1 | 246 | 0 | 144 | 37 | 6 | 476 | 143 | 57 |
| Binary | 11101111 | 1 | 10100110 | 0 | 1100100 | 11111 | 110 | 100111110 | 1100011 | 101111 |
Color Harmonies of #EF01A6
Complementary color
Monochromatic Colors of #EF01A6
Black with #EF01A6
Text Example
Text Example
White with #EF01A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF01A6; }
p { color: rgb(239,1,166); }
H1.HeaderClassName
{
color: #EF01A6;
}
.AnyTagClassName
{
color: #EF01A6;
}
</style>
background-color css
<style>
a { background-color: #EF01A6; }
a { background-color: rgb(239,1,166); }
div.DivClassName
{
background-color: #EF01A6;
}
.BgClassName
{
background-color: #EF01A6;
}
</style>
border-color css
<style>
span { border-color: #EF01A6; }
span { border-color: rgb(239,1,166); }
td.TdClassName
{
border-color: #EF01A6;
}
.TagClassName
{
border-color: #EF01A6;
}
</style>