Shades of Deep Cerise #EC2888
Tints of Deep Cerise #EC2888
RGB
CMYK
RGB Variations
Color information
#EC2888 (or 0xEC2888) is known color: Deep Cerise. HEX triplet: EC, 28 and 88. RGB value is (236,40,136). Sum of RGB (Red+Green+Blue) = 236+40+136=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2888 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2888 is #13D777. Grayscale: #6D6D6D. Windows color (decimal): -1300344 or 8923372. OLE color: 8923372.
HSL color Cylindrical-coordinate representation of color #EC2888: hue angle of 330.61º 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 #EC2888 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 136 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.07 |
| HSL | 330.61º | 0.84% | 0.54% | - |
| HSV(B) | 330.61º | 0.83% | 0.93% | - |
| XYZ | 39.79 | 21.13 | 25.27 | - |
| YUV | 109.55 | 142.93 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 136 | 0 | 0.83 | 0.42 | 0.07 | 330.61 | 0.84 | 0.54 |
| Hex | EC | 28 | 88 | 0 | 53 | 2A | 7 | 14B | 54 | 36 |
| Octal | 354 | 50 | 210 | 0 | 123 | 52 | 7 | 513 | 124 | 66 |
| Binary | 11101100 | 101000 | 10001000 | 0 | 1010011 | 101010 | 111 | 101001011 | 1010100 | 110110 |
Color Harmonies of #EC2888
Complementary color
Monochromatic Colors of #EC2888
Black with #EC2888
Text Example
Text Example
White with #EC2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2888; }
p { color: rgb(236,40,136); }
H1.HeaderClassName
{
color: #EC2888;
}
.AnyTagClassName
{
color: #EC2888;
}
</style>
background-color css
<style>
a { background-color: #EC2888; }
a { background-color: rgb(236,40,136); }
div.DivClassName
{
background-color: #EC2888;
}
.BgClassName
{
background-color: #EC2888;
}
</style>
border-color css
<style>
span { border-color: #EC2888; }
span { border-color: rgb(236,40,136); }
td.TdClassName
{
border-color: #EC2888;
}
.TagClassName
{
border-color: #EC2888;
}
</style>