Shades of Cerise #EC325F
Tints of Cerise #EC325F
RGB
CMYK
RGB Variations
Color information
#EC325F (or 0xEC325F) is known color: Cerise. HEX triplet: EC, 32 and 5F. RGB value is (236,50,95). Sum of RGB (Red+Green+Blue) = 236+50+95=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC325F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC325F is #13CDA0. Grayscale: #6E6E6E. Windows color (decimal): -1297825 or 6238956. OLE color: 6238956.
HSL color Cylindrical-coordinate representation of color #EC325F: hue angle of 345.48º 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 #EC325F is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 95 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.07 |
| HSL | 345.48º | 0.83% | 0.56% | - |
| HSV(B) | 345.48º | 0.79% | 0.93% | - |
| XYZ | 37.8 | 20.94 | 12.88 | - |
| YUV | 110.74 | 119.12 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 95 | 0 | 0.79 | 0.60 | 0.07 | 345.48 | 0.83 | 0.56 |
| Hex | EC | 32 | 5F | 0 | 4F | 3C | 7 | 159 | 53 | 38 |
| Octal | 354 | 62 | 137 | 0 | 117 | 74 | 7 | 531 | 123 | 70 |
| Binary | 11101100 | 110010 | 1011111 | 0 | 1001111 | 111100 | 111 | 101011001 | 1010011 | 111000 |
Color Harmonies of #EC325F
Complementary color
Monochromatic Colors of #EC325F
Black with #EC325F
Text Example
Text Example
White with #EC325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC325F; }
p { color: rgb(236,50,95); }
H1.HeaderClassName
{
color: #EC325F;
}
.AnyTagClassName
{
color: #EC325F;
}
</style>
background-color css
<style>
a { background-color: #EC325F; }
a { background-color: rgb(236,50,95); }
div.DivClassName
{
background-color: #EC325F;
}
.BgClassName
{
background-color: #EC325F;
}
</style>
border-color css
<style>
span { border-color: #EC325F; }
span { border-color: rgb(236,50,95); }
td.TdClassName
{
border-color: #EC325F;
}
.TagClassName
{
border-color: #EC325F;
}
</style>