Shades of Cerise #EC296B
Tints of Cerise #EC296B
RGB
CMYK
RGB Variations
Color information
#EC296B (or 0xEC296B) is known color: Cerise. HEX triplet: EC, 29 and 6B. RGB value is (236,41,107). Sum of RGB (Red+Green+Blue) = 236+41+107=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC296B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC296B is #13D694. Grayscale: #6A6A6A. Windows color (decimal): -1300117 or 7023084. OLE color: 7023084.
HSL color Cylindrical-coordinate representation of color #EC296B: hue angle of 339.69º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC296B is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 107 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.07 |
| HSL | 339.69º | 0.84% | 0.54% | - |
| HSV(B) | 339.69º | 0.83% | 0.93% | - |
| XYZ | 38.04 | 20.48 | 15.86 | - |
| YUV | 106.83 | 128.1 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 107 | 0 | 0.83 | 0.55 | 0.07 | 339.69 | 0.84 | 0.54 |
| Hex | EC | 29 | 6B | 0 | 53 | 37 | 7 | 154 | 54 | 36 |
| Octal | 354 | 51 | 153 | 0 | 123 | 67 | 7 | 524 | 124 | 66 |
| Binary | 11101100 | 101001 | 1101011 | 0 | 1010011 | 110111 | 111 | 101010100 | 1010100 | 110110 |
Color Harmonies of #EC296B
Complementary color
Monochromatic Colors of #EC296B
Black with #EC296B
Text Example
Text Example
White with #EC296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC296B; }
p { color: rgb(236,41,107); }
H1.HeaderClassName
{
color: #EC296B;
}
.AnyTagClassName
{
color: #EC296B;
}
</style>
background-color css
<style>
a { background-color: #EC296B; }
a { background-color: rgb(236,41,107); }
div.DivClassName
{
background-color: #EC296B;
}
.BgClassName
{
background-color: #EC296B;
}
</style>
border-color css
<style>
span { border-color: #EC296B; }
span { border-color: rgb(236,41,107); }
td.TdClassName
{
border-color: #EC296B;
}
.TagClassName
{
border-color: #EC296B;
}
</style>