Shades of Hollywood Cerise #EF0690
Tints of Hollywood Cerise #EF0690
RGB
CMYK
RGB Variations
Color information
#EF0690 (or 0xEF0690) is known color: Hollywood Cerise. HEX triplet: EF, 06 and 90. RGB value is (239,6,144). Sum of RGB (Red+Green+Blue) = 239+6+144=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0690 is #10F96F. Grayscale: #5B5B5B. Windows color (decimal): -1112432 or 9438959. OLE color: 9438959.
HSL color Cylindrical-coordinate representation of color #EF0690: hue angle of 324.46º 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 #EF0690 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 144 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.06 |
| HSL | 324.46º | 0.95% | 0.48% | - |
| HSV(B) | 324.46º | 0.97% | 0.94% | - |
| XYZ | 40.7 | 20.49 | 28.2 | - |
| YUV | 91.4 | 157.69 | 233.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 144 | 0 | 0.97 | 0.40 | 0.06 | 324.46 | 0.95 | 0.48 |
| Hex | EF | 6 | 90 | 0 | 61 | 28 | 6 | 144 | 5F | 30 |
| Octal | 357 | 6 | 220 | 0 | 141 | 50 | 6 | 504 | 137 | 60 |
| Binary | 11101111 | 110 | 10010000 | 0 | 1100001 | 101000 | 110 | 101000100 | 1011111 | 110000 |
Color Harmonies of #EF0690
Complementary color
Monochromatic Colors of #EF0690
Black with #EF0690
Text Example
Text Example
White with #EF0690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0690; }
p { color: rgb(239,6,144); }
H1.HeaderClassName
{
color: #EF0690;
}
.AnyTagClassName
{
color: #EF0690;
}
</style>
background-color css
<style>
a { background-color: #EF0690; }
a { background-color: rgb(239,6,144); }
div.DivClassName
{
background-color: #EF0690;
}
.BgClassName
{
background-color: #EF0690;
}
</style>
border-color css
<style>
span { border-color: #EF0690; }
span { border-color: rgb(239,6,144); }
td.TdClassName
{
border-color: #EF0690;
}
.TagClassName
{
border-color: #EF0690;
}
</style>