Shades of Deep Cerise #EF2578
Tints of Deep Cerise #EF2578
RGB
CMYK
RGB Variations
Color information
#EF2578 (or 0xEF2578) is known color: Deep Cerise. HEX triplet: EF, 25 and 78. RGB value is (239,37,120). Sum of RGB (Red+Green+Blue) = 239+37+120=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2578 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2578 is #10DA87. Grayscale: #6A6A6A. Windows color (decimal): -1104520 or 7874031. OLE color: 7874031.
HSL color Cylindrical-coordinate representation of color #EF2578: hue angle of 335.35º 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 #EF2578 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 120 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.06 |
| HSL | 335.35º | 0.86% | 0.54% | - |
| HSV(B) | 335.35º | 0.85% | 0.94% | - |
| XYZ | 39.65 | 21.03 | 19.74 | - |
| YUV | 106.86 | 135.42 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 120 | 0 | 0.85 | 0.50 | 0.06 | 335.35 | 0.86 | 0.54 |
| Hex | EF | 25 | 78 | 0 | 55 | 32 | 6 | 14F | 56 | 36 |
| Octal | 357 | 45 | 170 | 0 | 125 | 62 | 6 | 517 | 126 | 66 |
| Binary | 11101111 | 100101 | 1111000 | 0 | 1010101 | 110010 | 110 | 101001111 | 1010110 | 110110 |
Color Harmonies of #EF2578
Complementary color
Monochromatic Colors of #EF2578
Black with #EF2578
Text Example
Text Example
White with #EF2578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2578; }
p { color: rgb(239,37,120); }
H1.HeaderClassName
{
color: #EF2578;
}
.AnyTagClassName
{
color: #EF2578;
}
</style>
background-color css
<style>
a { background-color: #EF2578; }
a { background-color: rgb(239,37,120); }
div.DivClassName
{
background-color: #EF2578;
}
.BgClassName
{
background-color: #EF2578;
}
</style>
border-color css
<style>
span { border-color: #EF2578; }
span { border-color: rgb(239,37,120); }
td.TdClassName
{
border-color: #EF2578;
}
.TagClassName
{
border-color: #EF2578;
}
</style>