Shades of Deep Cerise #EF2579
Tints of Deep Cerise #EF2579
RGB
CMYK
RGB Variations
Color information
#EF2579 (or 0xEF2579) is known color: Deep Cerise. HEX triplet: EF, 25 and 79. RGB value is (239,37,121). Sum of RGB (Red+Green+Blue) = 239+37+121=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2579 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2579 is #10DA86. Grayscale: #6A6A6A. Windows color (decimal): -1104519 or 7939567. OLE color: 7939567.
HSL color Cylindrical-coordinate representation of color #EF2579: hue angle of 335.05º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2579 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 121 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.06 |
| HSL | 335.05º | 0.86% | 0.54% | - |
| HSV(B) | 335.05º | 0.85% | 0.94% | - |
| XYZ | 39.71 | 21.05 | 20.06 | - |
| YUV | 106.97 | 135.92 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 121 | 0 | 0.85 | 0.49 | 0.06 | 335.05 | 0.86 | 0.54 |
| Hex | EF | 25 | 79 | 0 | 55 | 31 | 6 | 14F | 56 | 36 |
| Octal | 357 | 45 | 171 | 0 | 125 | 61 | 6 | 517 | 126 | 66 |
| Binary | 11101111 | 100101 | 1111001 | 0 | 1010101 | 110001 | 110 | 101001111 | 1010110 | 110110 |
Color Harmonies of #EF2579
Complementary color
Monochromatic Colors of #EF2579
Black with #EF2579
Text Example
Text Example
White with #EF2579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2579; }
p { color: rgb(239,37,121); }
H1.HeaderClassName
{
color: #EF2579;
}
.AnyTagClassName
{
color: #EF2579;
}
</style>
background-color css
<style>
a { background-color: #EF2579; }
a { background-color: rgb(239,37,121); }
div.DivClassName
{
background-color: #EF2579;
}
.BgClassName
{
background-color: #EF2579;
}
</style>
border-color css
<style>
span { border-color: #EF2579; }
span { border-color: rgb(239,37,121); }
td.TdClassName
{
border-color: #EF2579;
}
.TagClassName
{
border-color: #EF2579;
}
</style>