Shades of Deep Cerise #EF237E
Tints of Deep Cerise #EF237E
RGB
CMYK
RGB Variations
Color information
#EF237E (or 0xEF237E) is known color: Deep Cerise. HEX triplet: EF, 23 and 7E. RGB value is (239,35,126). Sum of RGB (Red+Green+Blue) = 239+35+126=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF237E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF237E is #10DC81. Grayscale: #6A6A6A. Windows color (decimal): -1105026 or 8266735. OLE color: 8266735.
HSL color Cylindrical-coordinate representation of color #EF237E: hue angle of 333.24º 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 #EF237E is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 126 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.06 |
| HSL | 333.24º | 0.86% | 0.54% | - |
| HSV(B) | 333.24º | 0.85% | 0.94% | - |
| XYZ | 39.96 | 21.06 | 21.7 | - |
| YUV | 106.37 | 139.09 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 126 | 0 | 0.85 | 0.47 | 0.06 | 333.24 | 0.86 | 0.54 |
| Hex | EF | 23 | 7E | 0 | 55 | 2F | 6 | 14D | 56 | 36 |
| Octal | 357 | 43 | 176 | 0 | 125 | 57 | 6 | 515 | 126 | 66 |
| Binary | 11101111 | 100011 | 1111110 | 0 | 1010101 | 101111 | 110 | 101001101 | 1010110 | 110110 |
Color Harmonies of #EF237E
Complementary color
Monochromatic Colors of #EF237E
Black with #EF237E
Text Example
Text Example
White with #EF237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF237E; }
p { color: rgb(239,35,126); }
H1.HeaderClassName
{
color: #EF237E;
}
.AnyTagClassName
{
color: #EF237E;
}
</style>
background-color css
<style>
a { background-color: #EF237E; }
a { background-color: rgb(239,35,126); }
div.DivClassName
{
background-color: #EF237E;
}
.BgClassName
{
background-color: #EF237E;
}
</style>
border-color css
<style>
span { border-color: #EF237E; }
span { border-color: rgb(239,35,126); }
td.TdClassName
{
border-color: #EF237E;
}
.TagClassName
{
border-color: #EF237E;
}
</style>