Shades of Hollywood Cerise #EF0EA3
Tints of Hollywood Cerise #EF0EA3
RGB
CMYK
RGB Variations
Color information
#EF0EA3 (or 0xEF0EA3) is known color: Hollywood Cerise. HEX triplet: EF, 0E and A3. RGB value is (239,14,163). Sum of RGB (Red+Green+Blue) = 239+14+163=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0EA3 is #10F15C. Grayscale: #616161. Windows color (decimal): -1110365 or 10686191. OLE color: 10686191.
HSL color Cylindrical-coordinate representation of color #EF0EA3: hue angle of 320.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0EA3 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 163 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.06 |
| HSL | 320.27º | 0.89% | 0.5% | - |
| HSV(B) | 320.27º | 0.94% | 0.94% | - |
| XYZ | 42.36 | 21.31 | 36.53 | - |
| YUV | 98.26 | 164.54 | 228.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 163 | 0 | 0.94 | 0.32 | 0.06 | 320.27 | 0.89 | 0.5 |
| Hex | EF | E | A3 | 0 | 5E | 20 | 6 | 140 | 59 | 32 |
| Octal | 357 | 16 | 243 | 0 | 136 | 40 | 6 | 500 | 131 | 62 |
| Binary | 11101111 | 1110 | 10100011 | 0 | 1011110 | 100000 | 110 | 101000000 | 1011001 | 110010 |
Color Harmonies of #EF0EA3
Complementary color
Monochromatic Colors of #EF0EA3
Black with #EF0EA3
Text Example
Text Example
White with #EF0EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0EA3; }
p { color: rgb(239,14,163); }
H1.HeaderClassName
{
color: #EF0EA3;
}
.AnyTagClassName
{
color: #EF0EA3;
}
</style>
background-color css
<style>
a { background-color: #EF0EA3; }
a { background-color: rgb(239,14,163); }
div.DivClassName
{
background-color: #EF0EA3;
}
.BgClassName
{
background-color: #EF0EA3;
}
</style>
border-color css
<style>
span { border-color: #EF0EA3; }
span { border-color: rgb(239,14,163); }
td.TdClassName
{
border-color: #EF0EA3;
}
.TagClassName
{
border-color: #EF0EA3;
}
</style>