Shades of Deep Cerise #EC3684
Tints of Deep Cerise #EC3684
RGB
CMYK
RGB Variations
Color information
#EC3684 (or 0xEC3684) is known color: Deep Cerise. HEX triplet: EC, 36 and 84. RGB value is (236,54,132). Sum of RGB (Red+Green+Blue) = 236+54+132=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3684 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3684 is #13C97B. Grayscale: #757575. Windows color (decimal): -1296764 or 8664812. OLE color: 8664812.
HSL color Cylindrical-coordinate representation of color #EC3684: hue angle of 334.29º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3684 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 132 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.07 |
| HSL | 334.29º | 0.83% | 0.57% | - |
| HSV(B) | 334.29º | 0.77% | 0.93% | - |
| XYZ | 40.08 | 22.14 | 23.99 | - |
| YUV | 117.31 | 136.3 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 132 | 0 | 0.77 | 0.44 | 0.07 | 334.29 | 0.83 | 0.57 |
| Hex | EC | 36 | 84 | 0 | 4D | 2C | 7 | 14E | 53 | 39 |
| Octal | 354 | 66 | 204 | 0 | 115 | 54 | 7 | 516 | 123 | 71 |
| Binary | 11101100 | 110110 | 10000100 | 0 | 1001101 | 101100 | 111 | 101001110 | 1010011 | 111001 |
Color Harmonies of #EC3684
Complementary color
Monochromatic Colors of #EC3684
Black with #EC3684
Text Example
Text Example
White with #EC3684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3684; }
p { color: rgb(236,54,132); }
H1.HeaderClassName
{
color: #EC3684;
}
.AnyTagClassName
{
color: #EC3684;
}
</style>
background-color css
<style>
a { background-color: #EC3684; }
a { background-color: rgb(236,54,132); }
div.DivClassName
{
background-color: #EC3684;
}
.BgClassName
{
background-color: #EC3684;
}
</style>
border-color css
<style>
span { border-color: #EC3684; }
span { border-color: rgb(236,54,132); }
td.TdClassName
{
border-color: #EC3684;
}
.TagClassName
{
border-color: #EC3684;
}
</style>