Shades of Deep Cerise #EF2488
Tints of Deep Cerise #EF2488
RGB
CMYK
RGB Variations
Color information
#EF2488 (or 0xEF2488) is known color: Deep Cerise. HEX triplet: EF, 24 and 88. RGB value is (239,36,136). Sum of RGB (Red+Green+Blue) = 239+36+136=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2488 is #10DB77. Grayscale: #6B6B6B. Windows color (decimal): -1104760 or 8922351. OLE color: 8922351.
HSL color Cylindrical-coordinate representation of color #EF2488: hue angle of 330.44º 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 #EF2488 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 136 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.06 |
| HSL | 330.44º | 0.86% | 0.54% | - |
| HSV(B) | 330.44º | 0.85% | 0.94% | - |
| XYZ | 40.67 | 21.39 | 25.28 | - |
| YUV | 108.1 | 143.75 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 136 | 0 | 0.85 | 0.43 | 0.06 | 330.44 | 0.86 | 0.54 |
| Hex | EF | 24 | 88 | 0 | 55 | 2B | 6 | 14A | 56 | 36 |
| Octal | 357 | 44 | 210 | 0 | 125 | 53 | 6 | 512 | 126 | 66 |
| Binary | 11101111 | 100100 | 10001000 | 0 | 1010101 | 101011 | 110 | 101001010 | 1010110 | 110110 |
Color Harmonies of #EF2488
Complementary color
Monochromatic Colors of #EF2488
Black with #EF2488
Text Example
Text Example
White with #EF2488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2488; }
p { color: rgb(239,36,136); }
H1.HeaderClassName
{
color: #EF2488;
}
.AnyTagClassName
{
color: #EF2488;
}
</style>
background-color css
<style>
a { background-color: #EF2488; }
a { background-color: rgb(239,36,136); }
div.DivClassName
{
background-color: #EF2488;
}
.BgClassName
{
background-color: #EF2488;
}
</style>
border-color css
<style>
span { border-color: #EF2488; }
span { border-color: rgb(239,36,136); }
td.TdClassName
{
border-color: #EF2488;
}
.TagClassName
{
border-color: #EF2488;
}
</style>