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