Shades of Hollywood Cerise #EF0FA3
Tints of Hollywood Cerise #EF0FA3
RGB
CMYK
RGB Variations
Color information
#EF0FA3 (or 0xEF0FA3) is known color: Hollywood Cerise. HEX triplet: EF, 0F and A3. RGB value is (239,15,163). Sum of RGB (Red+Green+Blue) = 239+15+163=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0FA3 is #10F05C. Grayscale: #626262. Windows color (decimal): -1110109 or 10686447. OLE color: 10686447.
HSL color Cylindrical-coordinate representation of color #EF0FA3: hue angle of 320.36º 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 #EF0FA3 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 163 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.06 |
| HSL | 320.36º | 0.88% | 0.5% | - |
| HSV(B) | 320.36º | 0.94% | 0.94% | - |
| XYZ | 42.38 | 21.34 | 36.54 | - |
| YUV | 98.85 | 164.21 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 163 | 0 | 0.94 | 0.32 | 0.06 | 320.36 | 0.88 | 0.5 |
| Hex | EF | F | A3 | 0 | 5E | 20 | 6 | 140 | 58 | 32 |
| Octal | 357 | 17 | 243 | 0 | 136 | 40 | 6 | 500 | 130 | 62 |
| Binary | 11101111 | 1111 | 10100011 | 0 | 1011110 | 100000 | 110 | 101000000 | 1011000 | 110010 |
Color Harmonies of #EF0FA3
Complementary color
Monochromatic Colors of #EF0FA3
Black with #EF0FA3
Text Example
Text Example
White with #EF0FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FA3; }
p { color: rgb(239,15,163); }
H1.HeaderClassName
{
color: #EF0FA3;
}
.AnyTagClassName
{
color: #EF0FA3;
}
</style>
background-color css
<style>
a { background-color: #EF0FA3; }
a { background-color: rgb(239,15,163); }
div.DivClassName
{
background-color: #EF0FA3;
}
.BgClassName
{
background-color: #EF0FA3;
}
</style>
border-color css
<style>
span { border-color: #EF0FA3; }
span { border-color: rgb(239,15,163); }
td.TdClassName
{
border-color: #EF0FA3;
}
.TagClassName
{
border-color: #EF0FA3;
}
</style>