Shades of Deep Cerise #EC2781
Tints of Deep Cerise #EC2781
RGB
CMYK
RGB Variations
Color information
#EC2781 (or 0xEC2781) is known color: Deep Cerise. HEX triplet: EC, 27 and 81. RGB value is (236,39,129). Sum of RGB (Red+Green+Blue) = 236+39+129=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2781 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2781 is #13D87E. Grayscale: #6C6C6C. Windows color (decimal): -1300607 or 8464364. OLE color: 8464364.
HSL color Cylindrical-coordinate representation of color #EC2781: hue angle of 332.59º 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 #EC2781 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 129 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.07 |
| HSL | 332.59º | 0.84% | 0.54% | - |
| HSV(B) | 332.59º | 0.83% | 0.93% | - |
| XYZ | 39.28 | 20.87 | 22.73 | - |
| YUV | 108.16 | 139.77 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 129 | 0 | 0.83 | 0.45 | 0.07 | 332.59 | 0.84 | 0.54 |
| Hex | EC | 27 | 81 | 0 | 53 | 2D | 7 | 14D | 54 | 36 |
| Octal | 354 | 47 | 201 | 0 | 123 | 55 | 7 | 515 | 124 | 66 |
| Binary | 11101100 | 100111 | 10000001 | 0 | 1010011 | 101101 | 111 | 101001101 | 1010100 | 110110 |
Color Harmonies of #EC2781
Complementary color
Monochromatic Colors of #EC2781
Black with #EC2781
Text Example
Text Example
White with #EC2781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2781; }
p { color: rgb(236,39,129); }
H1.HeaderClassName
{
color: #EC2781;
}
.AnyTagClassName
{
color: #EC2781;
}
</style>
background-color css
<style>
a { background-color: #EC2781; }
a { background-color: rgb(236,39,129); }
div.DivClassName
{
background-color: #EC2781;
}
.BgClassName
{
background-color: #EC2781;
}
</style>
border-color css
<style>
span { border-color: #EC2781; }
span { border-color: rgb(236,39,129); }
td.TdClassName
{
border-color: #EC2781;
}
.TagClassName
{
border-color: #EC2781;
}
</style>