Shades of Cerise #EC3E71
Tints of Cerise #EC3E71
RGB
CMYK
RGB Variations
Color information
#EC3E71 (or 0xEC3E71) is known color: Cerise. HEX triplet: EC, 3E and 71. RGB value is (236,62,113). Sum of RGB (Red+Green+Blue) = 236+62+113=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3E71 is #13C18E. Grayscale: #777777. Windows color (decimal): -1294735 or 7421676. OLE color: 7421676.
HSL color Cylindrical-coordinate representation of color #EC3E71: hue angle of 342.41º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3E71 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 113 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.07 |
| HSL | 342.41º | 0.82% | 0.58% | - |
| HSV(B) | 342.41º | 0.74% | 0.93% | - |
| XYZ | 39.3 | 22.47 | 17.89 | - |
| YUV | 119.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 113 | 0 | 0.74 | 0.52 | 0.07 | 342.41 | 0.82 | 0.58 |
| Hex | EC | 3E | 71 | 0 | 4A | 34 | 7 | 156 | 52 | 3A |
| Octal | 354 | 76 | 161 | 0 | 112 | 64 | 7 | 526 | 122 | 72 |
| Binary | 11101100 | 111110 | 1110001 | 0 | 1001010 | 110100 | 111 | 101010110 | 1010010 | 111010 |
Color Harmonies of #EC3E71
Complementary color
Monochromatic Colors of #EC3E71
Black with #EC3E71
Text Example
Text Example
White with #EC3E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3E71; }
p { color: rgb(236,62,113); }
H1.HeaderClassName
{
color: #EC3E71;
}
.AnyTagClassName
{
color: #EC3E71;
}
</style>
background-color css
<style>
a { background-color: #EC3E71; }
a { background-color: rgb(236,62,113); }
div.DivClassName
{
background-color: #EC3E71;
}
.BgClassName
{
background-color: #EC3E71;
}
</style>
border-color css
<style>
span { border-color: #EC3E71; }
span { border-color: rgb(236,62,113); }
td.TdClassName
{
border-color: #EC3E71;
}
.TagClassName
{
border-color: #EC3E71;
}
</style>