Shades of Cerise #EC395C
Tints of Cerise #EC395C
RGB
CMYK
RGB Variations
Color information
#EC395C (or 0xEC395C) is known color: Cerise. HEX triplet: EC, 39 and 5C. RGB value is (236,57,92). Sum of RGB (Red+Green+Blue) = 236+57+92=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC395C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC395C is #13C6A3. Grayscale: #727272. Windows color (decimal): -1296036 or 6044140. OLE color: 6044140.
HSL color Cylindrical-coordinate representation of color #EC395C: hue angle of 348.27º 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 #EC395C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 57 | 92 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.07 |
| HSL | 348.27º | 0.82% | 0.57% | - |
| HSV(B) | 348.27º | 0.76% | 0.93% | - |
| XYZ | 37.99 | 21.53 | 12.28 | - |
| YUV | 114.51 | 115.3 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 57 | 92 | 0 | 0.76 | 0.61 | 0.07 | 348.27 | 0.82 | 0.57 |
| Hex | EC | 39 | 5C | 0 | 4C | 3D | 7 | 15C | 52 | 39 |
| Octal | 354 | 71 | 134 | 0 | 114 | 75 | 7 | 534 | 122 | 71 |
| Binary | 11101100 | 111001 | 1011100 | 0 | 1001100 | 111101 | 111 | 101011100 | 1010010 | 111001 |
Color Harmonies of #EC395C
Complementary color
Monochromatic Colors of #EC395C
Black with #EC395C
Text Example
Text Example
White with #EC395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC395C; }
p { color: rgb(236,57,92); }
H1.HeaderClassName
{
color: #EC395C;
}
.AnyTagClassName
{
color: #EC395C;
}
</style>
background-color css
<style>
a { background-color: #EC395C; }
a { background-color: rgb(236,57,92); }
div.DivClassName
{
background-color: #EC395C;
}
.BgClassName
{
background-color: #EC395C;
}
</style>
border-color css
<style>
span { border-color: #EC395C; }
span { border-color: rgb(236,57,92); }
td.TdClassName
{
border-color: #EC395C;
}
.TagClassName
{
border-color: #EC395C;
}
</style>