Shades of Cerise #EF2974
Tints of Cerise #EF2974
RGB
CMYK
RGB Variations
Color information
#EF2974 (or 0xEF2974) is known color: Cerise. HEX triplet: EF, 29 and 74. RGB value is (239,41,116). Sum of RGB (Red+Green+Blue) = 239+41+116=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2974 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2974 is #10D68B. Grayscale: #6C6C6C. Windows color (decimal): -1103500 or 7612911. OLE color: 7612911.
HSL color Cylindrical-coordinate representation of color #EF2974: hue angle of 337.27º 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 #EF2974 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 116 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.06 |
| HSL | 337.27º | 0.86% | 0.55% | - |
| HSV(B) | 337.27º | 0.83% | 0.94% | - |
| XYZ | 39.54 | 21.2 | 18.53 | - |
| YUV | 108.75 | 132.1 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 116 | 0 | 0.83 | 0.51 | 0.06 | 337.27 | 0.86 | 0.55 |
| Hex | EF | 29 | 74 | 0 | 53 | 33 | 6 | 151 | 56 | 37 |
| Octal | 357 | 51 | 164 | 0 | 123 | 63 | 6 | 521 | 126 | 67 |
| Binary | 11101111 | 101001 | 1110100 | 0 | 1010011 | 110011 | 110 | 101010001 | 1010110 | 110111 |
Color Harmonies of #EF2974
Complementary color
Monochromatic Colors of #EF2974
Black with #EF2974
Text Example
Text Example
White with #EF2974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2974; }
p { color: rgb(239,41,116); }
H1.HeaderClassName
{
color: #EF2974;
}
.AnyTagClassName
{
color: #EF2974;
}
</style>
background-color css
<style>
a { background-color: #EF2974; }
a { background-color: rgb(239,41,116); }
div.DivClassName
{
background-color: #EF2974;
}
.BgClassName
{
background-color: #EF2974;
}
</style>
border-color css
<style>
span { border-color: #EF2974; }
span { border-color: rgb(239,41,116); }
td.TdClassName
{
border-color: #EF2974;
}
.TagClassName
{
border-color: #EF2974;
}
</style>