Shades of Cerise #EC325E
Tints of Cerise #EC325E
RGB
CMYK
RGB Variations
Color information
#EC325E (or 0xEC325E) is known color: Cerise. HEX triplet: EC, 32 and 5E. RGB value is (236,50,94). Sum of RGB (Red+Green+Blue) = 236+50+94=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC325E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC325E is #13CDA1. Grayscale: #6E6E6E. Windows color (decimal): -1297826 or 6173420. OLE color: 6173420.
HSL color Cylindrical-coordinate representation of color #EC325E: hue angle of 345.81º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC325E is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 94 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.07 |
| HSL | 345.81º | 0.83% | 0.56% | - |
| HSV(B) | 345.81º | 0.79% | 0.93% | - |
| XYZ | 37.75 | 20.92 | 12.64 | - |
| YUV | 110.63 | 118.62 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 94 | 0 | 0.79 | 0.60 | 0.07 | 345.81 | 0.83 | 0.56 |
| Hex | EC | 32 | 5E | 0 | 4F | 3C | 7 | 15A | 53 | 38 |
| Octal | 354 | 62 | 136 | 0 | 117 | 74 | 7 | 532 | 123 | 70 |
| Binary | 11101100 | 110010 | 1011110 | 0 | 1001111 | 111100 | 111 | 101011010 | 1010011 | 111000 |
Color Harmonies of #EC325E
Complementary color
Monochromatic Colors of #EC325E
Black with #EC325E
Text Example
Text Example
White with #EC325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC325E; }
p { color: rgb(236,50,94); }
H1.HeaderClassName
{
color: #EC325E;
}
.AnyTagClassName
{
color: #EC325E;
}
</style>
background-color css
<style>
a { background-color: #EC325E; }
a { background-color: rgb(236,50,94); }
div.DivClassName
{
background-color: #EC325E;
}
.BgClassName
{
background-color: #EC325E;
}
</style>
border-color css
<style>
span { border-color: #EC325E; }
span { border-color: rgb(236,50,94); }
td.TdClassName
{
border-color: #EC325E;
}
.TagClassName
{
border-color: #EC325E;
}
</style>