Shades of Cerise #EC416E
Tints of Cerise #EC416E
RGB
CMYK
RGB Variations
Color information
#EC416E (or 0xEC416E) is known color: Cerise. HEX triplet: EC, 41 and 6E. RGB value is (236,65,110). Sum of RGB (Red+Green+Blue) = 236+65+110=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC416E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC416E is #13BE91. Grayscale: #797979. Windows color (decimal): -1293970 or 7225836. OLE color: 7225836.
HSL color Cylindrical-coordinate representation of color #EC416E: hue angle of 344.21º 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 #EC416E is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 110 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.07 |
| HSL | 344.21º | 0.82% | 0.59% | - |
| HSV(B) | 344.21º | 0.72% | 0.93% | - |
| XYZ | 39.3 | 22.74 | 17.07 | - |
| YUV | 121.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 110 | 0 | 0.72 | 0.53 | 0.07 | 344.21 | 0.82 | 0.59 |
| Hex | EC | 41 | 6E | 0 | 48 | 35 | 7 | 158 | 52 | 3B |
| Octal | 354 | 101 | 156 | 0 | 110 | 65 | 7 | 530 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1101110 | 0 | 1001000 | 110101 | 111 | 101011000 | 1010010 | 111011 |
Color Harmonies of #EC416E
Complementary color
Monochromatic Colors of #EC416E
Black with #EC416E
Text Example
Text Example
White with #EC416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC416E; }
p { color: rgb(236,65,110); }
H1.HeaderClassName
{
color: #EC416E;
}
.AnyTagClassName
{
color: #EC416E;
}
</style>
background-color css
<style>
a { background-color: #EC416E; }
a { background-color: rgb(236,65,110); }
div.DivClassName
{
background-color: #EC416E;
}
.BgClassName
{
background-color: #EC416E;
}
</style>
border-color css
<style>
span { border-color: #EC416E; }
span { border-color: rgb(236,65,110); }
td.TdClassName
{
border-color: #EC416E;
}
.TagClassName
{
border-color: #EC416E;
}
</style>