Shades of Deep Cerise #EC337F
Tints of Deep Cerise #EC337F
RGB
CMYK
RGB Variations
Color information
#EC337F (or 0xEC337F) is known color: Deep Cerise. HEX triplet: EC, 33 and 7F. RGB value is (236,51,127). Sum of RGB (Red+Green+Blue) = 236+51+127=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC337F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC337F is #13CC80. Grayscale: #727272. Windows color (decimal): -1297537 or 8336364. OLE color: 8336364.
HSL color Cylindrical-coordinate representation of color #EC337F: hue angle of 335.35º 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 #EC337F is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 127 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.07 |
| HSL | 335.35º | 0.83% | 0.56% | - |
| HSV(B) | 335.35º | 0.78% | 0.93% | - |
| XYZ | 39.61 | 21.73 | 22.19 | - |
| YUV | 114.98 | 134.79 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 127 | 0 | 0.78 | 0.46 | 0.07 | 335.35 | 0.83 | 0.56 |
| Hex | EC | 33 | 7F | 0 | 4E | 2E | 7 | 14F | 53 | 38 |
| Octal | 354 | 63 | 177 | 0 | 116 | 56 | 7 | 517 | 123 | 70 |
| Binary | 11101100 | 110011 | 1111111 | 0 | 1001110 | 101110 | 111 | 101001111 | 1010011 | 111000 |
Color Harmonies of #EC337F
Complementary color
Monochromatic Colors of #EC337F
Black with #EC337F
Text Example
Text Example
White with #EC337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC337F; }
p { color: rgb(236,51,127); }
H1.HeaderClassName
{
color: #EC337F;
}
.AnyTagClassName
{
color: #EC337F;
}
</style>
background-color css
<style>
a { background-color: #EC337F; }
a { background-color: rgb(236,51,127); }
div.DivClassName
{
background-color: #EC337F;
}
.BgClassName
{
background-color: #EC337F;
}
</style>
border-color css
<style>
span { border-color: #EC337F; }
span { border-color: rgb(236,51,127); }
td.TdClassName
{
border-color: #EC337F;
}
.TagClassName
{
border-color: #EC337F;
}
</style>