Shades of Cerise #EC3C66
Tints of Cerise #EC3C66
RGB
CMYK
RGB Variations
Color information
#EC3C66 (or 0xEC3C66) is known color: Cerise. HEX triplet: EC, 3C and 66. RGB value is (236,60,102). Sum of RGB (Red+Green+Blue) = 236+60+102=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3C66 is #13C399. Grayscale: #757575. Windows color (decimal): -1295258 or 6700268. OLE color: 6700268.
HSL color Cylindrical-coordinate representation of color #EC3C66: hue angle of 345.68º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3C66 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 102 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.07 |
| HSL | 345.68º | 0.82% | 0.58% | - |
| HSV(B) | 345.68º | 0.75% | 0.93% | - |
| XYZ | 38.61 | 22.02 | 14.79 | - |
| YUV | 117.41 | 119.31 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 102 | 0 | 0.75 | 0.57 | 0.07 | 345.68 | 0.82 | 0.58 |
| Hex | EC | 3C | 66 | 0 | 4B | 39 | 7 | 15A | 52 | 3A |
| Octal | 354 | 74 | 146 | 0 | 113 | 71 | 7 | 532 | 122 | 72 |
| Binary | 11101100 | 111100 | 1100110 | 0 | 1001011 | 111001 | 111 | 101011010 | 1010010 | 111010 |
Color Harmonies of #EC3C66
Complementary color
Monochromatic Colors of #EC3C66
Black with #EC3C66
Text Example
Text Example
White with #EC3C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C66; }
p { color: rgb(236,60,102); }
H1.HeaderClassName
{
color: #EC3C66;
}
.AnyTagClassName
{
color: #EC3C66;
}
</style>
background-color css
<style>
a { background-color: #EC3C66; }
a { background-color: rgb(236,60,102); }
div.DivClassName
{
background-color: #EC3C66;
}
.BgClassName
{
background-color: #EC3C66;
}
</style>
border-color css
<style>
span { border-color: #EC3C66; }
span { border-color: rgb(236,60,102); }
td.TdClassName
{
border-color: #EC3C66;
}
.TagClassName
{
border-color: #EC3C66;
}
</style>