Shades of Cerise #EC2562
Tints of Cerise #EC2562
RGB
CMYK
RGB Variations
Color information
#EC2562 (or 0xEC2562) is known color: Cerise. HEX triplet: EC, 25 and 62. RGB value is (236,37,98). Sum of RGB (Red+Green+Blue) = 236+37+98=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2562 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2562 is #13DA9D. Grayscale: #676767. Windows color (decimal): -1301150 or 6432236. OLE color: 6432236.
HSL color Cylindrical-coordinate representation of color #EC2562: hue angle of 341.61º 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 #EC2562 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 98 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.07 |
| HSL | 341.61º | 0.84% | 0.54% | - |
| HSV(B) | 341.61º | 0.84% | 0.93% | - |
| XYZ | 37.46 | 20.04 | 13.45 | - |
| YUV | 103.46 | 124.93 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 98 | 0 | 0.84 | 0.58 | 0.07 | 341.61 | 0.84 | 0.54 |
| Hex | EC | 25 | 62 | 0 | 54 | 3A | 7 | 156 | 54 | 36 |
| Octal | 354 | 45 | 142 | 0 | 124 | 72 | 7 | 526 | 124 | 66 |
| Binary | 11101100 | 100101 | 1100010 | 0 | 1010100 | 111010 | 111 | 101010110 | 1010100 | 110110 |
Color Harmonies of #EC2562
Complementary color
Monochromatic Colors of #EC2562
Black with #EC2562
Text Example
Text Example
White with #EC2562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2562; }
p { color: rgb(236,37,98); }
H1.HeaderClassName
{
color: #EC2562;
}
.AnyTagClassName
{
color: #EC2562;
}
</style>
background-color css
<style>
a { background-color: #EC2562; }
a { background-color: rgb(236,37,98); }
div.DivClassName
{
background-color: #EC2562;
}
.BgClassName
{
background-color: #EC2562;
}
</style>
border-color css
<style>
span { border-color: #EC2562; }
span { border-color: rgb(236,37,98); }
td.TdClassName
{
border-color: #EC2562;
}
.TagClassName
{
border-color: #EC2562;
}
</style>