Shades of Deep Cerise #EC2B79
Tints of Deep Cerise #EC2B79
RGB
CMYK
RGB Variations
Color information
#EC2B79 (or 0xEC2B79) is known color: Deep Cerise. HEX triplet: EC, 2B and 79. RGB value is (236,43,121). Sum of RGB (Red+Green+Blue) = 236+43+121=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B79 is #13D486. Grayscale: #6D6D6D. Windows color (decimal): -1299591 or 7941100. OLE color: 7941100.
HSL color Cylindrical-coordinate representation of color #EC2B79: hue angle of 335.75º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2B79 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 121 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.07 |
| HSL | 335.75º | 0.84% | 0.55% | - |
| HSV(B) | 335.75º | 0.82% | 0.93% | - |
| XYZ | 38.91 | 20.94 | 20.08 | - |
| YUV | 109.6 | 134.44 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 121 | 0 | 0.82 | 0.49 | 0.07 | 335.75 | 0.84 | 0.55 |
| Hex | EC | 2B | 79 | 0 | 52 | 31 | 7 | 150 | 54 | 37 |
| Octal | 354 | 53 | 171 | 0 | 122 | 61 | 7 | 520 | 124 | 67 |
| Binary | 11101100 | 101011 | 1111001 | 0 | 1010010 | 110001 | 111 | 101010000 | 1010100 | 110111 |
Color Harmonies of #EC2B79
Complementary color
Monochromatic Colors of #EC2B79
Black with #EC2B79
Text Example
Text Example
White with #EC2B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B79; }
p { color: rgb(236,43,121); }
H1.HeaderClassName
{
color: #EC2B79;
}
.AnyTagClassName
{
color: #EC2B79;
}
</style>
background-color css
<style>
a { background-color: #EC2B79; }
a { background-color: rgb(236,43,121); }
div.DivClassName
{
background-color: #EC2B79;
}
.BgClassName
{
background-color: #EC2B79;
}
</style>
border-color css
<style>
span { border-color: #EC2B79; }
span { border-color: rgb(236,43,121); }
td.TdClassName
{
border-color: #EC2B79;
}
.TagClassName
{
border-color: #EC2B79;
}
</style>