Shades of Deep Cerise #EC3384
Tints of Deep Cerise #EC3384
RGB
CMYK
RGB Variations
Color information
#EC3384 (or 0xEC3384) is known color: Deep Cerise. HEX triplet: EC, 33 and 84. RGB value is (236,51,132). Sum of RGB (Red+Green+Blue) = 236+51+132=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3384 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3384 is #13CC7B. Grayscale: #737373. Windows color (decimal): -1297532 or 8664044. OLE color: 8664044.
HSL color Cylindrical-coordinate representation of color #EC3384: hue angle of 333.73º 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 #EC3384 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 132 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.07 |
| HSL | 333.73º | 0.83% | 0.56% | - |
| HSV(B) | 333.73º | 0.78% | 0.93% | - |
| XYZ | 39.94 | 21.87 | 23.95 | - |
| YUV | 115.55 | 137.29 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 132 | 0 | 0.78 | 0.44 | 0.07 | 333.73 | 0.83 | 0.56 |
| Hex | EC | 33 | 84 | 0 | 4E | 2C | 7 | 14E | 53 | 38 |
| Octal | 354 | 63 | 204 | 0 | 116 | 54 | 7 | 516 | 123 | 70 |
| Binary | 11101100 | 110011 | 10000100 | 0 | 1001110 | 101100 | 111 | 101001110 | 1010011 | 111000 |
Color Harmonies of #EC3384
Complementary color
Monochromatic Colors of #EC3384
Black with #EC3384
Text Example
Text Example
White with #EC3384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3384; }
p { color: rgb(236,51,132); }
H1.HeaderClassName
{
color: #EC3384;
}
.AnyTagClassName
{
color: #EC3384;
}
</style>
background-color css
<style>
a { background-color: #EC3384; }
a { background-color: rgb(236,51,132); }
div.DivClassName
{
background-color: #EC3384;
}
.BgClassName
{
background-color: #EC3384;
}
</style>
border-color css
<style>
span { border-color: #EC3384; }
span { border-color: rgb(236,51,132); }
td.TdClassName
{
border-color: #EC3384;
}
.TagClassName
{
border-color: #EC3384;
}
</style>