Shades of Cerise #EC345E
Tints of Cerise #EC345E
RGB
CMYK
RGB Variations
Color information
#EC345E (or 0xEC345E) is known color: Cerise. HEX triplet: EC, 34 and 5E. RGB value is (236,52,94). Sum of RGB (Red+Green+Blue) = 236+52+94=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC345E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC345E is #13CBA1. Grayscale: #6F6F6F. Windows color (decimal): -1297314 or 6173932. OLE color: 6173932.
HSL color Cylindrical-coordinate representation of color #EC345E: hue angle of 346.3º 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 #EC345E is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 94 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.07 |
| HSL | 346.3º | 0.83% | 0.56% | - |
| HSV(B) | 346.3º | 0.78% | 0.93% | - |
| XYZ | 37.84 | 21.1 | 12.67 | - |
| YUV | 111.8 | 117.96 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 94 | 0 | 0.78 | 0.60 | 0.07 | 346.3 | 0.83 | 0.56 |
| Hex | EC | 34 | 5E | 0 | 4E | 3C | 7 | 15A | 53 | 38 |
| Octal | 354 | 64 | 136 | 0 | 116 | 74 | 7 | 532 | 123 | 70 |
| Binary | 11101100 | 110100 | 1011110 | 0 | 1001110 | 111100 | 111 | 101011010 | 1010011 | 111000 |
Color Harmonies of #EC345E
Complementary color
Monochromatic Colors of #EC345E
Black with #EC345E
Text Example
Text Example
White with #EC345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC345E; }
p { color: rgb(236,52,94); }
H1.HeaderClassName
{
color: #EC345E;
}
.AnyTagClassName
{
color: #EC345E;
}
</style>
background-color css
<style>
a { background-color: #EC345E; }
a { background-color: rgb(236,52,94); }
div.DivClassName
{
background-color: #EC345E;
}
.BgClassName
{
background-color: #EC345E;
}
</style>
border-color css
<style>
span { border-color: #EC345E; }
span { border-color: rgb(236,52,94); }
td.TdClassName
{
border-color: #EC345E;
}
.TagClassName
{
border-color: #EC345E;
}
</style>