Shades of Deep Cerise #EF2885
Tints of Deep Cerise #EF2885
RGB
CMYK
RGB Variations
Color information
#EF2885 (or 0xEF2885) is known color: Deep Cerise. HEX triplet: EF, 28 and 85. RGB value is (239,40,133). Sum of RGB (Red+Green+Blue) = 239+40+133=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2885 is #10D77A. Grayscale: #6D6D6D. Windows color (decimal): -1103739 or 8726767. OLE color: 8726767.
HSL color Cylindrical-coordinate representation of color #EF2885: hue angle of 331.96º 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 #EF2885 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 133 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.06 |
| HSL | 331.96º | 0.86% | 0.55% | - |
| HSV(B) | 331.96º | 0.83% | 0.94% | - |
| XYZ | 40.59 | 21.56 | 24.21 | - |
| YUV | 110.1 | 140.93 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 133 | 0 | 0.83 | 0.44 | 0.06 | 331.96 | 0.86 | 0.55 |
| Hex | EF | 28 | 85 | 0 | 53 | 2C | 6 | 14C | 56 | 37 |
| Octal | 357 | 50 | 205 | 0 | 123 | 54 | 6 | 514 | 126 | 67 |
| Binary | 11101111 | 101000 | 10000101 | 0 | 1010011 | 101100 | 110 | 101001100 | 1010110 | 110111 |
Color Harmonies of #EF2885
Complementary color
Monochromatic Colors of #EF2885
Black with #EF2885
Text Example
Text Example
White with #EF2885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2885; }
p { color: rgb(239,40,133); }
H1.HeaderClassName
{
color: #EF2885;
}
.AnyTagClassName
{
color: #EF2885;
}
</style>
background-color css
<style>
a { background-color: #EF2885; }
a { background-color: rgb(239,40,133); }
div.DivClassName
{
background-color: #EF2885;
}
.BgClassName
{
background-color: #EF2885;
}
</style>
border-color css
<style>
span { border-color: #EF2885; }
span { border-color: rgb(239,40,133); }
td.TdClassName
{
border-color: #EF2885;
}
.TagClassName
{
border-color: #EF2885;
}
</style>