Shades of Deep Cerise #EC237E
Tints of Deep Cerise #EC237E
RGB
CMYK
RGB Variations
Color information
#EC237E (or 0xEC237E) is known color: Deep Cerise. HEX triplet: EC, 23 and 7E. RGB value is (236,35,126). Sum of RGB (Red+Green+Blue) = 236+35+126=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC237E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC237E is #13DC81. Grayscale: #696969. Windows color (decimal): -1301634 or 8266732. OLE color: 8266732.
HSL color Cylindrical-coordinate representation of color #EC237E: hue angle of 332.84º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC237E is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 126 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.07 |
| HSL | 332.84º | 0.84% | 0.53% | - |
| HSV(B) | 332.84º | 0.85% | 0.93% | - |
| XYZ | 38.96 | 20.54 | 21.65 | - |
| YUV | 105.47 | 139.59 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 126 | 0 | 0.85 | 0.47 | 0.07 | 332.84 | 0.84 | 0.53 |
| Hex | EC | 23 | 7E | 0 | 55 | 2F | 7 | 14D | 54 | 35 |
| Octal | 354 | 43 | 176 | 0 | 125 | 57 | 7 | 515 | 124 | 65 |
| Binary | 11101100 | 100011 | 1111110 | 0 | 1010101 | 101111 | 111 | 101001101 | 1010100 | 110101 |
Color Harmonies of #EC237E
Complementary color
Monochromatic Colors of #EC237E
Black with #EC237E
Text Example
Text Example
White with #EC237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC237E; }
p { color: rgb(236,35,126); }
H1.HeaderClassName
{
color: #EC237E;
}
.AnyTagClassName
{
color: #EC237E;
}
</style>
background-color css
<style>
a { background-color: #EC237E; }
a { background-color: rgb(236,35,126); }
div.DivClassName
{
background-color: #EC237E;
}
.BgClassName
{
background-color: #EC237E;
}
</style>
border-color css
<style>
span { border-color: #EC237E; }
span { border-color: rgb(236,35,126); }
td.TdClassName
{
border-color: #EC237E;
}
.TagClassName
{
border-color: #EC237E;
}
</style>