Shades of Cerise #EC385D
Tints of Cerise #EC385D
RGB
CMYK
RGB Variations
Color information
#EC385D (or 0xEC385D) is known color: Cerise. HEX triplet: EC, 38 and 5D. RGB value is (236,56,93). Sum of RGB (Red+Green+Blue) = 236+56+93=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC385D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC385D is #13C7A2. Grayscale: #727272. Windows color (decimal): -1296291 or 6109420. OLE color: 6109420.
HSL color Cylindrical-coordinate representation of color #EC385D: hue angle of 347.67º 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 #EC385D is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 93 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.07 |
| HSL | 347.67º | 0.83% | 0.57% | - |
| HSV(B) | 347.67º | 0.76% | 0.93% | - |
| XYZ | 37.98 | 21.45 | 12.49 | - |
| YUV | 114.04 | 116.13 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 93 | 0 | 0.76 | 0.61 | 0.07 | 347.67 | 0.83 | 0.57 |
| Hex | EC | 38 | 5D | 0 | 4C | 3D | 7 | 15C | 53 | 39 |
| Octal | 354 | 70 | 135 | 0 | 114 | 75 | 7 | 534 | 123 | 71 |
| Binary | 11101100 | 111000 | 1011101 | 0 | 1001100 | 111101 | 111 | 101011100 | 1010011 | 111001 |
Color Harmonies of #EC385D
Complementary color
Monochromatic Colors of #EC385D
Black with #EC385D
Text Example
Text Example
White with #EC385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC385D; }
p { color: rgb(236,56,93); }
H1.HeaderClassName
{
color: #EC385D;
}
.AnyTagClassName
{
color: #EC385D;
}
</style>
background-color css
<style>
a { background-color: #EC385D; }
a { background-color: rgb(236,56,93); }
div.DivClassName
{
background-color: #EC385D;
}
.BgClassName
{
background-color: #EC385D;
}
</style>
border-color css
<style>
span { border-color: #EC385D; }
span { border-color: rgb(236,56,93); }
td.TdClassName
{
border-color: #EC385D;
}
.TagClassName
{
border-color: #EC385D;
}
</style>