Shades of Deep Cerise #EC2588
Tints of Deep Cerise #EC2588
RGB
CMYK
RGB Variations
Color information
#EC2588 (or 0xEC2588) is known color: Deep Cerise. HEX triplet: EC, 25 and 88. RGB value is (236,37,136). Sum of RGB (Red+Green+Blue) = 236+37+136=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2588 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2588 is #13DA77. Grayscale: #6B6B6B. Windows color (decimal): -1301112 or 8922604. OLE color: 8922604.
HSL color Cylindrical-coordinate representation of color #EC2588: hue angle of 330.15º 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 #EC2588 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 136 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.07 |
| HSL | 330.15º | 0.84% | 0.54% | - |
| HSV(B) | 330.15º | 0.84% | 0.93% | - |
| XYZ | 39.7 | 20.93 | 25.24 | - |
| YUV | 107.79 | 143.93 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 136 | 0 | 0.84 | 0.42 | 0.07 | 330.15 | 0.84 | 0.54 |
| Hex | EC | 25 | 88 | 0 | 54 | 2A | 7 | 14A | 54 | 36 |
| Octal | 354 | 45 | 210 | 0 | 124 | 52 | 7 | 512 | 124 | 66 |
| Binary | 11101100 | 100101 | 10001000 | 0 | 1010100 | 101010 | 111 | 101001010 | 1010100 | 110110 |
Color Harmonies of #EC2588
Complementary color
Monochromatic Colors of #EC2588
Black with #EC2588
Text Example
Text Example
White with #EC2588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2588; }
p { color: rgb(236,37,136); }
H1.HeaderClassName
{
color: #EC2588;
}
.AnyTagClassName
{
color: #EC2588;
}
</style>
background-color css
<style>
a { background-color: #EC2588; }
a { background-color: rgb(236,37,136); }
div.DivClassName
{
background-color: #EC2588;
}
.BgClassName
{
background-color: #EC2588;
}
</style>
border-color css
<style>
span { border-color: #EC2588; }
span { border-color: rgb(236,37,136); }
td.TdClassName
{
border-color: #EC2588;
}
.TagClassName
{
border-color: #EC2588;
}
</style>