Shades of Cerise #EC3970
Tints of Cerise #EC3970
RGB
CMYK
RGB Variations
Color information
#EC3970 (or 0xEC3970) is known color: Cerise. HEX triplet: EC, 39 and 70. RGB value is (236,57,112). Sum of RGB (Red+Green+Blue) = 236+57+112=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3970 is #13C68F. Grayscale: #747474. Windows color (decimal): -1296016 or 7354860. OLE color: 7354860.
HSL color Cylindrical-coordinate representation of color #EC3970: hue angle of 341.56º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3970 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 112 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.07 |
| HSL | 341.56º | 0.82% | 0.57% | - |
| HSV(B) | 341.56º | 0.76% | 0.93% | - |
| XYZ | 38.98 | 21.93 | 17.51 | - |
| YUV | 116.79 | 125.3 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 112 | 0 | 0.76 | 0.53 | 0.07 | 341.56 | 0.82 | 0.57 |
| Hex | EC | 39 | 70 | 0 | 4C | 35 | 7 | 156 | 52 | 39 |
| Octal | 354 | 71 | 160 | 0 | 114 | 65 | 7 | 526 | 122 | 71 |
| Binary | 11101100 | 111001 | 1110000 | 0 | 1001100 | 110101 | 111 | 101010110 | 1010010 | 111001 |
Color Harmonies of #EC3970
Complementary color
Monochromatic Colors of #EC3970
Black with #EC3970
Text Example
Text Example
White with #EC3970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3970; }
p { color: rgb(236,57,112); }
H1.HeaderClassName
{
color: #EC3970;
}
.AnyTagClassName
{
color: #EC3970;
}
</style>
background-color css
<style>
a { background-color: #EC3970; }
a { background-color: rgb(236,57,112); }
div.DivClassName
{
background-color: #EC3970;
}
.BgClassName
{
background-color: #EC3970;
}
</style>
border-color css
<style>
span { border-color: #EC3970; }
span { border-color: rgb(236,57,112); }
td.TdClassName
{
border-color: #EC3970;
}
.TagClassName
{
border-color: #EC3970;
}
</style>