Shades of Hollywood Cerise #EF0699
Tints of Hollywood Cerise #EF0699
RGB
CMYK
RGB Variations
Color information
#EF0699 (or 0xEF0699) is known color: Hollywood Cerise. HEX triplet: EF, 06 and 99. RGB value is (239,6,153). Sum of RGB (Red+Green+Blue) = 239+6+153=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0699 is #10F966. Grayscale: #5C5C5C. Windows color (decimal): -1112423 or 10028783. OLE color: 10028783.
HSL color Cylindrical-coordinate representation of color #EF0699: hue angle of 322.15º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0699 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 153 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.06 |
| HSL | 322.15º | 0.95% | 0.48% | - |
| HSV(B) | 322.15º | 0.97% | 0.94% | - |
| XYZ | 41.41 | 20.78 | 31.97 | - |
| YUV | 92.43 | 162.19 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 153 | 0 | 0.97 | 0.36 | 0.06 | 322.15 | 0.95 | 0.48 |
| Hex | EF | 6 | 99 | 0 | 61 | 24 | 6 | 142 | 5F | 30 |
| Octal | 357 | 6 | 231 | 0 | 141 | 44 | 6 | 502 | 137 | 60 |
| Binary | 11101111 | 110 | 10011001 | 0 | 1100001 | 100100 | 110 | 101000010 | 1011111 | 110000 |
Color Harmonies of #EF0699
Complementary color
Monochromatic Colors of #EF0699
Black with #EF0699
Text Example
Text Example
White with #EF0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0699; }
p { color: rgb(239,6,153); }
H1.HeaderClassName
{
color: #EF0699;
}
.AnyTagClassName
{
color: #EF0699;
}
</style>
background-color css
<style>
a { background-color: #EF0699; }
a { background-color: rgb(239,6,153); }
div.DivClassName
{
background-color: #EF0699;
}
.BgClassName
{
background-color: #EF0699;
}
</style>
border-color css
<style>
span { border-color: #EF0699; }
span { border-color: rgb(239,6,153); }
td.TdClassName
{
border-color: #EF0699;
}
.TagClassName
{
border-color: #EF0699;
}
</style>