Shades of Deep Cerise #EC2788
Tints of Deep Cerise #EC2788
RGB
CMYK
RGB Variations
Color information
#EC2788 (or 0xEC2788) is known color: Deep Cerise. HEX triplet: EC, 27 and 88. RGB value is (236,39,136). Sum of RGB (Red+Green+Blue) = 236+39+136=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2788 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2788 is #13D877. Grayscale: #6C6C6C. Windows color (decimal): -1300600 or 8923116. OLE color: 8923116.
HSL color Cylindrical-coordinate representation of color #EC2788: hue angle of 330.46º 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 #EC2788 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 136 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.07 |
| HSL | 330.46º | 0.84% | 0.54% | - |
| HSV(B) | 330.46º | 0.83% | 0.93% | - |
| XYZ | 39.76 | 21.06 | 25.26 | - |
| YUV | 108.96 | 143.27 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 136 | 0 | 0.83 | 0.42 | 0.07 | 330.46 | 0.84 | 0.54 |
| Hex | EC | 27 | 88 | 0 | 53 | 2A | 7 | 14A | 54 | 36 |
| Octal | 354 | 47 | 210 | 0 | 123 | 52 | 7 | 512 | 124 | 66 |
| Binary | 11101100 | 100111 | 10001000 | 0 | 1010011 | 101010 | 111 | 101001010 | 1010100 | 110110 |
Color Harmonies of #EC2788
Complementary color
Monochromatic Colors of #EC2788
Black with #EC2788
Text Example
Text Example
White with #EC2788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2788; }
p { color: rgb(236,39,136); }
H1.HeaderClassName
{
color: #EC2788;
}
.AnyTagClassName
{
color: #EC2788;
}
</style>
background-color css
<style>
a { background-color: #EC2788; }
a { background-color: rgb(236,39,136); }
div.DivClassName
{
background-color: #EC2788;
}
.BgClassName
{
background-color: #EC2788;
}
</style>
border-color css
<style>
span { border-color: #EC2788; }
span { border-color: rgb(236,39,136); }
td.TdClassName
{
border-color: #EC2788;
}
.TagClassName
{
border-color: #EC2788;
}
</style>