Shades of Deep Cerise #EC3191
Tints of Deep Cerise #EC3191
RGB
CMYK
RGB Variations
Color information
#EC3191 (or 0xEC3191) is known color: Deep Cerise. HEX triplet: EC, 31 and 91. RGB value is (236,49,145). Sum of RGB (Red+Green+Blue) = 236+49+145=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3191 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3191 is #13CE6E. Grayscale: #737373. Windows color (decimal): -1298031 or 9515500. OLE color: 9515500.
HSL color Cylindrical-coordinate representation of color #EC3191: hue angle of 329.2º 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 #EC3191 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 145 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.07 |
| HSL | 329.2º | 0.83% | 0.56% | - |
| HSV(B) | 329.2º | 0.79% | 0.93% | - |
| XYZ | 40.8 | 22.07 | 28.9 | - |
| YUV | 115.86 | 144.45 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 145 | 0 | 0.79 | 0.39 | 0.07 | 329.2 | 0.83 | 0.56 |
| Hex | EC | 31 | 91 | 0 | 4F | 27 | 7 | 149 | 53 | 38 |
| Octal | 354 | 61 | 221 | 0 | 117 | 47 | 7 | 511 | 123 | 70 |
| Binary | 11101100 | 110001 | 10010001 | 0 | 1001111 | 100111 | 111 | 101001001 | 1010011 | 111000 |
Color Harmonies of #EC3191
Complementary color
Monochromatic Colors of #EC3191
Black with #EC3191
Text Example
Text Example
White with #EC3191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3191; }
p { color: rgb(236,49,145); }
H1.HeaderClassName
{
color: #EC3191;
}
.AnyTagClassName
{
color: #EC3191;
}
</style>
background-color css
<style>
a { background-color: #EC3191; }
a { background-color: rgb(236,49,145); }
div.DivClassName
{
background-color: #EC3191;
}
.BgClassName
{
background-color: #EC3191;
}
</style>
border-color css
<style>
span { border-color: #EC3191; }
span { border-color: rgb(236,49,145); }
td.TdClassName
{
border-color: #EC3191;
}
.TagClassName
{
border-color: #EC3191;
}
</style>