Shades of Deep Cerise #EC3681
Tints of Deep Cerise #EC3681
RGB
CMYK
RGB Variations
Color information
#EC3681 (or 0xEC3681) is known color: Deep Cerise. HEX triplet: EC, 36 and 81. RGB value is (236,54,129). Sum of RGB (Red+Green+Blue) = 236+54+129=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3681 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3681 is #13C97E. Grayscale: #747474. Windows color (decimal): -1296767 or 8468204. OLE color: 8468204.
HSL color Cylindrical-coordinate representation of color #EC3681: hue angle of 335.27º 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 #EC3681 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 129 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.07 |
| HSL | 335.27º | 0.83% | 0.57% | - |
| HSV(B) | 335.27º | 0.77% | 0.93% | - |
| XYZ | 39.87 | 22.06 | 22.92 | - |
| YUV | 116.97 | 134.8 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 129 | 0 | 0.77 | 0.45 | 0.07 | 335.27 | 0.83 | 0.57 |
| Hex | EC | 36 | 81 | 0 | 4D | 2D | 7 | 14F | 53 | 39 |
| Octal | 354 | 66 | 201 | 0 | 115 | 55 | 7 | 517 | 123 | 71 |
| Binary | 11101100 | 110110 | 10000001 | 0 | 1001101 | 101101 | 111 | 101001111 | 1010011 | 111001 |
Color Harmonies of #EC3681
Complementary color
Monochromatic Colors of #EC3681
Black with #EC3681
Text Example
Text Example
White with #EC3681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3681; }
p { color: rgb(236,54,129); }
H1.HeaderClassName
{
color: #EC3681;
}
.AnyTagClassName
{
color: #EC3681;
}
</style>
background-color css
<style>
a { background-color: #EC3681; }
a { background-color: rgb(236,54,129); }
div.DivClassName
{
background-color: #EC3681;
}
.BgClassName
{
background-color: #EC3681;
}
</style>
border-color css
<style>
span { border-color: #EC3681; }
span { border-color: rgb(236,54,129); }
td.TdClassName
{
border-color: #EC3681;
}
.TagClassName
{
border-color: #EC3681;
}
</style>