Shades of Deep Cerise #EC297C
Tints of Deep Cerise #EC297C
RGB
CMYK
RGB Variations
Color information
#EC297C (or 0xEC297C) is known color: Deep Cerise. HEX triplet: EC, 29 and 7C. RGB value is (236,41,124). Sum of RGB (Red+Green+Blue) = 236+41+124=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC297C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC297C is #13D683. Grayscale: #6C6C6C. Windows color (decimal): -1300100 or 8137196. OLE color: 8137196.
HSL color Cylindrical-coordinate representation of color #EC297C: hue angle of 334.46º 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 #EC297C is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 124 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.07 |
| HSL | 334.46º | 0.84% | 0.54% | - |
| HSV(B) | 334.46º | 0.83% | 0.93% | - |
| XYZ | 39.02 | 20.87 | 21.04 | - |
| YUV | 108.77 | 136.6 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 124 | 0 | 0.83 | 0.47 | 0.07 | 334.46 | 0.84 | 0.54 |
| Hex | EC | 29 | 7C | 0 | 53 | 2F | 7 | 14E | 54 | 36 |
| Octal | 354 | 51 | 174 | 0 | 123 | 57 | 7 | 516 | 124 | 66 |
| Binary | 11101100 | 101001 | 1111100 | 0 | 1010011 | 101111 | 111 | 101001110 | 1010100 | 110110 |
Color Harmonies of #EC297C
Complementary color
Monochromatic Colors of #EC297C
Black with #EC297C
Text Example
Text Example
White with #EC297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC297C; }
p { color: rgb(236,41,124); }
H1.HeaderClassName
{
color: #EC297C;
}
.AnyTagClassName
{
color: #EC297C;
}
</style>
background-color css
<style>
a { background-color: #EC297C; }
a { background-color: rgb(236,41,124); }
div.DivClassName
{
background-color: #EC297C;
}
.BgClassName
{
background-color: #EC297C;
}
</style>
border-color css
<style>
span { border-color: #EC297C; }
span { border-color: rgb(236,41,124); }
td.TdClassName
{
border-color: #EC297C;
}
.TagClassName
{
border-color: #EC297C;
}
</style>