Shades of Cerise #EC416F
Tints of Cerise #EC416F
RGB
CMYK
RGB Variations
Color information
#EC416F (or 0xEC416F) is known color: Cerise. HEX triplet: EC, 41 and 6F. RGB value is (236,65,111). Sum of RGB (Red+Green+Blue) = 236+65+111=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC416F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC416F is #13BE90. Grayscale: #797979. Windows color (decimal): -1293969 or 7291372. OLE color: 7291372.
HSL color Cylindrical-coordinate representation of color #EC416F: hue angle of 343.86º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC416F is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 111 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.07 |
| HSL | 343.86º | 0.82% | 0.59% | - |
| HSV(B) | 343.86º | 0.72% | 0.93% | - |
| XYZ | 39.35 | 22.76 | 17.36 | - |
| YUV | 121.37 | 122.15 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 111 | 0 | 0.72 | 0.53 | 0.07 | 343.86 | 0.82 | 0.59 |
| Hex | EC | 41 | 6F | 0 | 48 | 35 | 7 | 158 | 52 | 3B |
| Octal | 354 | 101 | 157 | 0 | 110 | 65 | 7 | 530 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1101111 | 0 | 1001000 | 110101 | 111 | 101011000 | 1010010 | 111011 |
Color Harmonies of #EC416F
Complementary color
Monochromatic Colors of #EC416F
Black with #EC416F
Text Example
Text Example
White with #EC416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC416F; }
p { color: rgb(236,65,111); }
H1.HeaderClassName
{
color: #EC416F;
}
.AnyTagClassName
{
color: #EC416F;
}
</style>
background-color css
<style>
a { background-color: #EC416F; }
a { background-color: rgb(236,65,111); }
div.DivClassName
{
background-color: #EC416F;
}
.BgClassName
{
background-color: #EC416F;
}
</style>
border-color css
<style>
span { border-color: #EC416F; }
span { border-color: rgb(236,65,111); }
td.TdClassName
{
border-color: #EC416F;
}
.TagClassName
{
border-color: #EC416F;
}
</style>