Shades of Hollywood Cerise #EF0FA5
Tints of Hollywood Cerise #EF0FA5
RGB
CMYK
RGB Variations
Color information
#EF0FA5 (or 0xEF0FA5) is known color: Hollywood Cerise. HEX triplet: EF, 0F and A5. RGB value is (239,15,165). Sum of RGB (Red+Green+Blue) = 239+15+165=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0FA5 is #10F05A. Grayscale: #626262. Windows color (decimal): -1110107 or 10817519. OLE color: 10817519.
HSL color Cylindrical-coordinate representation of color #EF0FA5: hue angle of 319.82º degrees, saturation: 0.88, 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 #EF0FA5 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 165 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.06 |
| HSL | 319.82º | 0.88% | 0.5% | - |
| HSV(B) | 319.82º | 0.94% | 0.94% | - |
| XYZ | 42.56 | 21.41 | 37.49 | - |
| YUV | 99.08 | 165.21 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 165 | 0 | 0.94 | 0.31 | 0.06 | 319.82 | 0.88 | 0.5 |
| Hex | EF | F | A5 | 0 | 5E | 1F | 6 | 140 | 58 | 32 |
| Octal | 357 | 17 | 245 | 0 | 136 | 37 | 6 | 500 | 130 | 62 |
| Binary | 11101111 | 1111 | 10100101 | 0 | 1011110 | 11111 | 110 | 101000000 | 1011000 | 110010 |
Color Harmonies of #EF0FA5
Complementary color
Monochromatic Colors of #EF0FA5
Black with #EF0FA5
Text Example
Text Example
White with #EF0FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FA5; }
p { color: rgb(239,15,165); }
H1.HeaderClassName
{
color: #EF0FA5;
}
.AnyTagClassName
{
color: #EF0FA5;
}
</style>
background-color css
<style>
a { background-color: #EF0FA5; }
a { background-color: rgb(239,15,165); }
div.DivClassName
{
background-color: #EF0FA5;
}
.BgClassName
{
background-color: #EF0FA5;
}
</style>
border-color css
<style>
span { border-color: #EF0FA5; }
span { border-color: rgb(239,15,165); }
td.TdClassName
{
border-color: #EF0FA5;
}
.TagClassName
{
border-color: #EF0FA5;
}
</style>