Shades of Cerise #EC2B72
Tints of Cerise #EC2B72
RGB
CMYK
RGB Variations
Color information
#EC2B72 (or 0xEC2B72) is known color: Cerise. HEX triplet: EC, 2B and 72. RGB value is (236,43,114). Sum of RGB (Red+Green+Blue) = 236+43+114=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B72 is #13D48D. Grayscale: #6C6C6C. Windows color (decimal): -1299598 or 7482348. OLE color: 7482348.
HSL color Cylindrical-coordinate representation of color #EC2B72: hue angle of 337.93º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2B72 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 114 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.07 |
| HSL | 337.93º | 0.84% | 0.55% | - |
| HSV(B) | 337.93º | 0.82% | 0.93% | - |
| XYZ | 38.49 | 20.78 | 17.9 | - |
| YUV | 108.8 | 130.94 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 114 | 0 | 0.82 | 0.52 | 0.07 | 337.93 | 0.84 | 0.55 |
| Hex | EC | 2B | 72 | 0 | 52 | 34 | 7 | 152 | 54 | 37 |
| Octal | 354 | 53 | 162 | 0 | 122 | 64 | 7 | 522 | 124 | 67 |
| Binary | 11101100 | 101011 | 1110010 | 0 | 1010010 | 110100 | 111 | 101010010 | 1010100 | 110111 |
Color Harmonies of #EC2B72
Complementary color
Monochromatic Colors of #EC2B72
Black with #EC2B72
Text Example
Text Example
White with #EC2B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B72; }
p { color: rgb(236,43,114); }
H1.HeaderClassName
{
color: #EC2B72;
}
.AnyTagClassName
{
color: #EC2B72;
}
</style>
background-color css
<style>
a { background-color: #EC2B72; }
a { background-color: rgb(236,43,114); }
div.DivClassName
{
background-color: #EC2B72;
}
.BgClassName
{
background-color: #EC2B72;
}
</style>
border-color css
<style>
span { border-color: #EC2B72; }
span { border-color: rgb(236,43,114); }
td.TdClassName
{
border-color: #EC2B72;
}
.TagClassName
{
border-color: #EC2B72;
}
</style>