Shades of Deep Cerise #EF237A
Tints of Deep Cerise #EF237A
RGB
CMYK
RGB Variations
Color information
#EF237A (or 0xEF237A) is known color: Deep Cerise. HEX triplet: EF, 23 and 7A. RGB value is (239,35,122). Sum of RGB (Red+Green+Blue) = 239+35+122=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF237A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF237A is #10DC85. Grayscale: #696969. Windows color (decimal): -1105030 or 8004591. OLE color: 8004591.
HSL color Cylindrical-coordinate representation of color #EF237A: hue angle of 334.41º 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 #EF237A is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 122 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.06 |
| HSL | 334.41º | 0.86% | 0.54% | - |
| HSV(B) | 334.41º | 0.85% | 0.94% | - |
| XYZ | 39.71 | 20.96 | 20.36 | - |
| YUV | 105.91 | 137.09 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 122 | 0 | 0.85 | 0.49 | 0.06 | 334.41 | 0.86 | 0.54 |
| Hex | EF | 23 | 7A | 0 | 55 | 31 | 6 | 14E | 56 | 36 |
| Octal | 357 | 43 | 172 | 0 | 125 | 61 | 6 | 516 | 126 | 66 |
| Binary | 11101111 | 100011 | 1111010 | 0 | 1010101 | 110001 | 110 | 101001110 | 1010110 | 110110 |
Color Harmonies of #EF237A
Complementary color
Monochromatic Colors of #EF237A
Black with #EF237A
Text Example
Text Example
White with #EF237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF237A; }
p { color: rgb(239,35,122); }
H1.HeaderClassName
{
color: #EF237A;
}
.AnyTagClassName
{
color: #EF237A;
}
</style>
background-color css
<style>
a { background-color: #EF237A; }
a { background-color: rgb(239,35,122); }
div.DivClassName
{
background-color: #EF237A;
}
.BgClassName
{
background-color: #EF237A;
}
</style>
border-color css
<style>
span { border-color: #EF237A; }
span { border-color: rgb(239,35,122); }
td.TdClassName
{
border-color: #EF237A;
}
.TagClassName
{
border-color: #EF237A;
}
</style>