Shades of Hollywood Cerise #EF01AC
Tints of Hollywood Cerise #EF01AC
RGB
CMYK
RGB Variations
Color information
#EF01AC (or 0xEF01AC) is known color: Hollywood Cerise. HEX triplet: EF, 01 and AC. RGB value is (239,1,172). Sum of RGB (Red+Green+Blue) = 239+1+172=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF01AC is #10FE53. Grayscale: #5B5B5B. Windows color (decimal): -1113684 or 11272687. OLE color: 11272687.
HSL color Cylindrical-coordinate representation of color #EF01AC: hue angle of 316.89º 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 #EF01AC is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 172 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.06 |
| HSL | 316.89º | 0.99% | 0.47% | - |
| HSV(B) | 316.89º | 1% | 0.94% | - |
| XYZ | 43.05 | 21.35 | 40.88 | - |
| YUV | 91.66 | 173.35 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 172 | 0 | 1.00 | 0.28 | 0.06 | 316.89 | 0.99 | 0.47 |
| Hex | EF | 1 | AC | 0 | 64 | 1C | 6 | 13D | 63 | 2F |
| Octal | 357 | 1 | 254 | 0 | 144 | 34 | 6 | 475 | 143 | 57 |
| Binary | 11101111 | 1 | 10101100 | 0 | 1100100 | 11100 | 110 | 100111101 | 1100011 | 101111 |
Color Harmonies of #EF01AC
Complementary color
Monochromatic Colors of #EF01AC
Black with #EF01AC
Text Example
Text Example
White with #EF01AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF01AC; }
p { color: rgb(239,1,172); }
H1.HeaderClassName
{
color: #EF01AC;
}
.AnyTagClassName
{
color: #EF01AC;
}
</style>
background-color css
<style>
a { background-color: #EF01AC; }
a { background-color: rgb(239,1,172); }
div.DivClassName
{
background-color: #EF01AC;
}
.BgClassName
{
background-color: #EF01AC;
}
</style>
border-color css
<style>
span { border-color: #EF01AC; }
span { border-color: rgb(239,1,172); }
td.TdClassName
{
border-color: #EF01AC;
}
.TagClassName
{
border-color: #EF01AC;
}
</style>