Shades of Deep Cerise #EC2587
Tints of Deep Cerise #EC2587
RGB
CMYK
RGB Variations
Color information
#EC2587 (or 0xEC2587) is known color: Deep Cerise. HEX triplet: EC, 25 and 87. RGB value is (236,37,135). Sum of RGB (Red+Green+Blue) = 236+37+135=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2587 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2587 is #13DA78. Grayscale: #6B6B6B. Windows color (decimal): -1301113 or 8857068. OLE color: 8857068.
HSL color Cylindrical-coordinate representation of color #EC2587: hue angle of 330.45º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2587 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 135 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.07 |
| HSL | 330.45º | 0.84% | 0.54% | - |
| HSV(B) | 330.45º | 0.84% | 0.93% | - |
| XYZ | 39.63 | 20.91 | 24.87 | - |
| YUV | 107.67 | 143.43 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 135 | 0 | 0.84 | 0.43 | 0.07 | 330.45 | 0.84 | 0.54 |
| Hex | EC | 25 | 87 | 0 | 54 | 2B | 7 | 14A | 54 | 36 |
| Octal | 354 | 45 | 207 | 0 | 124 | 53 | 7 | 512 | 124 | 66 |
| Binary | 11101100 | 100101 | 10000111 | 0 | 1010100 | 101011 | 111 | 101001010 | 1010100 | 110110 |
Color Harmonies of #EC2587
Complementary color
Monochromatic Colors of #EC2587
Black with #EC2587
Text Example
Text Example
White with #EC2587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2587; }
p { color: rgb(236,37,135); }
H1.HeaderClassName
{
color: #EC2587;
}
.AnyTagClassName
{
color: #EC2587;
}
</style>
background-color css
<style>
a { background-color: #EC2587; }
a { background-color: rgb(236,37,135); }
div.DivClassName
{
background-color: #EC2587;
}
.BgClassName
{
background-color: #EC2587;
}
</style>
border-color css
<style>
span { border-color: #EC2587; }
span { border-color: rgb(236,37,135); }
td.TdClassName
{
border-color: #EC2587;
}
.TagClassName
{
border-color: #EC2587;
}
</style>