Shades of Cerise #EC365F
Tints of Cerise #EC365F
RGB
CMYK
RGB Variations
Color information
#EC365F (or 0xEC365F) is known color: Cerise. HEX triplet: EC, 36 and 5F. RGB value is (236,54,95). Sum of RGB (Red+Green+Blue) = 236+54+95=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC365F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC365F is #13C9A0. Grayscale: #717171. Windows color (decimal): -1296801 or 6239980. OLE color: 6239980.
HSL color Cylindrical-coordinate representation of color #EC365F: hue angle of 346.48º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC365F is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 95 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.07 |
| HSL | 346.48º | 0.83% | 0.57% | - |
| HSV(B) | 346.48º | 0.77% | 0.93% | - |
| XYZ | 37.98 | 21.3 | 12.94 | - |
| YUV | 113.09 | 117.8 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 95 | 0 | 0.77 | 0.60 | 0.07 | 346.48 | 0.83 | 0.57 |
| Hex | EC | 36 | 5F | 0 | 4D | 3C | 7 | 15A | 53 | 39 |
| Octal | 354 | 66 | 137 | 0 | 115 | 74 | 7 | 532 | 123 | 71 |
| Binary | 11101100 | 110110 | 1011111 | 0 | 1001101 | 111100 | 111 | 101011010 | 1010011 | 111001 |
Color Harmonies of #EC365F
Complementary color
Monochromatic Colors of #EC365F
Black with #EC365F
Text Example
Text Example
White with #EC365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC365F; }
p { color: rgb(236,54,95); }
H1.HeaderClassName
{
color: #EC365F;
}
.AnyTagClassName
{
color: #EC365F;
}
</style>
background-color css
<style>
a { background-color: #EC365F; }
a { background-color: rgb(236,54,95); }
div.DivClassName
{
background-color: #EC365F;
}
.BgClassName
{
background-color: #EC365F;
}
</style>
border-color css
<style>
span { border-color: #EC365F; }
span { border-color: rgb(236,54,95); }
td.TdClassName
{
border-color: #EC365F;
}
.TagClassName
{
border-color: #EC365F;
}
</style>