Shades of Deep Cerise #EC3189
Tints of Deep Cerise #EC3189
RGB
CMYK
RGB Variations
Color information
#EC3189 (or 0xEC3189) is known color: Deep Cerise. HEX triplet: EC, 31 and 89. RGB value is (236,49,137). Sum of RGB (Red+Green+Blue) = 236+49+137=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3189 is #13CE76. Grayscale: #727272. Windows color (decimal): -1298039 or 8991212. OLE color: 8991212.
HSL color Cylindrical-coordinate representation of color #EC3189: hue angle of 331.76º 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 #EC3189 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 137 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.07 |
| HSL | 331.76º | 0.83% | 0.56% | - |
| HSV(B) | 331.76º | 0.79% | 0.93% | - |
| XYZ | 40.21 | 21.84 | 25.76 | - |
| YUV | 114.95 | 140.45 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 137 | 0 | 0.79 | 0.42 | 0.07 | 331.76 | 0.83 | 0.56 |
| Hex | EC | 31 | 89 | 0 | 4F | 2A | 7 | 14C | 53 | 38 |
| Octal | 354 | 61 | 211 | 0 | 117 | 52 | 7 | 514 | 123 | 70 |
| Binary | 11101100 | 110001 | 10001001 | 0 | 1001111 | 101010 | 111 | 101001100 | 1010011 | 111000 |
Color Harmonies of #EC3189
Complementary color
Monochromatic Colors of #EC3189
Black with #EC3189
Text Example
Text Example
White with #EC3189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3189; }
p { color: rgb(236,49,137); }
H1.HeaderClassName
{
color: #EC3189;
}
.AnyTagClassName
{
color: #EC3189;
}
</style>
background-color css
<style>
a { background-color: #EC3189; }
a { background-color: rgb(236,49,137); }
div.DivClassName
{
background-color: #EC3189;
}
.BgClassName
{
background-color: #EC3189;
}
</style>
border-color css
<style>
span { border-color: #EC3189; }
span { border-color: rgb(236,49,137); }
td.TdClassName
{
border-color: #EC3189;
}
.TagClassName
{
border-color: #EC3189;
}
</style>