Shades of Deep Cerise #EC2680
Tints of Deep Cerise #EC2680
RGB
CMYK
RGB Variations
Color information
#EC2680 (or 0xEC2680) is known color: Deep Cerise. HEX triplet: EC, 26 and 80. RGB value is (236,38,128). Sum of RGB (Red+Green+Blue) = 236+38+128=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2680 is #13D97F. Grayscale: #6B6B6B. Windows color (decimal): -1300864 or 8398572. OLE color: 8398572.
HSL color Cylindrical-coordinate representation of color #EC2680: hue angle of 332.73º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2680 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 128 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.07 |
| HSL | 332.73º | 0.84% | 0.54% | - |
| HSV(B) | 332.73º | 0.84% | 0.93% | - |
| XYZ | 39.18 | 20.78 | 22.37 | - |
| YUV | 107.46 | 139.6 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 128 | 0 | 0.84 | 0.46 | 0.07 | 332.73 | 0.84 | 0.54 |
| Hex | EC | 26 | 80 | 0 | 54 | 2E | 7 | 14D | 54 | 36 |
| Octal | 354 | 46 | 200 | 0 | 124 | 56 | 7 | 515 | 124 | 66 |
| Binary | 11101100 | 100110 | 10000000 | 0 | 1010100 | 101110 | 111 | 101001101 | 1010100 | 110110 |
Color Harmonies of #EC2680
Complementary color
Monochromatic Colors of #EC2680
Black with #EC2680
Text Example
Text Example
White with #EC2680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2680; }
p { color: rgb(236,38,128); }
H1.HeaderClassName
{
color: #EC2680;
}
.AnyTagClassName
{
color: #EC2680;
}
</style>
background-color css
<style>
a { background-color: #EC2680; }
a { background-color: rgb(236,38,128); }
div.DivClassName
{
background-color: #EC2680;
}
.BgClassName
{
background-color: #EC2680;
}
</style>
border-color css
<style>
span { border-color: #EC2680; }
span { border-color: rgb(236,38,128); }
td.TdClassName
{
border-color: #EC2680;
}
.TagClassName
{
border-color: #EC2680;
}
</style>