Shades of Deep Cerise #EC3387
Tints of Deep Cerise #EC3387
RGB
CMYK
RGB Variations
Color information
#EC3387 (or 0xEC3387) is known color: Deep Cerise. HEX triplet: EC, 33 and 87. RGB value is (236,51,135). Sum of RGB (Red+Green+Blue) = 236+51+135=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3387 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3387 is #13CC78. Grayscale: #737373. Windows color (decimal): -1297529 or 8860652. OLE color: 8860652.
HSL color Cylindrical-coordinate representation of color #EC3387: hue angle of 332.76º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3387 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 135 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.07 |
| HSL | 332.76º | 0.83% | 0.56% | - |
| HSV(B) | 332.76º | 0.78% | 0.93% | - |
| XYZ | 40.15 | 21.95 | 25.04 | - |
| YUV | 115.89 | 138.79 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 135 | 0 | 0.78 | 0.43 | 0.07 | 332.76 | 0.83 | 0.56 |
| Hex | EC | 33 | 87 | 0 | 4E | 2B | 7 | 14D | 53 | 38 |
| Octal | 354 | 63 | 207 | 0 | 116 | 53 | 7 | 515 | 123 | 70 |
| Binary | 11101100 | 110011 | 10000111 | 0 | 1001110 | 101011 | 111 | 101001101 | 1010011 | 111000 |
Color Harmonies of #EC3387
Complementary color
Monochromatic Colors of #EC3387
Black with #EC3387
Text Example
Text Example
White with #EC3387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3387; }
p { color: rgb(236,51,135); }
H1.HeaderClassName
{
color: #EC3387;
}
.AnyTagClassName
{
color: #EC3387;
}
</style>
background-color css
<style>
a { background-color: #EC3387; }
a { background-color: rgb(236,51,135); }
div.DivClassName
{
background-color: #EC3387;
}
.BgClassName
{
background-color: #EC3387;
}
</style>
border-color css
<style>
span { border-color: #EC3387; }
span { border-color: rgb(236,51,135); }
td.TdClassName
{
border-color: #EC3387;
}
.TagClassName
{
border-color: #EC3387;
}
</style>