Shades of Deep Cerise #EF2C84
Tints of Deep Cerise #EF2C84
RGB
CMYK
RGB Variations
Color information
#EF2C84 (or 0xEF2C84) is known color: Deep Cerise. HEX triplet: EF, 2C and 84. RGB value is (239,44,132). Sum of RGB (Red+Green+Blue) = 239+44+132=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2C84 is #10D37B. Grayscale: #707070. Windows color (decimal): -1102716 or 8662255. OLE color: 8662255.
HSL color Cylindrical-coordinate representation of color #EF2C84: hue angle of 332.92º 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 #EF2C84 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 132 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.06 |
| HSL | 332.92º | 0.86% | 0.55% | - |
| HSV(B) | 332.92º | 0.82% | 0.94% | - |
| XYZ | 40.66 | 21.82 | 23.9 | - |
| YUV | 112.34 | 139.1 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 132 | 0 | 0.82 | 0.45 | 0.06 | 332.92 | 0.86 | 0.55 |
| Hex | EF | 2C | 84 | 0 | 52 | 2D | 6 | 14D | 56 | 37 |
| Octal | 357 | 54 | 204 | 0 | 122 | 55 | 6 | 515 | 126 | 67 |
| Binary | 11101111 | 101100 | 10000100 | 0 | 1010010 | 101101 | 110 | 101001101 | 1010110 | 110111 |
Color Harmonies of #EF2C84
Complementary color
Monochromatic Colors of #EF2C84
Black with #EF2C84
Text Example
Text Example
White with #EF2C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2C84; }
p { color: rgb(239,44,132); }
H1.HeaderClassName
{
color: #EF2C84;
}
.AnyTagClassName
{
color: #EF2C84;
}
</style>
background-color css
<style>
a { background-color: #EF2C84; }
a { background-color: rgb(239,44,132); }
div.DivClassName
{
background-color: #EF2C84;
}
.BgClassName
{
background-color: #EF2C84;
}
</style>
border-color css
<style>
span { border-color: #EF2C84; }
span { border-color: rgb(239,44,132); }
td.TdClassName
{
border-color: #EF2C84;
}
.TagClassName
{
border-color: #EF2C84;
}
</style>