Shades of Deep Cerise #EF2D7C
Tints of Deep Cerise #EF2D7C
RGB
CMYK
RGB Variations
Color information
#EF2D7C (or 0xEF2D7C) is known color: Deep Cerise. HEX triplet: EF, 2D and 7C. RGB value is (239,45,124). Sum of RGB (Red+Green+Blue) = 239+45+124=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2D7C is #10D283. Grayscale: #6F6F6F. Windows color (decimal): -1102468 or 8138223. OLE color: 8138223.
HSL color Cylindrical-coordinate representation of color #EF2D7C: hue angle of 335.57º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2D7C is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 124 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.06 |
| HSL | 335.57º | 0.86% | 0.56% | - |
| HSV(B) | 335.57º | 0.81% | 0.94% | - |
| XYZ | 40.17 | 21.68 | 21.14 | - |
| YUV | 112.01 | 134.77 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 124 | 0 | 0.81 | 0.48 | 0.06 | 335.57 | 0.86 | 0.56 |
| Hex | EF | 2D | 7C | 0 | 51 | 30 | 6 | 150 | 56 | 38 |
| Octal | 357 | 55 | 174 | 0 | 121 | 60 | 6 | 520 | 126 | 70 |
| Binary | 11101111 | 101101 | 1111100 | 0 | 1010001 | 110000 | 110 | 101010000 | 1010110 | 111000 |
Color Harmonies of #EF2D7C
Complementary color
Monochromatic Colors of #EF2D7C
Black with #EF2D7C
Text Example
Text Example
White with #EF2D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D7C; }
p { color: rgb(239,45,124); }
H1.HeaderClassName
{
color: #EF2D7C;
}
.AnyTagClassName
{
color: #EF2D7C;
}
</style>
background-color css
<style>
a { background-color: #EF2D7C; }
a { background-color: rgb(239,45,124); }
div.DivClassName
{
background-color: #EF2D7C;
}
.BgClassName
{
background-color: #EF2D7C;
}
</style>
border-color css
<style>
span { border-color: #EF2D7C; }
span { border-color: rgb(239,45,124); }
td.TdClassName
{
border-color: #EF2D7C;
}
.TagClassName
{
border-color: #EF2D7C;
}
</style>