Shades of Deep Cerise #EC337C
Tints of Deep Cerise #EC337C
RGB
CMYK
RGB Variations
Color information
#EC337C (or 0xEC337C) is known color: Deep Cerise. HEX triplet: EC, 33 and 7C. RGB value is (236,51,124). Sum of RGB (Red+Green+Blue) = 236+51+124=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC337C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC337C is #13CC83. Grayscale: #727272. Windows color (decimal): -1297540 or 8139756. OLE color: 8139756.
HSL color Cylindrical-coordinate representation of color #EC337C: hue angle of 336.32º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC337C is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 124 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.07 |
| HSL | 336.32º | 0.83% | 0.56% | - |
| HSV(B) | 336.32º | 0.78% | 0.93% | - |
| XYZ | 39.41 | 21.66 | 21.17 | - |
| YUV | 114.64 | 133.29 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 124 | 0 | 0.78 | 0.47 | 0.07 | 336.32 | 0.83 | 0.56 |
| Hex | EC | 33 | 7C | 0 | 4E | 2F | 7 | 150 | 53 | 38 |
| Octal | 354 | 63 | 174 | 0 | 116 | 57 | 7 | 520 | 123 | 70 |
| Binary | 11101100 | 110011 | 1111100 | 0 | 1001110 | 101111 | 111 | 101010000 | 1010011 | 111000 |
Color Harmonies of #EC337C
Complementary color
Monochromatic Colors of #EC337C
Black with #EC337C
Text Example
Text Example
White with #EC337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC337C; }
p { color: rgb(236,51,124); }
H1.HeaderClassName
{
color: #EC337C;
}
.AnyTagClassName
{
color: #EC337C;
}
</style>
background-color css
<style>
a { background-color: #EC337C; }
a { background-color: rgb(236,51,124); }
div.DivClassName
{
background-color: #EC337C;
}
.BgClassName
{
background-color: #EC337C;
}
</style>
border-color css
<style>
span { border-color: #EC337C; }
span { border-color: rgb(236,51,124); }
td.TdClassName
{
border-color: #EC337C;
}
.TagClassName
{
border-color: #EC337C;
}
</style>