Shades of Deep Cerise #EC3287
Tints of Deep Cerise #EC3287
RGB
CMYK
RGB Variations
Color information
#EC3287 (or 0xEC3287) is known color: Deep Cerise. HEX triplet: EC, 32 and 87. RGB value is (236,50,135). Sum of RGB (Red+Green+Blue) = 236+50+135=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3287 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3287 is #13CD78. Grayscale: #737373. Windows color (decimal): -1297785 or 8860396. OLE color: 8860396.
HSL color Cylindrical-coordinate representation of color #EC3287: hue angle of 332.58º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3287 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 135 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.07 |
| HSL | 332.58º | 0.83% | 0.56% | - |
| HSV(B) | 332.58º | 0.79% | 0.93% | - |
| XYZ | 40.11 | 21.86 | 25.03 | - |
| YUV | 115.3 | 139.12 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 135 | 0 | 0.79 | 0.43 | 0.07 | 332.58 | 0.83 | 0.56 |
| Hex | EC | 32 | 87 | 0 | 4F | 2B | 7 | 14D | 53 | 38 |
| Octal | 354 | 62 | 207 | 0 | 117 | 53 | 7 | 515 | 123 | 70 |
| Binary | 11101100 | 110010 | 10000111 | 0 | 1001111 | 101011 | 111 | 101001101 | 1010011 | 111000 |
Color Harmonies of #EC3287
Complementary color
Monochromatic Colors of #EC3287
Black with #EC3287
Text Example
Text Example
White with #EC3287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3287; }
p { color: rgb(236,50,135); }
H1.HeaderClassName
{
color: #EC3287;
}
.AnyTagClassName
{
color: #EC3287;
}
</style>
background-color css
<style>
a { background-color: #EC3287; }
a { background-color: rgb(236,50,135); }
div.DivClassName
{
background-color: #EC3287;
}
.BgClassName
{
background-color: #EC3287;
}
</style>
border-color css
<style>
span { border-color: #EC3287; }
span { border-color: rgb(236,50,135); }
td.TdClassName
{
border-color: #EC3287;
}
.TagClassName
{
border-color: #EC3287;
}
</style>