Shades of Cerise #EF2860
Tints of Cerise #EF2860
RGB
CMYK
RGB Variations
Color information
#EF2860 (or 0xEF2860) is known color: Cerise. HEX triplet: EF, 28 and 60. RGB value is (239,40,96). Sum of RGB (Red+Green+Blue) = 239+40+96=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2860 is #10D79F. Grayscale: #696969. Windows color (decimal): -1103776 or 6301935. OLE color: 6301935.
HSL color Cylindrical-coordinate representation of color #EF2860: hue angle of 343.12º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2860 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 96 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.06 |
| HSL | 343.12º | 0.86% | 0.55% | - |
| HSV(B) | 343.12º | 0.83% | 0.94% | - |
| XYZ | 38.47 | 20.71 | 13.04 | - |
| YUV | 105.89 | 122.43 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 96 | 0 | 0.83 | 0.60 | 0.06 | 343.12 | 0.86 | 0.55 |
| Hex | EF | 28 | 60 | 0 | 53 | 3C | 6 | 157 | 56 | 37 |
| Octal | 357 | 50 | 140 | 0 | 123 | 74 | 6 | 527 | 126 | 67 |
| Binary | 11101111 | 101000 | 1100000 | 0 | 1010011 | 111100 | 110 | 101010111 | 1010110 | 110111 |
Color Harmonies of #EF2860
Complementary color
Monochromatic Colors of #EF2860
Black with #EF2860
Text Example
Text Example
White with #EF2860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2860; }
p { color: rgb(239,40,96); }
H1.HeaderClassName
{
color: #EF2860;
}
.AnyTagClassName
{
color: #EF2860;
}
</style>
background-color css
<style>
a { background-color: #EF2860; }
a { background-color: rgb(239,40,96); }
div.DivClassName
{
background-color: #EF2860;
}
.BgClassName
{
background-color: #EF2860;
}
</style>
border-color css
<style>
span { border-color: #EF2860; }
span { border-color: rgb(239,40,96); }
td.TdClassName
{
border-color: #EF2860;
}
.TagClassName
{
border-color: #EF2860;
}
</style>