Shades of Cerise #EC345D
Tints of Cerise #EC345D
RGB
CMYK
RGB Variations
Color information
#EC345D (or 0xEC345D) is known color: Cerise. HEX triplet: EC, 34 and 5D. RGB value is (236,52,93). Sum of RGB (Red+Green+Blue) = 236+52+93=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC345D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC345D is #13CBA2. Grayscale: #6F6F6F. Windows color (decimal): -1297315 or 6108396. OLE color: 6108396.
HSL color Cylindrical-coordinate representation of color #EC345D: hue angle of 346.63º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC345D is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 93 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.07 |
| HSL | 346.63º | 0.83% | 0.56% | - |
| HSV(B) | 346.63º | 0.78% | 0.93% | - |
| XYZ | 37.8 | 21.08 | 12.43 | - |
| YUV | 111.69 | 117.46 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 93 | 0 | 0.78 | 0.61 | 0.07 | 346.63 | 0.83 | 0.56 |
| Hex | EC | 34 | 5D | 0 | 4E | 3D | 7 | 15B | 53 | 38 |
| Octal | 354 | 64 | 135 | 0 | 116 | 75 | 7 | 533 | 123 | 70 |
| Binary | 11101100 | 110100 | 1011101 | 0 | 1001110 | 111101 | 111 | 101011011 | 1010011 | 111000 |
Color Harmonies of #EC345D
Complementary color
Monochromatic Colors of #EC345D
Black with #EC345D
Text Example
Text Example
White with #EC345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC345D; }
p { color: rgb(236,52,93); }
H1.HeaderClassName
{
color: #EC345D;
}
.AnyTagClassName
{
color: #EC345D;
}
</style>
background-color css
<style>
a { background-color: #EC345D; }
a { background-color: rgb(236,52,93); }
div.DivClassName
{
background-color: #EC345D;
}
.BgClassName
{
background-color: #EC345D;
}
</style>
border-color css
<style>
span { border-color: #EC345D; }
span { border-color: rgb(236,52,93); }
td.TdClassName
{
border-color: #EC345D;
}
.TagClassName
{
border-color: #EC345D;
}
</style>