Shades of Deep Cerise #EC2B88
Tints of Deep Cerise #EC2B88
RGB
CMYK
RGB Variations
Color information
#EC2B88 (or 0xEC2B88) is known color: Deep Cerise. HEX triplet: EC, 2B and 88. RGB value is (236,43,136). Sum of RGB (Red+Green+Blue) = 236+43+136=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2B88 is #13D477. Grayscale: #6F6F6F. Windows color (decimal): -1299576 or 8924140. OLE color: 8924140.
HSL color Cylindrical-coordinate representation of color #EC2B88: hue angle of 331.09º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2B88 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 136 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.07 |
| HSL | 331.09º | 0.84% | 0.55% | - |
| HSV(B) | 331.09º | 0.82% | 0.93% | - |
| XYZ | 39.9 | 21.34 | 25.31 | - |
| YUV | 111.31 | 141.94 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 136 | 0 | 0.82 | 0.42 | 0.07 | 331.09 | 0.84 | 0.55 |
| Hex | EC | 2B | 88 | 0 | 52 | 2A | 7 | 14B | 54 | 37 |
| Octal | 354 | 53 | 210 | 0 | 122 | 52 | 7 | 513 | 124 | 67 |
| Binary | 11101100 | 101011 | 10001000 | 0 | 1010010 | 101010 | 111 | 101001011 | 1010100 | 110111 |
Color Harmonies of #EC2B88
Complementary color
Monochromatic Colors of #EC2B88
Black with #EC2B88
Text Example
Text Example
White with #EC2B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B88; }
p { color: rgb(236,43,136); }
H1.HeaderClassName
{
color: #EC2B88;
}
.AnyTagClassName
{
color: #EC2B88;
}
</style>
background-color css
<style>
a { background-color: #EC2B88; }
a { background-color: rgb(236,43,136); }
div.DivClassName
{
background-color: #EC2B88;
}
.BgClassName
{
background-color: #EC2B88;
}
</style>
border-color css
<style>
span { border-color: #EC2B88; }
span { border-color: rgb(236,43,136); }
td.TdClassName
{
border-color: #EC2B88;
}
.TagClassName
{
border-color: #EC2B88;
}
</style>