Shades of Deep Cerise #EC297F
Tints of Deep Cerise #EC297F
RGB
CMYK
RGB Variations
Color information
#EC297F (or 0xEC297F) is known color: Deep Cerise. HEX triplet: EC, 29 and 7F. RGB value is (236,41,127). Sum of RGB (Red+Green+Blue) = 236+41+127=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC297F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC297F is #13D680. Grayscale: #6C6C6C. Windows color (decimal): -1300097 or 8333804. OLE color: 8333804.
HSL color Cylindrical-coordinate representation of color #EC297F: hue angle of 333.54º 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 #EC297F is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 127 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.07 |
| HSL | 333.54º | 0.84% | 0.54% | - |
| HSV(B) | 333.54º | 0.83% | 0.93% | - |
| XYZ | 39.22 | 20.95 | 22.06 | - |
| YUV | 109.11 | 138.1 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 127 | 0 | 0.83 | 0.46 | 0.07 | 333.54 | 0.84 | 0.54 |
| Hex | EC | 29 | 7F | 0 | 53 | 2E | 7 | 14E | 54 | 36 |
| Octal | 354 | 51 | 177 | 0 | 123 | 56 | 7 | 516 | 124 | 66 |
| Binary | 11101100 | 101001 | 1111111 | 0 | 1010011 | 101110 | 111 | 101001110 | 1010100 | 110110 |
Color Harmonies of #EC297F
Complementary color
Monochromatic Colors of #EC297F
Black with #EC297F
Text Example
Text Example
White with #EC297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC297F; }
p { color: rgb(236,41,127); }
H1.HeaderClassName
{
color: #EC297F;
}
.AnyTagClassName
{
color: #EC297F;
}
</style>
background-color css
<style>
a { background-color: #EC297F; }
a { background-color: rgb(236,41,127); }
div.DivClassName
{
background-color: #EC297F;
}
.BgClassName
{
background-color: #EC297F;
}
</style>
border-color css
<style>
span { border-color: #EC297F; }
span { border-color: rgb(236,41,127); }
td.TdClassName
{
border-color: #EC297F;
}
.TagClassName
{
border-color: #EC297F;
}
</style>