Shades of Cerise #EC2662
Tints of Cerise #EC2662
RGB
CMYK
RGB Variations
Color information
#EC2662 (or 0xEC2662) is known color: Cerise. HEX triplet: EC, 26 and 62. RGB value is (236,38,98). Sum of RGB (Red+Green+Blue) = 236+38+98=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2662 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2662 is #13D99D. Grayscale: #686868. Windows color (decimal): -1300894 or 6432492. OLE color: 6432492.
HSL color Cylindrical-coordinate representation of color #EC2662: hue angle of 341.82º 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 #EC2662 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 98 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.07 |
| HSL | 341.82º | 0.84% | 0.54% | - |
| HSV(B) | 341.82º | 0.84% | 0.93% | - |
| XYZ | 37.49 | 20.1 | 13.46 | - |
| YUV | 104.04 | 124.6 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 98 | 0 | 0.84 | 0.58 | 0.07 | 341.82 | 0.84 | 0.54 |
| Hex | EC | 26 | 62 | 0 | 54 | 3A | 7 | 156 | 54 | 36 |
| Octal | 354 | 46 | 142 | 0 | 124 | 72 | 7 | 526 | 124 | 66 |
| Binary | 11101100 | 100110 | 1100010 | 0 | 1010100 | 111010 | 111 | 101010110 | 1010100 | 110110 |
Color Harmonies of #EC2662
Complementary color
Monochromatic Colors of #EC2662
Black with #EC2662
Text Example
Text Example
White with #EC2662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2662; }
p { color: rgb(236,38,98); }
H1.HeaderClassName
{
color: #EC2662;
}
.AnyTagClassName
{
color: #EC2662;
}
</style>
background-color css
<style>
a { background-color: #EC2662; }
a { background-color: rgb(236,38,98); }
div.DivClassName
{
background-color: #EC2662;
}
.BgClassName
{
background-color: #EC2662;
}
</style>
border-color css
<style>
span { border-color: #EC2662; }
span { border-color: rgb(236,38,98); }
td.TdClassName
{
border-color: #EC2662;
}
.TagClassName
{
border-color: #EC2662;
}
</style>