Shades of Cerise #EC3C6A
Tints of Cerise #EC3C6A
RGB
CMYK
RGB Variations
Color information
#EC3C6A (or 0xEC3C6A) is known color: Cerise. HEX triplet: EC, 3C and 6A. RGB value is (236,60,106). Sum of RGB (Red+Green+Blue) = 236+60+106=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3C6A is #13C395. Grayscale: #757575. Windows color (decimal): -1295254 or 6962412. OLE color: 6962412.
HSL color Cylindrical-coordinate representation of color #EC3C6A: hue angle of 344.32º 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 #EC3C6A is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 106 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.07 |
| HSL | 344.32º | 0.82% | 0.58% | - |
| HSV(B) | 344.32º | 0.75% | 0.93% | - |
| XYZ | 38.81 | 22.11 | 15.86 | - |
| YUV | 117.87 | 121.31 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 106 | 0 | 0.75 | 0.55 | 0.07 | 344.32 | 0.82 | 0.58 |
| Hex | EC | 3C | 6A | 0 | 4B | 37 | 7 | 158 | 52 | 3A |
| Octal | 354 | 74 | 152 | 0 | 113 | 67 | 7 | 530 | 122 | 72 |
| Binary | 11101100 | 111100 | 1101010 | 0 | 1001011 | 110111 | 111 | 101011000 | 1010010 | 111010 |
Color Harmonies of #EC3C6A
Complementary color
Monochromatic Colors of #EC3C6A
Black with #EC3C6A
Text Example
Text Example
White with #EC3C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3C6A; }
p { color: rgb(236,60,106); }
H1.HeaderClassName
{
color: #EC3C6A;
}
.AnyTagClassName
{
color: #EC3C6A;
}
</style>
background-color css
<style>
a { background-color: #EC3C6A; }
a { background-color: rgb(236,60,106); }
div.DivClassName
{
background-color: #EC3C6A;
}
.BgClassName
{
background-color: #EC3C6A;
}
</style>
border-color css
<style>
span { border-color: #EC3C6A; }
span { border-color: rgb(236,60,106); }
td.TdClassName
{
border-color: #EC3C6A;
}
.TagClassName
{
border-color: #EC3C6A;
}
</style>