Shades of Cerise #EF2560
Tints of Cerise #EF2560
RGB
CMYK
RGB Variations
Color information
#EF2560 (or 0xEF2560) is known color: Cerise. HEX triplet: EF, 25 and 60. RGB value is (239,37,96). Sum of RGB (Red+Green+Blue) = 239+37+96=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2560 is #10DA9F. Grayscale: #686868. Windows color (decimal): -1104544 or 6301167. OLE color: 6301167.
HSL color Cylindrical-coordinate representation of color #EF2560: hue angle of 342.48º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2560 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 96 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.06 |
| HSL | 342.48º | 0.86% | 0.54% | - |
| HSV(B) | 342.48º | 0.85% | 0.94% | - |
| XYZ | 38.37 | 20.52 | 13 | - |
| YUV | 104.12 | 123.42 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 96 | 0 | 0.85 | 0.60 | 0.06 | 342.48 | 0.86 | 0.54 |
| Hex | EF | 25 | 60 | 0 | 55 | 3C | 6 | 156 | 56 | 36 |
| Octal | 357 | 45 | 140 | 0 | 125 | 74 | 6 | 526 | 126 | 66 |
| Binary | 11101111 | 100101 | 1100000 | 0 | 1010101 | 111100 | 110 | 101010110 | 1010110 | 110110 |
Color Harmonies of #EF2560
Complementary color
Monochromatic Colors of #EF2560
Black with #EF2560
Text Example
Text Example
White with #EF2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2560; }
p { color: rgb(239,37,96); }
H1.HeaderClassName
{
color: #EF2560;
}
.AnyTagClassName
{
color: #EF2560;
}
</style>
background-color css
<style>
a { background-color: #EF2560; }
a { background-color: rgb(239,37,96); }
div.DivClassName
{
background-color: #EF2560;
}
.BgClassName
{
background-color: #EF2560;
}
</style>
border-color css
<style>
span { border-color: #EF2560; }
span { border-color: rgb(239,37,96); }
td.TdClassName
{
border-color: #EF2560;
}
.TagClassName
{
border-color: #EF2560;
}
</style>