Shades of Deep Cerise #EC237C
Tints of Deep Cerise #EC237C
RGB
CMYK
RGB Variations
Color information
#EC237C (or 0xEC237C) is known color: Deep Cerise. HEX triplet: EC, 23 and 7C. RGB value is (236,35,124). Sum of RGB (Red+Green+Blue) = 236+35+124=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC237C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC237C is #13DC83. Grayscale: #696969. Windows color (decimal): -1301636 or 8135660. OLE color: 8135660.
HSL color Cylindrical-coordinate representation of color #EC237C: hue angle of 333.43º 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 #EC237C is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 124 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.07 |
| HSL | 333.43º | 0.84% | 0.53% | - |
| HSV(B) | 333.43º | 0.85% | 0.93% | - |
| XYZ | 38.83 | 20.49 | 20.98 | - |
| YUV | 105.25 | 138.59 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 124 | 0 | 0.85 | 0.47 | 0.07 | 333.43 | 0.84 | 0.53 |
| Hex | EC | 23 | 7C | 0 | 55 | 2F | 7 | 14D | 54 | 35 |
| Octal | 354 | 43 | 174 | 0 | 125 | 57 | 7 | 515 | 124 | 65 |
| Binary | 11101100 | 100011 | 1111100 | 0 | 1010101 | 101111 | 111 | 101001101 | 1010100 | 110101 |
Color Harmonies of #EC237C
Complementary color
Monochromatic Colors of #EC237C
Black with #EC237C
Text Example
Text Example
White with #EC237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC237C; }
p { color: rgb(236,35,124); }
H1.HeaderClassName
{
color: #EC237C;
}
.AnyTagClassName
{
color: #EC237C;
}
</style>
background-color css
<style>
a { background-color: #EC237C; }
a { background-color: rgb(236,35,124); }
div.DivClassName
{
background-color: #EC237C;
}
.BgClassName
{
background-color: #EC237C;
}
</style>
border-color css
<style>
span { border-color: #EC237C; }
span { border-color: rgb(236,35,124); }
td.TdClassName
{
border-color: #EC237C;
}
.TagClassName
{
border-color: #EC237C;
}
</style>