Shades of Deep Cerise #EF2178
Tints of Deep Cerise #EF2178
RGB
CMYK
RGB Variations
Color information
#EF2178 (or 0xEF2178) is known color: Deep Cerise. HEX triplet: EF, 21 and 78. RGB value is (239,33,120). Sum of RGB (Red+Green+Blue) = 239+33+120=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2178 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2178 is #10DE87. Grayscale: #686868. Windows color (decimal): -1105544 or 7873007. OLE color: 7873007.
HSL color Cylindrical-coordinate representation of color #EF2178: hue angle of 334.66º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2178 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 120 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.06 |
| HSL | 334.66º | 0.87% | 0.53% | - |
| HSV(B) | 334.66º | 0.86% | 0.94% | - |
| XYZ | 39.53 | 20.79 | 19.7 | - |
| YUV | 104.51 | 136.75 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 120 | 0 | 0.86 | 0.50 | 0.06 | 334.66 | 0.87 | 0.53 |
| Hex | EF | 21 | 78 | 0 | 56 | 32 | 6 | 14F | 57 | 35 |
| Octal | 357 | 41 | 170 | 0 | 126 | 62 | 6 | 517 | 127 | 65 |
| Binary | 11101111 | 100001 | 1111000 | 0 | 1010110 | 110010 | 110 | 101001111 | 1010111 | 110101 |
Color Harmonies of #EF2178
Complementary color
Monochromatic Colors of #EF2178
Black with #EF2178
Text Example
Text Example
White with #EF2178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2178; }
p { color: rgb(239,33,120); }
H1.HeaderClassName
{
color: #EF2178;
}
.AnyTagClassName
{
color: #EF2178;
}
</style>
background-color css
<style>
a { background-color: #EF2178; }
a { background-color: rgb(239,33,120); }
div.DivClassName
{
background-color: #EF2178;
}
.BgClassName
{
background-color: #EF2178;
}
</style>
border-color css
<style>
span { border-color: #EF2178; }
span { border-color: rgb(239,33,120); }
td.TdClassName
{
border-color: #EF2178;
}
.TagClassName
{
border-color: #EF2178;
}
</style>