Shades of Cerise #EC3C64
Tints of Cerise #EC3C64
RGB
CMYK
RGB Variations
Color information
#EC3C64 (or 0xEC3C64) is known color: Cerise. HEX triplet: EC, 3C and 64. RGB value is (236,60,100). Sum of RGB (Red+Green+Blue) = 236+60+100=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3C64 is #13C39B. Grayscale: #757575. Windows color (decimal): -1295260 or 6569196. OLE color: 6569196.
HSL color Cylindrical-coordinate representation of color #EC3C64: hue angle of 346.36º 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 #EC3C64 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 100 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.07 |
| HSL | 346.36º | 0.82% | 0.58% | - |
| HSV(B) | 346.36º | 0.75% | 0.93% | - |
| XYZ | 38.51 | 21.98 | 14.27 | - |
| YUV | 117.18 | 118.31 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 100 | 0 | 0.75 | 0.58 | 0.07 | 346.36 | 0.82 | 0.58 |
| Hex | EC | 3C | 64 | 0 | 4B | 3A | 7 | 15A | 52 | 3A |
| Octal | 354 | 74 | 144 | 0 | 113 | 72 | 7 | 532 | 122 | 72 |
| Binary | 11101100 | 111100 | 1100100 | 0 | 1001011 | 111010 | 111 | 101011010 | 1010010 | 111010 |
Color Harmonies of #EC3C64
Complementary color
Monochromatic Colors of #EC3C64
Black with #EC3C64
Text Example
Text Example
White with #EC3C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C64; }
p { color: rgb(236,60,100); }
H1.HeaderClassName
{
color: #EC3C64;
}
.AnyTagClassName
{
color: #EC3C64;
}
</style>
background-color css
<style>
a { background-color: #EC3C64; }
a { background-color: rgb(236,60,100); }
div.DivClassName
{
background-color: #EC3C64;
}
.BgClassName
{
background-color: #EC3C64;
}
</style>
border-color css
<style>
span { border-color: #EC3C64; }
span { border-color: rgb(236,60,100); }
td.TdClassName
{
border-color: #EC3C64;
}
.TagClassName
{
border-color: #EC3C64;
}
</style>