Shades of Deep Cerise #EF2483
Tints of Deep Cerise #EF2483
RGB
CMYK
RGB Variations
Color information
#EF2483 (or 0xEF2483) is known color: Deep Cerise. HEX triplet: EF, 24 and 83. RGB value is (239,36,131). Sum of RGB (Red+Green+Blue) = 239+36+131=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2483 is #10DB7C. Grayscale: #6B6B6B. Windows color (decimal): -1104765 or 8594671. OLE color: 8594671.
HSL color Cylindrical-coordinate representation of color #EF2483: hue angle of 331.92º 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 #EF2483 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 131 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.06 |
| HSL | 331.92º | 0.86% | 0.54% | - |
| HSV(B) | 331.92º | 0.85% | 0.94% | - |
| XYZ | 40.32 | 21.25 | 23.45 | - |
| YUV | 107.53 | 141.25 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 131 | 0 | 0.85 | 0.45 | 0.06 | 331.92 | 0.86 | 0.54 |
| Hex | EF | 24 | 83 | 0 | 55 | 2D | 6 | 14C | 56 | 36 |
| Octal | 357 | 44 | 203 | 0 | 125 | 55 | 6 | 514 | 126 | 66 |
| Binary | 11101111 | 100100 | 10000011 | 0 | 1010101 | 101101 | 110 | 101001100 | 1010110 | 110110 |
Color Harmonies of #EF2483
Complementary color
Monochromatic Colors of #EF2483
Black with #EF2483
Text Example
Text Example
White with #EF2483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2483; }
p { color: rgb(239,36,131); }
H1.HeaderClassName
{
color: #EF2483;
}
.AnyTagClassName
{
color: #EF2483;
}
</style>
background-color css
<style>
a { background-color: #EF2483; }
a { background-color: rgb(239,36,131); }
div.DivClassName
{
background-color: #EF2483;
}
.BgClassName
{
background-color: #EF2483;
}
</style>
border-color css
<style>
span { border-color: #EF2483; }
span { border-color: rgb(239,36,131); }
td.TdClassName
{
border-color: #EF2483;
}
.TagClassName
{
border-color: #EF2483;
}
</style>