Shades of Cerise #EC3870
Tints of Cerise #EC3870
RGB
CMYK
RGB Variations
Color information
#EC3870 (or 0xEC3870) is known color: Cerise. HEX triplet: EC, 38 and 70. RGB value is (236,56,112). Sum of RGB (Red+Green+Blue) = 236+56+112=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3870 is #13C78F. Grayscale: #747474. Windows color (decimal): -1296272 or 7354604. OLE color: 7354604.
HSL color Cylindrical-coordinate representation of color #EC3870: hue angle of 341.33º degrees, saturation: 0.83, 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 #EC3870 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 112 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.07 |
| HSL | 341.33º | 0.83% | 0.57% | - |
| HSV(B) | 341.33º | 0.76% | 0.93% | - |
| XYZ | 38.93 | 21.83 | 17.49 | - |
| YUV | 116.2 | 125.63 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 112 | 0 | 0.76 | 0.53 | 0.07 | 341.33 | 0.83 | 0.57 |
| Hex | EC | 38 | 70 | 0 | 4C | 35 | 7 | 155 | 53 | 39 |
| Octal | 354 | 70 | 160 | 0 | 114 | 65 | 7 | 525 | 123 | 71 |
| Binary | 11101100 | 111000 | 1110000 | 0 | 1001100 | 110101 | 111 | 101010101 | 1010011 | 111001 |
Color Harmonies of #EC3870
Complementary color
Monochromatic Colors of #EC3870
Black with #EC3870
Text Example
Text Example
White with #EC3870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3870; }
p { color: rgb(236,56,112); }
H1.HeaderClassName
{
color: #EC3870;
}
.AnyTagClassName
{
color: #EC3870;
}
</style>
background-color css
<style>
a { background-color: #EC3870; }
a { background-color: rgb(236,56,112); }
div.DivClassName
{
background-color: #EC3870;
}
.BgClassName
{
background-color: #EC3870;
}
</style>
border-color css
<style>
span { border-color: #EC3870; }
span { border-color: rgb(236,56,112); }
td.TdClassName
{
border-color: #EC3870;
}
.TagClassName
{
border-color: #EC3870;
}
</style>