Shades of Deep Cerise #EF2779
Tints of Deep Cerise #EF2779
RGB
CMYK
RGB Variations
Color information
#EF2779 (or 0xEF2779) is known color: Deep Cerise. HEX triplet: EF, 27 and 79. RGB value is (239,39,121). Sum of RGB (Red+Green+Blue) = 239+39+121=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2779 is #10D886. Grayscale: #6C6C6C. Windows color (decimal): -1104007 or 7940079. OLE color: 7940079.
HSL color Cylindrical-coordinate representation of color #EF2779: hue angle of 335.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF2779 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 121 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.06 |
| HSL | 335.4º | 0.86% | 0.55% | - |
| HSV(B) | 335.4º | 0.84% | 0.94% | - |
| XYZ | 39.77 | 21.18 | 20.08 | - |
| YUV | 108.15 | 135.26 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 121 | 0 | 0.84 | 0.49 | 0.06 | 335.4 | 0.86 | 0.55 |
| Hex | EF | 27 | 79 | 0 | 54 | 31 | 6 | 14F | 56 | 37 |
| Octal | 357 | 47 | 171 | 0 | 124 | 61 | 6 | 517 | 126 | 67 |
| Binary | 11101111 | 100111 | 1111001 | 0 | 1010100 | 110001 | 110 | 101001111 | 1010110 | 110111 |
Color Harmonies of #EF2779
Complementary color
Monochromatic Colors of #EF2779
Black with #EF2779
Text Example
Text Example
White with #EF2779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2779; }
p { color: rgb(239,39,121); }
H1.HeaderClassName
{
color: #EF2779;
}
.AnyTagClassName
{
color: #EF2779;
}
</style>
background-color css
<style>
a { background-color: #EF2779; }
a { background-color: rgb(239,39,121); }
div.DivClassName
{
background-color: #EF2779;
}
.BgClassName
{
background-color: #EF2779;
}
</style>
border-color css
<style>
span { border-color: #EF2779; }
span { border-color: rgb(239,39,121); }
td.TdClassName
{
border-color: #EF2779;
}
.TagClassName
{
border-color: #EF2779;
}
</style>