Shades of Deep Cerise #EC2877
Tints of Deep Cerise #EC2877
RGB
CMYK
RGB Variations
Color information
#EC2877 (or 0xEC2877) is known color: Deep Cerise. HEX triplet: EC, 28 and 77. RGB value is (236,40,119). Sum of RGB (Red+Green+Blue) = 236+40+119=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2877 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2877 is #13D788. Grayscale: #6B6B6B. Windows color (decimal): -1300361 or 7809260. OLE color: 7809260.
HSL color Cylindrical-coordinate representation of color #EC2877: hue angle of 335.82º 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 #EC2877 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 119 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.07 |
| HSL | 335.82º | 0.84% | 0.54% | - |
| HSV(B) | 335.82º | 0.83% | 0.93% | - |
| XYZ | 38.68 | 20.68 | 19.41 | - |
| YUV | 107.61 | 134.43 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 119 | 0 | 0.83 | 0.50 | 0.07 | 335.82 | 0.84 | 0.54 |
| Hex | EC | 28 | 77 | 0 | 53 | 32 | 7 | 150 | 54 | 36 |
| Octal | 354 | 50 | 167 | 0 | 123 | 62 | 7 | 520 | 124 | 66 |
| Binary | 11101100 | 101000 | 1110111 | 0 | 1010011 | 110010 | 111 | 101010000 | 1010100 | 110110 |
Color Harmonies of #EC2877
Complementary color
Monochromatic Colors of #EC2877
Black with #EC2877
Text Example
Text Example
White with #EC2877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2877; }
p { color: rgb(236,40,119); }
H1.HeaderClassName
{
color: #EC2877;
}
.AnyTagClassName
{
color: #EC2877;
}
</style>
background-color css
<style>
a { background-color: #EC2877; }
a { background-color: rgb(236,40,119); }
div.DivClassName
{
background-color: #EC2877;
}
.BgClassName
{
background-color: #EC2877;
}
</style>
border-color css
<style>
span { border-color: #EC2877; }
span { border-color: rgb(236,40,119); }
td.TdClassName
{
border-color: #EC2877;
}
.TagClassName
{
border-color: #EC2877;
}
</style>