Shades of Deep Cerise #EF2283
Tints of Deep Cerise #EF2283
RGB
CMYK
RGB Variations
Color information
#EF2283 (or 0xEF2283) is known color: Deep Cerise. HEX triplet: EF, 22 and 83. RGB value is (239,34,131). Sum of RGB (Red+Green+Blue) = 239+34+131=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2283 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2283 is #10DD7C. Grayscale: #6A6A6A. Windows color (decimal): -1105277 or 8594159. OLE color: 8594159.
HSL color Cylindrical-coordinate representation of color #EF2283: hue angle of 331.61º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2283 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 131 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.06 |
| HSL | 331.61º | 0.86% | 0.54% | - |
| HSV(B) | 331.61º | 0.86% | 0.94% | - |
| XYZ | 40.27 | 21.13 | 23.43 | - |
| YUV | 106.35 | 141.92 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 131 | 0 | 0.86 | 0.45 | 0.06 | 331.61 | 0.86 | 0.54 |
| Hex | EF | 22 | 83 | 0 | 56 | 2D | 6 | 14C | 56 | 36 |
| Octal | 357 | 42 | 203 | 0 | 126 | 55 | 6 | 514 | 126 | 66 |
| Binary | 11101111 | 100010 | 10000011 | 0 | 1010110 | 101101 | 110 | 101001100 | 1010110 | 110110 |
Color Harmonies of #EF2283
Complementary color
Monochromatic Colors of #EF2283
Black with #EF2283
Text Example
Text Example
White with #EF2283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2283; }
p { color: rgb(239,34,131); }
H1.HeaderClassName
{
color: #EF2283;
}
.AnyTagClassName
{
color: #EF2283;
}
</style>
background-color css
<style>
a { background-color: #EF2283; }
a { background-color: rgb(239,34,131); }
div.DivClassName
{
background-color: #EF2283;
}
.BgClassName
{
background-color: #EF2283;
}
</style>
border-color css
<style>
span { border-color: #EF2283; }
span { border-color: rgb(239,34,131); }
td.TdClassName
{
border-color: #EF2283;
}
.TagClassName
{
border-color: #EF2283;
}
</style>