Shades of Deep Cerise #EC2F79
Tints of Deep Cerise #EC2F79
RGB
CMYK
RGB Variations
Color information
#EC2F79 (or 0xEC2F79) is known color: Deep Cerise. HEX triplet: EC, 2F and 79. RGB value is (236,47,121). Sum of RGB (Red+Green+Blue) = 236+47+121=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2F79 is #13D086. Grayscale: #6F6F6F. Windows color (decimal): -1298567 or 7942124. OLE color: 7942124.
HSL color Cylindrical-coordinate representation of color #EC2F79: hue angle of 336.51º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2F79 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 121 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.07 |
| HSL | 336.51º | 0.83% | 0.55% | - |
| HSV(B) | 336.51º | 0.8% | 0.93% | - |
| XYZ | 39.06 | 21.25 | 20.13 | - |
| YUV | 111.95 | 133.12 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 121 | 0 | 0.80 | 0.49 | 0.07 | 336.51 | 0.83 | 0.55 |
| Hex | EC | 2F | 79 | 0 | 50 | 31 | 7 | 151 | 53 | 37 |
| Octal | 354 | 57 | 171 | 0 | 120 | 61 | 7 | 521 | 123 | 67 |
| Binary | 11101100 | 101111 | 1111001 | 0 | 1010000 | 110001 | 111 | 101010001 | 1010011 | 110111 |
Color Harmonies of #EC2F79
Complementary color
Monochromatic Colors of #EC2F79
Black with #EC2F79
Text Example
Text Example
White with #EC2F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2F79; }
p { color: rgb(236,47,121); }
H1.HeaderClassName
{
color: #EC2F79;
}
.AnyTagClassName
{
color: #EC2F79;
}
</style>
background-color css
<style>
a { background-color: #EC2F79; }
a { background-color: rgb(236,47,121); }
div.DivClassName
{
background-color: #EC2F79;
}
.BgClassName
{
background-color: #EC2F79;
}
</style>
border-color css
<style>
span { border-color: #EC2F79; }
span { border-color: rgb(236,47,121); }
td.TdClassName
{
border-color: #EC2F79;
}
.TagClassName
{
border-color: #EC2F79;
}
</style>