Shades of Cerise #EC366F
Tints of Cerise #EC366F
RGB
CMYK
RGB Variations
Color information
#EC366F (or 0xEC366F) is known color: Cerise. HEX triplet: EC, 36 and 6F. RGB value is (236,54,111). Sum of RGB (Red+Green+Blue) = 236+54+111=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC366F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC366F is #13C990. Grayscale: #727272. Windows color (decimal): -1296785 or 7288556. OLE color: 7288556.
HSL color Cylindrical-coordinate representation of color #EC366F: hue angle of 341.21º 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 #EC366F is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 111 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.07 |
| HSL | 341.21º | 0.83% | 0.57% | - |
| HSV(B) | 341.21º | 0.77% | 0.93% | - |
| XYZ | 38.78 | 21.62 | 17.17 | - |
| YUV | 114.92 | 125.8 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 111 | 0 | 0.77 | 0.53 | 0.07 | 341.21 | 0.83 | 0.57 |
| Hex | EC | 36 | 6F | 0 | 4D | 35 | 7 | 155 | 53 | 39 |
| Octal | 354 | 66 | 157 | 0 | 115 | 65 | 7 | 525 | 123 | 71 |
| Binary | 11101100 | 110110 | 1101111 | 0 | 1001101 | 110101 | 111 | 101010101 | 1010011 | 111001 |
Color Harmonies of #EC366F
Complementary color
Monochromatic Colors of #EC366F
Black with #EC366F
Text Example
Text Example
White with #EC366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC366F; }
p { color: rgb(236,54,111); }
H1.HeaderClassName
{
color: #EC366F;
}
.AnyTagClassName
{
color: #EC366F;
}
</style>
background-color css
<style>
a { background-color: #EC366F; }
a { background-color: rgb(236,54,111); }
div.DivClassName
{
background-color: #EC366F;
}
.BgClassName
{
background-color: #EC366F;
}
</style>
border-color css
<style>
span { border-color: #EC366F; }
span { border-color: rgb(236,54,111); }
td.TdClassName
{
border-color: #EC366F;
}
.TagClassName
{
border-color: #EC366F;
}
</style>