Shades of Deep Cerise #EC3390
Tints of Deep Cerise #EC3390
RGB
CMYK
RGB Variations
Color information
#EC3390 (or 0xEC3390) is known color: Deep Cerise. HEX triplet: EC, 33 and 90. RGB value is (236,51,144). Sum of RGB (Red+Green+Blue) = 236+51+144=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3390 is #13CC6F. Grayscale: #747474. Windows color (decimal): -1297520 or 9450476. OLE color: 9450476.
HSL color Cylindrical-coordinate representation of color #EC3390: hue angle of 329.84º 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 #EC3390 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 144 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.07 |
| HSL | 329.84º | 0.83% | 0.56% | - |
| HSV(B) | 329.84º | 0.78% | 0.93% | - |
| XYZ | 40.81 | 22.21 | 28.52 | - |
| YUV | 116.92 | 143.29 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 144 | 0 | 0.78 | 0.39 | 0.07 | 329.84 | 0.83 | 0.56 |
| Hex | EC | 33 | 90 | 0 | 4E | 27 | 7 | 14A | 53 | 38 |
| Octal | 354 | 63 | 220 | 0 | 116 | 47 | 7 | 512 | 123 | 70 |
| Binary | 11101100 | 110011 | 10010000 | 0 | 1001110 | 100111 | 111 | 101001010 | 1010011 | 111000 |
Color Harmonies of #EC3390
Complementary color
Monochromatic Colors of #EC3390
Black with #EC3390
Text Example
Text Example
White with #EC3390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3390; }
p { color: rgb(236,51,144); }
H1.HeaderClassName
{
color: #EC3390;
}
.AnyTagClassName
{
color: #EC3390;
}
</style>
background-color css
<style>
a { background-color: #EC3390; }
a { background-color: rgb(236,51,144); }
div.DivClassName
{
background-color: #EC3390;
}
.BgClassName
{
background-color: #EC3390;
}
</style>
border-color css
<style>
span { border-color: #EC3390; }
span { border-color: rgb(236,51,144); }
td.TdClassName
{
border-color: #EC3390;
}
.TagClassName
{
border-color: #EC3390;
}
</style>