Shades of Deep Cerise #EC3588
Tints of Deep Cerise #EC3588
RGB
CMYK
RGB Variations
Color information
#EC3588 (or 0xEC3588) is known color: Deep Cerise. HEX triplet: EC, 35 and 88. RGB value is (236,53,136). Sum of RGB (Red+Green+Blue) = 236+53+136=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3588 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3588 is #13CA77. Grayscale: #757575. Windows color (decimal): -1297016 or 8926700. OLE color: 8926700.
HSL color Cylindrical-coordinate representation of color #EC3588: hue angle of 332.79º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3588 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 136 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.07 |
| HSL | 332.79º | 0.83% | 0.57% | - |
| HSV(B) | 332.79º | 0.78% | 0.93% | - |
| XYZ | 40.31 | 22.16 | 25.44 | - |
| YUV | 117.18 | 138.63 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 136 | 0 | 0.78 | 0.42 | 0.07 | 332.79 | 0.83 | 0.57 |
| Hex | EC | 35 | 88 | 0 | 4E | 2A | 7 | 14D | 53 | 39 |
| Octal | 354 | 65 | 210 | 0 | 116 | 52 | 7 | 515 | 123 | 71 |
| Binary | 11101100 | 110101 | 10001000 | 0 | 1001110 | 101010 | 111 | 101001101 | 1010011 | 111001 |
Color Harmonies of #EC3588
Complementary color
Monochromatic Colors of #EC3588
Black with #EC3588
Text Example
Text Example
White with #EC3588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3588; }
p { color: rgb(236,53,136); }
H1.HeaderClassName
{
color: #EC3588;
}
.AnyTagClassName
{
color: #EC3588;
}
</style>
background-color css
<style>
a { background-color: #EC3588; }
a { background-color: rgb(236,53,136); }
div.DivClassName
{
background-color: #EC3588;
}
.BgClassName
{
background-color: #EC3588;
}
</style>
border-color css
<style>
span { border-color: #EC3588; }
span { border-color: rgb(236,53,136); }
td.TdClassName
{
border-color: #EC3588;
}
.TagClassName
{
border-color: #EC3588;
}
</style>