Shades of Cerise #EF2970
Tints of Cerise #EF2970
RGB
CMYK
RGB Variations
Color information
#EF2970 (or 0xEF2970) is known color: Cerise. HEX triplet: EF, 29 and 70. RGB value is (239,41,112). Sum of RGB (Red+Green+Blue) = 239+41+112=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2970 is #10D68F. Grayscale: #6C6C6C. Windows color (decimal): -1103504 or 7350767. OLE color: 7350767.
HSL color Cylindrical-coordinate representation of color #EF2970: hue angle of 338.48º 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 #EF2970 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 112 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.06 |
| HSL | 338.48º | 0.86% | 0.55% | - |
| HSV(B) | 338.48º | 0.83% | 0.94% | - |
| XYZ | 39.31 | 21.11 | 17.33 | - |
| YUV | 108.3 | 130.1 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 112 | 0 | 0.83 | 0.53 | 0.06 | 338.48 | 0.86 | 0.55 |
| Hex | EF | 29 | 70 | 0 | 53 | 35 | 6 | 152 | 56 | 37 |
| Octal | 357 | 51 | 160 | 0 | 123 | 65 | 6 | 522 | 126 | 67 |
| Binary | 11101111 | 101001 | 1110000 | 0 | 1010011 | 110101 | 110 | 101010010 | 1010110 | 110111 |
Color Harmonies of #EF2970
Complementary color
Monochromatic Colors of #EF2970
Black with #EF2970
Text Example
Text Example
White with #EF2970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2970; }
p { color: rgb(239,41,112); }
H1.HeaderClassName
{
color: #EF2970;
}
.AnyTagClassName
{
color: #EF2970;
}
</style>
background-color css
<style>
a { background-color: #EF2970; }
a { background-color: rgb(239,41,112); }
div.DivClassName
{
background-color: #EF2970;
}
.BgClassName
{
background-color: #EF2970;
}
</style>
border-color css
<style>
span { border-color: #EF2970; }
span { border-color: rgb(239,41,112); }
td.TdClassName
{
border-color: #EF2970;
}
.TagClassName
{
border-color: #EF2970;
}
</style>