Shades of Deep Cerise #EC2890
Tints of Deep Cerise #EC2890
RGB
CMYK
RGB Variations
Color information
#EC2890 (or 0xEC2890) is known color: Deep Cerise. HEX triplet: EC, 28 and 90. RGB value is (236,40,144). Sum of RGB (Red+Green+Blue) = 236+40+144=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2890 is #13D76F. Grayscale: #6E6E6E. Windows color (decimal): -1300336 or 9447660. OLE color: 9447660.
HSL color Cylindrical-coordinate representation of color #EC2890: hue angle of 328.16º 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 #EC2890 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 144 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.07 |
| HSL | 328.16º | 0.84% | 0.54% | - |
| HSV(B) | 328.16º | 0.83% | 0.93% | - |
| XYZ | 40.38 | 21.36 | 28.38 | - |
| YUV | 110.46 | 146.93 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 144 | 0 | 0.83 | 0.39 | 0.07 | 328.16 | 0.84 | 0.54 |
| Hex | EC | 28 | 90 | 0 | 53 | 27 | 7 | 148 | 54 | 36 |
| Octal | 354 | 50 | 220 | 0 | 123 | 47 | 7 | 510 | 124 | 66 |
| Binary | 11101100 | 101000 | 10010000 | 0 | 1010011 | 100111 | 111 | 101001000 | 1010100 | 110110 |
Color Harmonies of #EC2890
Complementary color
Monochromatic Colors of #EC2890
Black with #EC2890
Text Example
Text Example
White with #EC2890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2890; }
p { color: rgb(236,40,144); }
H1.HeaderClassName
{
color: #EC2890;
}
.AnyTagClassName
{
color: #EC2890;
}
</style>
background-color css
<style>
a { background-color: #EC2890; }
a { background-color: rgb(236,40,144); }
div.DivClassName
{
background-color: #EC2890;
}
.BgClassName
{
background-color: #EC2890;
}
</style>
border-color css
<style>
span { border-color: #EC2890; }
span { border-color: rgb(236,40,144); }
td.TdClassName
{
border-color: #EC2890;
}
.TagClassName
{
border-color: #EC2890;
}
</style>