Shades of Cerise #EC2472
Tints of Cerise #EC2472
RGB
CMYK
RGB Variations
Color information
#EC2472 (or 0xEC2472) is known color: Cerise. HEX triplet: EC, 24 and 72. RGB value is (236,36,114). Sum of RGB (Red+Green+Blue) = 236+36+114=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2472 is #13DB8D. Grayscale: #686868. Windows color (decimal): -1301390 or 7480556. OLE color: 7480556.
HSL color Cylindrical-coordinate representation of color #EC2472: hue angle of 336.6º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2472 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 114 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.07 |
| HSL | 336.6º | 0.84% | 0.53% | - |
| HSV(B) | 336.6º | 0.85% | 0.93% | - |
| XYZ | 38.26 | 20.31 | 17.82 | - |
| YUV | 104.69 | 133.26 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 114 | 0 | 0.85 | 0.52 | 0.07 | 336.6 | 0.84 | 0.53 |
| Hex | EC | 24 | 72 | 0 | 55 | 34 | 7 | 151 | 54 | 35 |
| Octal | 354 | 44 | 162 | 0 | 125 | 64 | 7 | 521 | 124 | 65 |
| Binary | 11101100 | 100100 | 1110010 | 0 | 1010101 | 110100 | 111 | 101010001 | 1010100 | 110101 |
Color Harmonies of #EC2472
Complementary color
Monochromatic Colors of #EC2472
Black with #EC2472
Text Example
Text Example
White with #EC2472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2472; }
p { color: rgb(236,36,114); }
H1.HeaderClassName
{
color: #EC2472;
}
.AnyTagClassName
{
color: #EC2472;
}
</style>
background-color css
<style>
a { background-color: #EC2472; }
a { background-color: rgb(236,36,114); }
div.DivClassName
{
background-color: #EC2472;
}
.BgClassName
{
background-color: #EC2472;
}
</style>
border-color css
<style>
span { border-color: #EC2472; }
span { border-color: rgb(236,36,114); }
td.TdClassName
{
border-color: #EC2472;
}
.TagClassName
{
border-color: #EC2472;
}
</style>