Shades of Deep Cerise #EC357C
Tints of Deep Cerise #EC357C
RGB
CMYK
RGB Variations
Color information
#EC357C (or 0xEC357C) is known color: Deep Cerise. HEX triplet: EC, 35 and 7C. RGB value is (236,53,124). Sum of RGB (Red+Green+Blue) = 236+53+124=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC357C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC357C is #13CA83. Grayscale: #737373. Windows color (decimal): -1297028 or 8140268. OLE color: 8140268.
HSL color Cylindrical-coordinate representation of color #EC357C: hue angle of 336.72º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC357C is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 124 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.07 |
| HSL | 336.72º | 0.83% | 0.57% | - |
| HSV(B) | 336.72º | 0.78% | 0.93% | - |
| XYZ | 39.5 | 21.83 | 21.2 | - |
| YUV | 115.81 | 132.63 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 124 | 0 | 0.78 | 0.47 | 0.07 | 336.72 | 0.83 | 0.57 |
| Hex | EC | 35 | 7C | 0 | 4E | 2F | 7 | 151 | 53 | 39 |
| Octal | 354 | 65 | 174 | 0 | 116 | 57 | 7 | 521 | 123 | 71 |
| Binary | 11101100 | 110101 | 1111100 | 0 | 1001110 | 101111 | 111 | 101010001 | 1010011 | 111001 |
Color Harmonies of #EC357C
Complementary color
Monochromatic Colors of #EC357C
Black with #EC357C
Text Example
Text Example
White with #EC357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC357C; }
p { color: rgb(236,53,124); }
H1.HeaderClassName
{
color: #EC357C;
}
.AnyTagClassName
{
color: #EC357C;
}
</style>
background-color css
<style>
a { background-color: #EC357C; }
a { background-color: rgb(236,53,124); }
div.DivClassName
{
background-color: #EC357C;
}
.BgClassName
{
background-color: #EC357C;
}
</style>
border-color css
<style>
span { border-color: #EC357C; }
span { border-color: rgb(236,53,124); }
td.TdClassName
{
border-color: #EC357C;
}
.TagClassName
{
border-color: #EC357C;
}
</style>