Shades of Deep Cerise #EF237B
Tints of Deep Cerise #EF237B
RGB
CMYK
RGB Variations
Color information
#EF237B (or 0xEF237B) is known color: Deep Cerise. HEX triplet: EF, 23 and 7B. RGB value is (239,35,123). Sum of RGB (Red+Green+Blue) = 239+35+123=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF237B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF237B is #10DC84. Grayscale: #696969. Windows color (decimal): -1105029 or 8070127. OLE color: 8070127.
HSL color Cylindrical-coordinate representation of color #EF237B: hue angle of 334.12º 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 #EF237B is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 123 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.06 |
| HSL | 334.12º | 0.86% | 0.54% | - |
| HSV(B) | 334.12º | 0.85% | 0.94% | - |
| XYZ | 39.77 | 20.98 | 20.69 | - |
| YUV | 106.03 | 137.59 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 123 | 0 | 0.85 | 0.49 | 0.06 | 334.12 | 0.86 | 0.54 |
| Hex | EF | 23 | 7B | 0 | 55 | 31 | 6 | 14E | 56 | 36 |
| Octal | 357 | 43 | 173 | 0 | 125 | 61 | 6 | 516 | 126 | 66 |
| Binary | 11101111 | 100011 | 1111011 | 0 | 1010101 | 110001 | 110 | 101001110 | 1010110 | 110110 |
Color Harmonies of #EF237B
Complementary color
Monochromatic Colors of #EF237B
Black with #EF237B
Text Example
Text Example
White with #EF237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF237B; }
p { color: rgb(239,35,123); }
H1.HeaderClassName
{
color: #EF237B;
}
.AnyTagClassName
{
color: #EF237B;
}
</style>
background-color css
<style>
a { background-color: #EF237B; }
a { background-color: rgb(239,35,123); }
div.DivClassName
{
background-color: #EF237B;
}
.BgClassName
{
background-color: #EF237B;
}
</style>
border-color css
<style>
span { border-color: #EF237B; }
span { border-color: rgb(239,35,123); }
td.TdClassName
{
border-color: #EF237B;
}
.TagClassName
{
border-color: #EF237B;
}
</style>