Shades of Cerise #EF2971
Tints of Cerise #EF2971
RGB
CMYK
RGB Variations
Color information
#EF2971 (or 0xEF2971) is known color: Cerise. HEX triplet: EF, 29 and 71. RGB value is (239,41,113). Sum of RGB (Red+Green+Blue) = 239+41+113=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2971 is #10D68E. Grayscale: #6C6C6C. Windows color (decimal): -1103503 or 7416303. OLE color: 7416303.
HSL color Cylindrical-coordinate representation of color #EF2971: hue angle of 338.18º 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 #EF2971 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 113 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.06 |
| HSL | 338.18º | 0.86% | 0.55% | - |
| HSV(B) | 338.18º | 0.83% | 0.94% | - |
| XYZ | 39.37 | 21.13 | 17.63 | - |
| YUV | 108.41 | 130.6 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 113 | 0 | 0.83 | 0.53 | 0.06 | 338.18 | 0.86 | 0.55 |
| Hex | EF | 29 | 71 | 0 | 53 | 35 | 6 | 152 | 56 | 37 |
| Octal | 357 | 51 | 161 | 0 | 123 | 65 | 6 | 522 | 126 | 67 |
| Binary | 11101111 | 101001 | 1110001 | 0 | 1010011 | 110101 | 110 | 101010010 | 1010110 | 110111 |
Color Harmonies of #EF2971
Complementary color
Monochromatic Colors of #EF2971
Black with #EF2971
Text Example
Text Example
White with #EF2971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2971; }
p { color: rgb(239,41,113); }
H1.HeaderClassName
{
color: #EF2971;
}
.AnyTagClassName
{
color: #EF2971;
}
</style>
background-color css
<style>
a { background-color: #EF2971; }
a { background-color: rgb(239,41,113); }
div.DivClassName
{
background-color: #EF2971;
}
.BgClassName
{
background-color: #EF2971;
}
</style>
border-color css
<style>
span { border-color: #EF2971; }
span { border-color: rgb(239,41,113); }
td.TdClassName
{
border-color: #EF2971;
}
.TagClassName
{
border-color: #EF2971;
}
</style>