Shades of Cerise #EC386D
Tints of Cerise #EC386D
RGB
CMYK
RGB Variations
Color information
#EC386D (or 0xEC386D) is known color: Cerise. HEX triplet: EC, 38 and 6D. RGB value is (236,56,109). Sum of RGB (Red+Green+Blue) = 236+56+109=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC386D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC386D is #13C792. Grayscale: #737373. Windows color (decimal): -1296275 or 7157996. OLE color: 7157996.
HSL color Cylindrical-coordinate representation of color #EC386D: hue angle of 342.33º degrees, saturation: 0.83, 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 #EC386D is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 109 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.07 |
| HSL | 342.33º | 0.83% | 0.57% | - |
| HSV(B) | 342.33º | 0.76% | 0.93% | - |
| XYZ | 38.77 | 21.77 | 16.63 | - |
| YUV | 115.86 | 124.13 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 109 | 0 | 0.76 | 0.54 | 0.07 | 342.33 | 0.83 | 0.57 |
| Hex | EC | 38 | 6D | 0 | 4C | 36 | 7 | 156 | 53 | 39 |
| Octal | 354 | 70 | 155 | 0 | 114 | 66 | 7 | 526 | 123 | 71 |
| Binary | 11101100 | 111000 | 1101101 | 0 | 1001100 | 110110 | 111 | 101010110 | 1010011 | 111001 |
Color Harmonies of #EC386D
Complementary color
Monochromatic Colors of #EC386D
Black with #EC386D
Text Example
Text Example
White with #EC386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC386D; }
p { color: rgb(236,56,109); }
H1.HeaderClassName
{
color: #EC386D;
}
.AnyTagClassName
{
color: #EC386D;
}
</style>
background-color css
<style>
a { background-color: #EC386D; }
a { background-color: rgb(236,56,109); }
div.DivClassName
{
background-color: #EC386D;
}
.BgClassName
{
background-color: #EC386D;
}
</style>
border-color css
<style>
span { border-color: #EC386D; }
span { border-color: rgb(236,56,109); }
td.TdClassName
{
border-color: #EC386D;
}
.TagClassName
{
border-color: #EC386D;
}
</style>