Shades of Deep Cerise #EF2C79
Tints of Deep Cerise #EF2C79
RGB
CMYK
RGB Variations
Color information
#EF2C79 (or 0xEF2C79) is known color: Deep Cerise. HEX triplet: EF, 2C and 79. RGB value is (239,44,121). Sum of RGB (Red+Green+Blue) = 239+44+121=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2C79 is #10D386. Grayscale: #6E6E6E. Windows color (decimal): -1102727 or 7941359. OLE color: 7941359.
HSL color Cylindrical-coordinate representation of color #EF2C79: hue angle of 336.31º 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 #EF2C79 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 121 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.06 |
| HSL | 336.31º | 0.86% | 0.55% | - |
| HSV(B) | 336.31º | 0.82% | 0.94% | - |
| XYZ | 39.95 | 21.53 | 20.14 | - |
| YUV | 111.08 | 133.6 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 121 | 0 | 0.82 | 0.49 | 0.06 | 336.31 | 0.86 | 0.55 |
| Hex | EF | 2C | 79 | 0 | 52 | 31 | 6 | 150 | 56 | 37 |
| Octal | 357 | 54 | 171 | 0 | 122 | 61 | 6 | 520 | 126 | 67 |
| Binary | 11101111 | 101100 | 1111001 | 0 | 1010010 | 110001 | 110 | 101010000 | 1010110 | 110111 |
Color Harmonies of #EF2C79
Complementary color
Monochromatic Colors of #EF2C79
Black with #EF2C79
Text Example
Text Example
White with #EF2C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2C79; }
p { color: rgb(239,44,121); }
H1.HeaderClassName
{
color: #EF2C79;
}
.AnyTagClassName
{
color: #EF2C79;
}
</style>
background-color css
<style>
a { background-color: #EF2C79; }
a { background-color: rgb(239,44,121); }
div.DivClassName
{
background-color: #EF2C79;
}
.BgClassName
{
background-color: #EF2C79;
}
</style>
border-color css
<style>
span { border-color: #EF2C79; }
span { border-color: rgb(239,44,121); }
td.TdClassName
{
border-color: #EF2C79;
}
.TagClassName
{
border-color: #EF2C79;
}
</style>