Shades of Deep Cerise #EC227C
Tints of Deep Cerise #EC227C
RGB
CMYK
RGB Variations
Color information
#EC227C (or 0xEC227C) is known color: Deep Cerise. HEX triplet: EC, 22 and 7C. RGB value is (236,34,124). Sum of RGB (Red+Green+Blue) = 236+34+124=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC227C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC227C is #13DD83. Grayscale: #686868. Windows color (decimal): -1301892 or 8135404. OLE color: 8135404.
HSL color Cylindrical-coordinate representation of color #EC227C: hue angle of 333.27º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC227C is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 124 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.07 |
| HSL | 333.27º | 0.84% | 0.53% | - |
| HSV(B) | 333.27º | 0.86% | 0.93% | - |
| XYZ | 38.8 | 20.43 | 20.97 | - |
| YUV | 104.66 | 138.92 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 124 | 0 | 0.86 | 0.47 | 0.07 | 333.27 | 0.84 | 0.53 |
| Hex | EC | 22 | 7C | 0 | 56 | 2F | 7 | 14D | 54 | 35 |
| Octal | 354 | 42 | 174 | 0 | 126 | 57 | 7 | 515 | 124 | 65 |
| Binary | 11101100 | 100010 | 1111100 | 0 | 1010110 | 101111 | 111 | 101001101 | 1010100 | 110101 |
Color Harmonies of #EC227C
Complementary color
Monochromatic Colors of #EC227C
Black with #EC227C
Text Example
Text Example
White with #EC227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC227C; }
p { color: rgb(236,34,124); }
H1.HeaderClassName
{
color: #EC227C;
}
.AnyTagClassName
{
color: #EC227C;
}
</style>
background-color css
<style>
a { background-color: #EC227C; }
a { background-color: rgb(236,34,124); }
div.DivClassName
{
background-color: #EC227C;
}
.BgClassName
{
background-color: #EC227C;
}
</style>
border-color css
<style>
span { border-color: #EC227C; }
span { border-color: rgb(236,34,124); }
td.TdClassName
{
border-color: #EC227C;
}
.TagClassName
{
border-color: #EC227C;
}
</style>