Shades of Cerise #EC2660
Tints of Cerise #EC2660
RGB
CMYK
RGB Variations
Color information
#EC2660 (or 0xEC2660) is known color: Cerise. HEX triplet: EC, 26 and 60. RGB value is (236,38,96). Sum of RGB (Red+Green+Blue) = 236+38+96=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2660 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2660 is #13D99F. Grayscale: #676767. Windows color (decimal): -1300896 or 6301420. OLE color: 6301420.
HSL color Cylindrical-coordinate representation of color #EC2660: hue angle of 342.42º 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 #EC2660 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 96 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.07 |
| HSL | 342.42º | 0.84% | 0.54% | - |
| HSV(B) | 342.42º | 0.84% | 0.93% | - |
| XYZ | 37.4 | 20.06 | 12.97 | - |
| YUV | 103.81 | 123.6 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 96 | 0 | 0.84 | 0.59 | 0.07 | 342.42 | 0.84 | 0.54 |
| Hex | EC | 26 | 60 | 0 | 54 | 3B | 7 | 156 | 54 | 36 |
| Octal | 354 | 46 | 140 | 0 | 124 | 73 | 7 | 526 | 124 | 66 |
| Binary | 11101100 | 100110 | 1100000 | 0 | 1010100 | 111011 | 111 | 101010110 | 1010100 | 110110 |
Color Harmonies of #EC2660
Complementary color
Monochromatic Colors of #EC2660
Black with #EC2660
Text Example
Text Example
White with #EC2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2660; }
p { color: rgb(236,38,96); }
H1.HeaderClassName
{
color: #EC2660;
}
.AnyTagClassName
{
color: #EC2660;
}
</style>
background-color css
<style>
a { background-color: #EC2660; }
a { background-color: rgb(236,38,96); }
div.DivClassName
{
background-color: #EC2660;
}
.BgClassName
{
background-color: #EC2660;
}
</style>
border-color css
<style>
span { border-color: #EC2660; }
span { border-color: rgb(236,38,96); }
td.TdClassName
{
border-color: #EC2660;
}
.TagClassName
{
border-color: #EC2660;
}
</style>