Shades of Cerise #EC356C
Tints of Cerise #EC356C
RGB
CMYK
RGB Variations
Color information
#EC356C (or 0xEC356C) is known color: Cerise. HEX triplet: EC, 35 and 6C. RGB value is (236,53,108). Sum of RGB (Red+Green+Blue) = 236+53+108=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC356C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC356C is #13CA93. Grayscale: #717171. Windows color (decimal): -1297044 or 7091692. OLE color: 7091692.
HSL color Cylindrical-coordinate representation of color #EC356C: hue angle of 341.97º 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 #EC356C is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 108 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.07 |
| HSL | 341.97º | 0.83% | 0.57% | - |
| HSV(B) | 341.97º | 0.78% | 0.93% | - |
| XYZ | 38.57 | 21.46 | 16.3 | - |
| YUV | 113.99 | 124.63 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 108 | 0 | 0.78 | 0.54 | 0.07 | 341.97 | 0.83 | 0.57 |
| Hex | EC | 35 | 6C | 0 | 4E | 36 | 7 | 156 | 53 | 39 |
| Octal | 354 | 65 | 154 | 0 | 116 | 66 | 7 | 526 | 123 | 71 |
| Binary | 11101100 | 110101 | 1101100 | 0 | 1001110 | 110110 | 111 | 101010110 | 1010011 | 111001 |
Color Harmonies of #EC356C
Complementary color
Monochromatic Colors of #EC356C
Black with #EC356C
Text Example
Text Example
White with #EC356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC356C; }
p { color: rgb(236,53,108); }
H1.HeaderClassName
{
color: #EC356C;
}
.AnyTagClassName
{
color: #EC356C;
}
</style>
background-color css
<style>
a { background-color: #EC356C; }
a { background-color: rgb(236,53,108); }
div.DivClassName
{
background-color: #EC356C;
}
.BgClassName
{
background-color: #EC356C;
}
</style>
border-color css
<style>
span { border-color: #EC356C; }
span { border-color: rgb(236,53,108); }
td.TdClassName
{
border-color: #EC356C;
}
.TagClassName
{
border-color: #EC356C;
}
</style>