Shades of Cerise #EC2860
Tints of Cerise #EC2860
RGB
CMYK
RGB Variations
Color information
#EC2860 (or 0xEC2860) is known color: Cerise. HEX triplet: EC, 28 and 60. RGB value is (236,40,96). Sum of RGB (Red+Green+Blue) = 236+40+96=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2860 is #13D79F. Grayscale: #686868. Windows color (decimal): -1300384 or 6301932. OLE color: 6301932.
HSL color Cylindrical-coordinate representation of color #EC2860: hue angle of 342.86º 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 #EC2860 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 96 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.07 |
| HSL | 342.86º | 0.84% | 0.54% | - |
| HSV(B) | 342.86º | 0.83% | 0.93% | - |
| XYZ | 37.46 | 20.19 | 12.99 | - |
| YUV | 104.99 | 122.93 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 96 | 0 | 0.83 | 0.59 | 0.07 | 342.86 | 0.84 | 0.54 |
| Hex | EC | 28 | 60 | 0 | 53 | 3B | 7 | 157 | 54 | 36 |
| Octal | 354 | 50 | 140 | 0 | 123 | 73 | 7 | 527 | 124 | 66 |
| Binary | 11101100 | 101000 | 1100000 | 0 | 1010011 | 111011 | 111 | 101010111 | 1010100 | 110110 |
Color Harmonies of #EC2860
Complementary color
Monochromatic Colors of #EC2860
Black with #EC2860
Text Example
Text Example
White with #EC2860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2860; }
p { color: rgb(236,40,96); }
H1.HeaderClassName
{
color: #EC2860;
}
.AnyTagClassName
{
color: #EC2860;
}
</style>
background-color css
<style>
a { background-color: #EC2860; }
a { background-color: rgb(236,40,96); }
div.DivClassName
{
background-color: #EC2860;
}
.BgClassName
{
background-color: #EC2860;
}
</style>
border-color css
<style>
span { border-color: #EC2860; }
span { border-color: rgb(236,40,96); }
td.TdClassName
{
border-color: #EC2860;
}
.TagClassName
{
border-color: #EC2860;
}
</style>