Shades of Cerise #EF2C71
Tints of Cerise #EF2C71
RGB
CMYK
RGB Variations
Color information
#EF2C71 (or 0xEF2C71) is known color: Cerise. HEX triplet: EF, 2C and 71. RGB value is (239,44,113). Sum of RGB (Red+Green+Blue) = 239+44+113=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2C71 is #10D38E. Grayscale: #6E6E6E. Windows color (decimal): -1102735 or 7417071. OLE color: 7417071.
HSL color Cylindrical-coordinate representation of color #EF2C71: hue angle of 338.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2C71 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 113 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.06 |
| HSL | 338.77º | 0.86% | 0.55% | - |
| HSV(B) | 338.77º | 0.82% | 0.94% | - |
| XYZ | 39.48 | 21.34 | 17.66 | - |
| YUV | 110.17 | 129.6 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 113 | 0 | 0.82 | 0.53 | 0.06 | 338.77 | 0.86 | 0.55 |
| Hex | EF | 2C | 71 | 0 | 52 | 35 | 6 | 153 | 56 | 37 |
| Octal | 357 | 54 | 161 | 0 | 122 | 65 | 6 | 523 | 126 | 67 |
| Binary | 11101111 | 101100 | 1110001 | 0 | 1010010 | 110101 | 110 | 101010011 | 1010110 | 110111 |
Color Harmonies of #EF2C71
Complementary color
Monochromatic Colors of #EF2C71
Black with #EF2C71
Text Example
Text Example
White with #EF2C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2C71; }
p { color: rgb(239,44,113); }
H1.HeaderClassName
{
color: #EF2C71;
}
.AnyTagClassName
{
color: #EF2C71;
}
</style>
background-color css
<style>
a { background-color: #EF2C71; }
a { background-color: rgb(239,44,113); }
div.DivClassName
{
background-color: #EF2C71;
}
.BgClassName
{
background-color: #EF2C71;
}
</style>
border-color css
<style>
span { border-color: #EF2C71; }
span { border-color: rgb(239,44,113); }
td.TdClassName
{
border-color: #EF2C71;
}
.TagClassName
{
border-color: #EF2C71;
}
</style>