Shades of Cerise #EF2562
Tints of Cerise #EF2562
RGB
CMYK
RGB Variations
Color information
#EF2562 (or 0xEF2562) is known color: Cerise. HEX triplet: EF, 25 and 62. RGB value is (239,37,98). Sum of RGB (Red+Green+Blue) = 239+37+98=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2562 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2562 is #10DA9D. Grayscale: #686868. Windows color (decimal): -1104542 or 6432239. OLE color: 6432239.
HSL color Cylindrical-coordinate representation of color #EF2562: hue angle of 341.88º 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 #EF2562 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 98 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.06 |
| HSL | 341.88º | 0.86% | 0.54% | - |
| HSV(B) | 341.88º | 0.85% | 0.94% | - |
| XYZ | 38.46 | 20.56 | 13.5 | - |
| YUV | 104.35 | 124.42 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 98 | 0 | 0.85 | 0.59 | 0.06 | 341.88 | 0.86 | 0.54 |
| Hex | EF | 25 | 62 | 0 | 55 | 3B | 6 | 156 | 56 | 36 |
| Octal | 357 | 45 | 142 | 0 | 125 | 73 | 6 | 526 | 126 | 66 |
| Binary | 11101111 | 100101 | 1100010 | 0 | 1010101 | 111011 | 110 | 101010110 | 1010110 | 110110 |
Color Harmonies of #EF2562
Complementary color
Monochromatic Colors of #EF2562
Black with #EF2562
Text Example
Text Example
White with #EF2562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2562; }
p { color: rgb(239,37,98); }
H1.HeaderClassName
{
color: #EF2562;
}
.AnyTagClassName
{
color: #EF2562;
}
</style>
background-color css
<style>
a { background-color: #EF2562; }
a { background-color: rgb(239,37,98); }
div.DivClassName
{
background-color: #EF2562;
}
.BgClassName
{
background-color: #EF2562;
}
</style>
border-color css
<style>
span { border-color: #EF2562; }
span { border-color: rgb(239,37,98); }
td.TdClassName
{
border-color: #EF2562;
}
.TagClassName
{
border-color: #EF2562;
}
</style>