Shades of Cerise #EC2571
Tints of Cerise #EC2571
RGB
CMYK
RGB Variations
Color information
#EC2571 (or 0xEC2571) is known color: Cerise. HEX triplet: EC, 25 and 71. RGB value is (236,37,113). Sum of RGB (Red+Green+Blue) = 236+37+113=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2571 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2571 is #13DA8E. Grayscale: #696969. Windows color (decimal): -1301135 or 7415276. OLE color: 7415276.
HSL color Cylindrical-coordinate representation of color #EC2571: hue angle of 337.09º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2571 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 113 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.07 |
| HSL | 337.09º | 0.84% | 0.54% | - |
| HSV(B) | 337.09º | 0.84% | 0.93% | - |
| XYZ | 38.23 | 20.35 | 17.54 | - |
| YUV | 105.17 | 132.43 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 113 | 0 | 0.84 | 0.52 | 0.07 | 337.09 | 0.84 | 0.54 |
| Hex | EC | 25 | 71 | 0 | 54 | 34 | 7 | 151 | 54 | 36 |
| Octal | 354 | 45 | 161 | 0 | 124 | 64 | 7 | 521 | 124 | 66 |
| Binary | 11101100 | 100101 | 1110001 | 0 | 1010100 | 110100 | 111 | 101010001 | 1010100 | 110110 |
Color Harmonies of #EC2571
Complementary color
Monochromatic Colors of #EC2571
Black with #EC2571
Text Example
Text Example
White with #EC2571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2571; }
p { color: rgb(236,37,113); }
H1.HeaderClassName
{
color: #EC2571;
}
.AnyTagClassName
{
color: #EC2571;
}
</style>
background-color css
<style>
a { background-color: #EC2571; }
a { background-color: rgb(236,37,113); }
div.DivClassName
{
background-color: #EC2571;
}
.BgClassName
{
background-color: #EC2571;
}
</style>
border-color css
<style>
span { border-color: #EC2571; }
span { border-color: rgb(236,37,113); }
td.TdClassName
{
border-color: #EC2571;
}
.TagClassName
{
border-color: #EC2571;
}
</style>