Shades of Cerise #EF2C75
Tints of Cerise #EF2C75
RGB
CMYK
RGB Variations
Color information
#EF2C75 (or 0xEF2C75) is known color: Cerise. HEX triplet: EF, 2C and 75. RGB value is (239,44,117). Sum of RGB (Red+Green+Blue) = 239+44+117=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2C75 is #10D38A. Grayscale: #6E6E6E. Windows color (decimal): -1102731 or 7679215. OLE color: 7679215.
HSL color Cylindrical-coordinate representation of color #EF2C75: hue angle of 337.54º 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 #EF2C75 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 117 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.06 |
| HSL | 337.54º | 0.86% | 0.55% | - |
| HSV(B) | 337.54º | 0.82% | 0.94% | - |
| XYZ | 39.71 | 21.44 | 18.87 | - |
| YUV | 110.63 | 131.6 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 117 | 0 | 0.82 | 0.51 | 0.06 | 337.54 | 0.86 | 0.55 |
| Hex | EF | 2C | 75 | 0 | 52 | 33 | 6 | 152 | 56 | 37 |
| Octal | 357 | 54 | 165 | 0 | 122 | 63 | 6 | 522 | 126 | 67 |
| Binary | 11101111 | 101100 | 1110101 | 0 | 1010010 | 110011 | 110 | 101010010 | 1010110 | 110111 |
Color Harmonies of #EF2C75
Complementary color
Monochromatic Colors of #EF2C75
Black with #EF2C75
Text Example
Text Example
White with #EF2C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2C75; }
p { color: rgb(239,44,117); }
H1.HeaderClassName
{
color: #EF2C75;
}
.AnyTagClassName
{
color: #EF2C75;
}
</style>
background-color css
<style>
a { background-color: #EF2C75; }
a { background-color: rgb(239,44,117); }
div.DivClassName
{
background-color: #EF2C75;
}
.BgClassName
{
background-color: #EF2C75;
}
</style>
border-color css
<style>
span { border-color: #EF2C75; }
span { border-color: rgb(239,44,117); }
td.TdClassName
{
border-color: #EF2C75;
}
.TagClassName
{
border-color: #EF2C75;
}
</style>