Shades of Deep Cerise #EC297B
Tints of Deep Cerise #EC297B
RGB
CMYK
RGB Variations
Color information
#EC297B (or 0xEC297B) is known color: Deep Cerise. HEX triplet: EC, 29 and 7B. RGB value is (236,41,123). Sum of RGB (Red+Green+Blue) = 236+41+123=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC297B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC297B is #13D684. Grayscale: #6C6C6C. Windows color (decimal): -1300101 or 8071660. OLE color: 8071660.
HSL color Cylindrical-coordinate representation of color #EC297B: hue angle of 334.77º 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 #EC297B is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 123 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.07 |
| HSL | 334.77º | 0.84% | 0.54% | - |
| HSV(B) | 334.77º | 0.83% | 0.93% | - |
| XYZ | 38.96 | 20.85 | 20.71 | - |
| YUV | 108.65 | 136.1 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 123 | 0 | 0.83 | 0.48 | 0.07 | 334.77 | 0.84 | 0.54 |
| Hex | EC | 29 | 7B | 0 | 53 | 30 | 7 | 14F | 54 | 36 |
| Octal | 354 | 51 | 173 | 0 | 123 | 60 | 7 | 517 | 124 | 66 |
| Binary | 11101100 | 101001 | 1111011 | 0 | 1010011 | 110000 | 111 | 101001111 | 1010100 | 110110 |
Color Harmonies of #EC297B
Complementary color
Monochromatic Colors of #EC297B
Black with #EC297B
Text Example
Text Example
White with #EC297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC297B; }
p { color: rgb(236,41,123); }
H1.HeaderClassName
{
color: #EC297B;
}
.AnyTagClassName
{
color: #EC297B;
}
</style>
background-color css
<style>
a { background-color: #EC297B; }
a { background-color: rgb(236,41,123); }
div.DivClassName
{
background-color: #EC297B;
}
.BgClassName
{
background-color: #EC297B;
}
</style>
border-color css
<style>
span { border-color: #EC297B; }
span { border-color: rgb(236,41,123); }
td.TdClassName
{
border-color: #EC297B;
}
.TagClassName
{
border-color: #EC297B;
}
</style>