Shades of Cerise #EC3172
Tints of Cerise #EC3172
RGB
CMYK
RGB Variations
Color information
#EC3172 (or 0xEC3172) is known color: Cerise. HEX triplet: EC, 31 and 72. RGB value is (236,49,114). Sum of RGB (Red+Green+Blue) = 236+49+114=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3172 is #13CE8D. Grayscale: #707070. Windows color (decimal): -1298062 or 7483884. OLE color: 7483884.
HSL color Cylindrical-coordinate representation of color #EC3172: hue angle of 339.14º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3172 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 114 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.07 |
| HSL | 339.14º | 0.83% | 0.56% | - |
| HSV(B) | 339.14º | 0.79% | 0.93% | - |
| XYZ | 38.73 | 21.24 | 17.98 | - |
| YUV | 112.32 | 128.95 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 114 | 0 | 0.79 | 0.52 | 0.07 | 339.14 | 0.83 | 0.56 |
| Hex | EC | 31 | 72 | 0 | 4F | 34 | 7 | 153 | 53 | 38 |
| Octal | 354 | 61 | 162 | 0 | 117 | 64 | 7 | 523 | 123 | 70 |
| Binary | 11101100 | 110001 | 1110010 | 0 | 1001111 | 110100 | 111 | 101010011 | 1010011 | 111000 |
Color Harmonies of #EC3172
Complementary color
Monochromatic Colors of #EC3172
Black with #EC3172
Text Example
Text Example
White with #EC3172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3172; }
p { color: rgb(236,49,114); }
H1.HeaderClassName
{
color: #EC3172;
}
.AnyTagClassName
{
color: #EC3172;
}
</style>
background-color css
<style>
a { background-color: #EC3172; }
a { background-color: rgb(236,49,114); }
div.DivClassName
{
background-color: #EC3172;
}
.BgClassName
{
background-color: #EC3172;
}
</style>
border-color css
<style>
span { border-color: #EC3172; }
span { border-color: rgb(236,49,114); }
td.TdClassName
{
border-color: #EC3172;
}
.TagClassName
{
border-color: #EC3172;
}
</style>