Shades of Deep Cerise #EF2883
Tints of Deep Cerise #EF2883
RGB
CMYK
RGB Variations
Color information
#EF2883 (or 0xEF2883) is known color: Deep Cerise. HEX triplet: EF, 28 and 83. RGB value is (239,40,131). Sum of RGB (Red+Green+Blue) = 239+40+131=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2883 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2883 is #10D77C. Grayscale: #6D6D6D. Windows color (decimal): -1103741 or 8595695. OLE color: 8595695.
HSL color Cylindrical-coordinate representation of color #EF2883: hue angle of 332.56º 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 #EF2883 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 131 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.06 |
| HSL | 332.56º | 0.86% | 0.55% | - |
| HSV(B) | 332.56º | 0.83% | 0.94% | - |
| XYZ | 40.45 | 21.51 | 23.49 | - |
| YUV | 109.88 | 139.93 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 131 | 0 | 0.83 | 0.45 | 0.06 | 332.56 | 0.86 | 0.55 |
| Hex | EF | 28 | 83 | 0 | 53 | 2D | 6 | 14D | 56 | 37 |
| Octal | 357 | 50 | 203 | 0 | 123 | 55 | 6 | 515 | 126 | 67 |
| Binary | 11101111 | 101000 | 10000011 | 0 | 1010011 | 101101 | 110 | 101001101 | 1010110 | 110111 |
Color Harmonies of #EF2883
Complementary color
Monochromatic Colors of #EF2883
Black with #EF2883
Text Example
Text Example
White with #EF2883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2883; }
p { color: rgb(239,40,131); }
H1.HeaderClassName
{
color: #EF2883;
}
.AnyTagClassName
{
color: #EF2883;
}
</style>
background-color css
<style>
a { background-color: #EF2883; }
a { background-color: rgb(239,40,131); }
div.DivClassName
{
background-color: #EF2883;
}
.BgClassName
{
background-color: #EF2883;
}
</style>
border-color css
<style>
span { border-color: #EF2883; }
span { border-color: rgb(239,40,131); }
td.TdClassName
{
border-color: #EF2883;
}
.TagClassName
{
border-color: #EF2883;
}
</style>