Shades of Cerise #EC3770
Tints of Cerise #EC3770
RGB
CMYK
RGB Variations
Color information
#EC3770 (or 0xEC3770) is known color: Cerise. HEX triplet: EC, 37 and 70. RGB value is (236,55,112). Sum of RGB (Red+Green+Blue) = 236+55+112=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3770 is #13C88F. Grayscale: #737373. Windows color (decimal): -1296528 or 7354348. OLE color: 7354348.
HSL color Cylindrical-coordinate representation of color #EC3770: hue angle of 341.1º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3770 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 112 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.07 |
| HSL | 341.11º | 0.83% | 0.57% | - |
| HSV(B) | 341.11º | 0.77% | 0.93% | - |
| XYZ | 38.88 | 21.74 | 17.48 | - |
| YUV | 115.62 | 125.97 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 112 | 0 | 0.77 | 0.53 | 0.07 | 341.11 | 0.83 | 0.57 |
| Hex | EC | 37 | 70 | 0 | 4D | 35 | 7 | 155 | 53 | 39 |
| Octal | 354 | 67 | 160 | 0 | 115 | 65 | 7 | 525 | 123 | 71 |
| Binary | 11101100 | 110111 | 1110000 | 0 | 1001101 | 110101 | 111 | 101010101 | 1010011 | 111001 |
Color Harmonies of #EC3770
Complementary color
Monochromatic Colors of #EC3770
Black with #EC3770
Text Example
Text Example
White with #EC3770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3770; }
p { color: rgb(236,55,112); }
H1.HeaderClassName
{
color: #EC3770;
}
.AnyTagClassName
{
color: #EC3770;
}
</style>
background-color css
<style>
a { background-color: #EC3770; }
a { background-color: rgb(236,55,112); }
div.DivClassName
{
background-color: #EC3770;
}
.BgClassName
{
background-color: #EC3770;
}
</style>
border-color css
<style>
span { border-color: #EC3770; }
span { border-color: rgb(236,55,112); }
td.TdClassName
{
border-color: #EC3770;
}
.TagClassName
{
border-color: #EC3770;
}
</style>