Shades of Deep Cerise #EC2884
Tints of Deep Cerise #EC2884
RGB
CMYK
RGB Variations
Color information
#EC2884 (or 0xEC2884) is known color: Deep Cerise. HEX triplet: EC, 28 and 84. RGB value is (236,40,132). Sum of RGB (Red+Green+Blue) = 236+40+132=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2884 is #13D77B. Grayscale: #6C6C6C. Windows color (decimal): -1300348 or 8661228. OLE color: 8661228.
HSL color Cylindrical-coordinate representation of color #EC2884: hue angle of 331.84º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2884 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 132 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.07 |
| HSL | 331.84º | 0.84% | 0.54% | - |
| HSV(B) | 331.84º | 0.83% | 0.93% | - |
| XYZ | 39.52 | 21.02 | 23.8 | - |
| YUV | 109.09 | 140.93 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 132 | 0 | 0.83 | 0.44 | 0.07 | 331.84 | 0.84 | 0.54 |
| Hex | EC | 28 | 84 | 0 | 53 | 2C | 7 | 14C | 54 | 36 |
| Octal | 354 | 50 | 204 | 0 | 123 | 54 | 7 | 514 | 124 | 66 |
| Binary | 11101100 | 101000 | 10000100 | 0 | 1010011 | 101100 | 111 | 101001100 | 1010100 | 110110 |
Color Harmonies of #EC2884
Complementary color
Monochromatic Colors of #EC2884
Black with #EC2884
Text Example
Text Example
White with #EC2884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2884; }
p { color: rgb(236,40,132); }
H1.HeaderClassName
{
color: #EC2884;
}
.AnyTagClassName
{
color: #EC2884;
}
</style>
background-color css
<style>
a { background-color: #EC2884; }
a { background-color: rgb(236,40,132); }
div.DivClassName
{
background-color: #EC2884;
}
.BgClassName
{
background-color: #EC2884;
}
</style>
border-color css
<style>
span { border-color: #EC2884; }
span { border-color: rgb(236,40,132); }
td.TdClassName
{
border-color: #EC2884;
}
.TagClassName
{
border-color: #EC2884;
}
</style>