Shades of Cerise #EC3F71
Tints of Cerise #EC3F71
RGB
CMYK
RGB Variations
Color information
#EC3F71 (or 0xEC3F71) is known color: Cerise. HEX triplet: EC, 3F and 71. RGB value is (236,63,113). Sum of RGB (Red+Green+Blue) = 236+63+113=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3F71 is #13C08E. Grayscale: #787878. Windows color (decimal): -1294479 or 7421932. OLE color: 7421932.
HSL color Cylindrical-coordinate representation of color #EC3F71: hue angle of 342.66º 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 #EC3F71 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 113 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.07 |
| HSL | 342.66º | 0.82% | 0.59% | - |
| HSV(B) | 342.66º | 0.73% | 0.93% | - |
| XYZ | 39.35 | 22.58 | 17.91 | - |
| YUV | 120.43 | 123.81 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 113 | 0 | 0.73 | 0.52 | 0.07 | 342.66 | 0.82 | 0.59 |
| Hex | EC | 3F | 71 | 0 | 49 | 34 | 7 | 157 | 52 | 3B |
| Octal | 354 | 77 | 161 | 0 | 111 | 64 | 7 | 527 | 122 | 73 |
| Binary | 11101100 | 111111 | 1110001 | 0 | 1001001 | 110100 | 111 | 101010111 | 1010010 | 111011 |
Color Harmonies of #EC3F71
Complementary color
Monochromatic Colors of #EC3F71
Black with #EC3F71
Text Example
Text Example
White with #EC3F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F71; }
p { color: rgb(236,63,113); }
H1.HeaderClassName
{
color: #EC3F71;
}
.AnyTagClassName
{
color: #EC3F71;
}
</style>
background-color css
<style>
a { background-color: #EC3F71; }
a { background-color: rgb(236,63,113); }
div.DivClassName
{
background-color: #EC3F71;
}
.BgClassName
{
background-color: #EC3F71;
}
</style>
border-color css
<style>
span { border-color: #EC3F71; }
span { border-color: rgb(236,63,113); }
td.TdClassName
{
border-color: #EC3F71;
}
.TagClassName
{
border-color: #EC3F71;
}
</style>