Shades of Cerise #EC3F72
Tints of Cerise #EC3F72
RGB
CMYK
RGB Variations
Color information
#EC3F72 (or 0xEC3F72) is known color: Cerise. HEX triplet: EC, 3F and 72. RGB value is (236,63,114). Sum of RGB (Red+Green+Blue) = 236+63+114=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3F72 is #13C08D. Grayscale: #787878. Windows color (decimal): -1294478 or 7487468. OLE color: 7487468.
HSL color Cylindrical-coordinate representation of color #EC3F72: hue angle of 342.31º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3F72 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 114 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.07 |
| HSL | 342.31º | 0.82% | 0.59% | - |
| HSV(B) | 342.31º | 0.73% | 0.93% | - |
| XYZ | 39.41 | 22.6 | 18.21 | - |
| YUV | 120.54 | 124.31 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 114 | 0 | 0.73 | 0.52 | 0.07 | 342.31 | 0.82 | 0.59 |
| Hex | EC | 3F | 72 | 0 | 49 | 34 | 7 | 156 | 52 | 3B |
| Octal | 354 | 77 | 162 | 0 | 111 | 64 | 7 | 526 | 122 | 73 |
| Binary | 11101100 | 111111 | 1110010 | 0 | 1001001 | 110100 | 111 | 101010110 | 1010010 | 111011 |
Color Harmonies of #EC3F72
Complementary color
Monochromatic Colors of #EC3F72
Black with #EC3F72
Text Example
Text Example
White with #EC3F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F72; }
p { color: rgb(236,63,114); }
H1.HeaderClassName
{
color: #EC3F72;
}
.AnyTagClassName
{
color: #EC3F72;
}
</style>
background-color css
<style>
a { background-color: #EC3F72; }
a { background-color: rgb(236,63,114); }
div.DivClassName
{
background-color: #EC3F72;
}
.BgClassName
{
background-color: #EC3F72;
}
</style>
border-color css
<style>
span { border-color: #EC3F72; }
span { border-color: rgb(236,63,114); }
td.TdClassName
{
border-color: #EC3F72;
}
.TagClassName
{
border-color: #EC3F72;
}
</style>