Shades of Cerise #EC2F76
Tints of Cerise #EC2F76
RGB
CMYK
RGB Variations
Color information
#EC2F76 (or 0xEC2F76) is known color: Cerise. HEX triplet: EC, 2F and 76. RGB value is (236,47,118). Sum of RGB (Red+Green+Blue) = 236+47+118=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2F76 is #13D089. Grayscale: #6F6F6F. Windows color (decimal): -1298570 or 7745516. OLE color: 7745516.
HSL color Cylindrical-coordinate representation of color #EC2F76: hue angle of 337.46º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2F76 is Cyan = 0, Magento = 0.80, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 118 | - |
| CMYK | 0 | 0.80 | 0.5 | 0.07 |
| HSL | 337.46º | 0.83% | 0.55% | - |
| HSV(B) | 337.46º | 0.8% | 0.93% | - |
| XYZ | 38.88 | 21.17 | 19.18 | - |
| YUV | 111.61 | 131.62 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 118 | 0 | 0.80 | 0.5 | 0.07 | 337.46 | 0.83 | 0.55 |
| Hex | EC | 2F | 76 | 0 | 50 | 32 | 7 | 151 | 53 | 37 |
| Octal | 354 | 57 | 166 | 0 | 120 | 62 | 7 | 521 | 123 | 67 |
| Binary | 11101100 | 101111 | 1110110 | 0 | 1010000 | 110010 | 111 | 101010001 | 1010011 | 110111 |
Color Harmonies of #EC2F76
Complementary color
Monochromatic Colors of #EC2F76
Black with #EC2F76
Text Example
Text Example
White with #EC2F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2F76; }
p { color: rgb(236,47,118); }
H1.HeaderClassName
{
color: #EC2F76;
}
.AnyTagClassName
{
color: #EC2F76;
}
</style>
background-color css
<style>
a { background-color: #EC2F76; }
a { background-color: rgb(236,47,118); }
div.DivClassName
{
background-color: #EC2F76;
}
.BgClassName
{
background-color: #EC2F76;
}
</style>
border-color css
<style>
span { border-color: #EC2F76; }
span { border-color: rgb(236,47,118); }
td.TdClassName
{
border-color: #EC2F76;
}
.TagClassName
{
border-color: #EC2F76;
}
</style>