Shades of Cerise #EC4166
Tints of Cerise #EC4166
RGB
CMYK
RGB Variations
Color information
#EC4166 (or 0xEC4166) is known color: Cerise. HEX triplet: EC, 41 and 66. RGB value is (236,65,102). Sum of RGB (Red+Green+Blue) = 236+65+102=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4166 is #13BE99. Grayscale: #787878. Windows color (decimal): -1293978 or 6701548. OLE color: 6701548.
HSL color Cylindrical-coordinate representation of color #EC4166: hue angle of 347.02º 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 #EC4166 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 102 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.07 |
| HSL | 347.02º | 0.82% | 0.59% | - |
| HSV(B) | 347.02º | 0.72% | 0.93% | - |
| XYZ | 38.88 | 22.57 | 14.88 | - |
| YUV | 120.35 | 117.65 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 102 | 0 | 0.72 | 0.57 | 0.07 | 347.02 | 0.82 | 0.59 |
| Hex | EC | 41 | 66 | 0 | 48 | 39 | 7 | 15B | 52 | 3B |
| Octal | 354 | 101 | 146 | 0 | 110 | 71 | 7 | 533 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1100110 | 0 | 1001000 | 111001 | 111 | 101011011 | 1010010 | 111011 |
Color Harmonies of #EC4166
Complementary color
Monochromatic Colors of #EC4166
Black with #EC4166
Text Example
Text Example
White with #EC4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4166; }
p { color: rgb(236,65,102); }
H1.HeaderClassName
{
color: #EC4166;
}
.AnyTagClassName
{
color: #EC4166;
}
</style>
background-color css
<style>
a { background-color: #EC4166; }
a { background-color: rgb(236,65,102); }
div.DivClassName
{
background-color: #EC4166;
}
.BgClassName
{
background-color: #EC4166;
}
</style>
border-color css
<style>
span { border-color: #EC4166; }
span { border-color: rgb(236,65,102); }
td.TdClassName
{
border-color: #EC4166;
}
.TagClassName
{
border-color: #EC4166;
}
</style>