Shades of Cerise #EC226C
Tints of Cerise #EC226C
RGB
CMYK
RGB Variations
Color information
#EC226C (or 0xEC226C) is known color: Cerise. HEX triplet: EC, 22 and 6C. RGB value is (236,34,108). Sum of RGB (Red+Green+Blue) = 236+34+108=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC226C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC226C is #13DD93. Grayscale: #666666. Windows color (decimal): -1301908 or 7086828. OLE color: 7086828.
HSL color Cylindrical-coordinate representation of color #EC226C: hue angle of 338.02º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC226C is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 108 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.07 |
| HSL | 338.02º | 0.84% | 0.53% | - |
| HSV(B) | 338.02º | 0.86% | 0.93% | - |
| XYZ | 37.87 | 20.06 | 16.06 | - |
| YUV | 102.83 | 130.92 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 108 | 0 | 0.86 | 0.54 | 0.07 | 338.02 | 0.84 | 0.53 |
| Hex | EC | 22 | 6C | 0 | 56 | 36 | 7 | 152 | 54 | 35 |
| Octal | 354 | 42 | 154 | 0 | 126 | 66 | 7 | 522 | 124 | 65 |
| Binary | 11101100 | 100010 | 1101100 | 0 | 1010110 | 110110 | 111 | 101010010 | 1010100 | 110101 |
Color Harmonies of #EC226C
Complementary color
Monochromatic Colors of #EC226C
Black with #EC226C
Text Example
Text Example
White with #EC226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC226C; }
p { color: rgb(236,34,108); }
H1.HeaderClassName
{
color: #EC226C;
}
.AnyTagClassName
{
color: #EC226C;
}
</style>
background-color css
<style>
a { background-color: #EC226C; }
a { background-color: rgb(236,34,108); }
div.DivClassName
{
background-color: #EC226C;
}
.BgClassName
{
background-color: #EC226C;
}
</style>
border-color css
<style>
span { border-color: #EC226C; }
span { border-color: rgb(236,34,108); }
td.TdClassName
{
border-color: #EC226C;
}
.TagClassName
{
border-color: #EC226C;
}
</style>