Shades of Cerise #EC396C
Tints of Cerise #EC396C
RGB
CMYK
RGB Variations
Color information
#EC396C (or 0xEC396C) is known color: Cerise. HEX triplet: EC, 39 and 6C. RGB value is (236,57,108). Sum of RGB (Red+Green+Blue) = 236+57+108=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC396C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC396C is #13C693. Grayscale: #747474. Windows color (decimal): -1296020 or 7092716. OLE color: 7092716.
HSL color Cylindrical-coordinate representation of color #EC396C: hue angle of 342.91º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC396C is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 108 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.07 |
| HSL | 342.91º | 0.82% | 0.57% | - |
| HSV(B) | 342.91º | 0.76% | 0.93% | - |
| XYZ | 38.76 | 21.84 | 16.36 | - |
| YUV | 116.34 | 123.3 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 108 | 0 | 0.76 | 0.54 | 0.07 | 342.91 | 0.82 | 0.57 |
| Hex | EC | 39 | 6C | 0 | 4C | 36 | 7 | 157 | 52 | 39 |
| Octal | 354 | 71 | 154 | 0 | 114 | 66 | 7 | 527 | 122 | 71 |
| Binary | 11101100 | 111001 | 1101100 | 0 | 1001100 | 110110 | 111 | 101010111 | 1010010 | 111001 |
Color Harmonies of #EC396C
Complementary color
Monochromatic Colors of #EC396C
Black with #EC396C
Text Example
Text Example
White with #EC396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC396C; }
p { color: rgb(236,57,108); }
H1.HeaderClassName
{
color: #EC396C;
}
.AnyTagClassName
{
color: #EC396C;
}
</style>
background-color css
<style>
a { background-color: #EC396C; }
a { background-color: rgb(236,57,108); }
div.DivClassName
{
background-color: #EC396C;
}
.BgClassName
{
background-color: #EC396C;
}
</style>
border-color css
<style>
span { border-color: #EC396C; }
span { border-color: rgb(236,57,108); }
td.TdClassName
{
border-color: #EC396C;
}
.TagClassName
{
border-color: #EC396C;
}
</style>