Shades of Deep Cerise #EF2888
Tints of Deep Cerise #EF2888
RGB
CMYK
RGB Variations
Color information
#EF2888 (or 0xEF2888) is known color: Deep Cerise. HEX triplet: EF, 28 and 88. RGB value is (239,40,136). Sum of RGB (Red+Green+Blue) = 239+40+136=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2888 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2888 is #10D777. Grayscale: #6E6E6E. Windows color (decimal): -1103736 or 8923375. OLE color: 8923375.
HSL color Cylindrical-coordinate representation of color #EF2888: hue angle of 331.06º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2888 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 136 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.06 |
| HSL | 331.06º | 0.86% | 0.55% | - |
| HSV(B) | 331.06º | 0.83% | 0.94% | - |
| XYZ | 40.8 | 21.65 | 25.32 | - |
| YUV | 110.45 | 142.43 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 136 | 0 | 0.83 | 0.43 | 0.06 | 331.06 | 0.86 | 0.55 |
| Hex | EF | 28 | 88 | 0 | 53 | 2B | 6 | 14B | 56 | 37 |
| Octal | 357 | 50 | 210 | 0 | 123 | 53 | 6 | 513 | 126 | 67 |
| Binary | 11101111 | 101000 | 10001000 | 0 | 1010011 | 101011 | 110 | 101001011 | 1010110 | 110111 |
Color Harmonies of #EF2888
Complementary color
Monochromatic Colors of #EF2888
Black with #EF2888
Text Example
Text Example
White with #EF2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2888; }
p { color: rgb(239,40,136); }
H1.HeaderClassName
{
color: #EF2888;
}
.AnyTagClassName
{
color: #EF2888;
}
</style>
background-color css
<style>
a { background-color: #EF2888; }
a { background-color: rgb(239,40,136); }
div.DivClassName
{
background-color: #EF2888;
}
.BgClassName
{
background-color: #EF2888;
}
</style>
border-color css
<style>
span { border-color: #EF2888; }
span { border-color: rgb(239,40,136); }
td.TdClassName
{
border-color: #EF2888;
}
.TagClassName
{
border-color: #EF2888;
}
</style>