Shades of Deep Cerise #EC2987
Tints of Deep Cerise #EC2987
RGB
CMYK
RGB Variations
Color information
#EC2987 (or 0xEC2987) is known color: Deep Cerise. HEX triplet: EC, 29 and 87. RGB value is (236,41,135). Sum of RGB (Red+Green+Blue) = 236+41+135=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2987 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2987 is #13D678. Grayscale: #6D6D6D. Windows color (decimal): -1300089 or 8858092. OLE color: 8858092.
HSL color Cylindrical-coordinate representation of color #EC2987: hue angle of 331.08º 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 #EC2987 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 135 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.07 |
| HSL | 331.08º | 0.84% | 0.54% | - |
| HSV(B) | 331.08º | 0.83% | 0.93% | - |
| XYZ | 39.76 | 21.17 | 24.91 | - |
| YUV | 110.02 | 142.1 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 135 | 0 | 0.83 | 0.43 | 0.07 | 331.08 | 0.84 | 0.54 |
| Hex | EC | 29 | 87 | 0 | 53 | 2B | 7 | 14B | 54 | 36 |
| Octal | 354 | 51 | 207 | 0 | 123 | 53 | 7 | 513 | 124 | 66 |
| Binary | 11101100 | 101001 | 10000111 | 0 | 1010011 | 101011 | 111 | 101001011 | 1010100 | 110110 |
Color Harmonies of #EC2987
Complementary color
Monochromatic Colors of #EC2987
Black with #EC2987
Text Example
Text Example
White with #EC2987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2987; }
p { color: rgb(236,41,135); }
H1.HeaderClassName
{
color: #EC2987;
}
.AnyTagClassName
{
color: #EC2987;
}
</style>
background-color css
<style>
a { background-color: #EC2987; }
a { background-color: rgb(236,41,135); }
div.DivClassName
{
background-color: #EC2987;
}
.BgClassName
{
background-color: #EC2987;
}
</style>
border-color css
<style>
span { border-color: #EC2987; }
span { border-color: rgb(236,41,135); }
td.TdClassName
{
border-color: #EC2987;
}
.TagClassName
{
border-color: #EC2987;
}
</style>