Shades of Cerise #EC2565
Tints of Cerise #EC2565
RGB
CMYK
RGB Variations
Color information
#EC2565 (or 0xEC2565) is known color: Cerise. HEX triplet: EC, 25 and 65. RGB value is (236,37,101). Sum of RGB (Red+Green+Blue) = 236+37+101=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2565 is #13DA9A. Grayscale: #676767. Windows color (decimal): -1301147 or 6628844. OLE color: 6628844.
HSL color Cylindrical-coordinate representation of color #EC2565: hue angle of 340.7º 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 #EC2565 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 101 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.07 |
| HSL | 340.7º | 0.84% | 0.54% | - |
| HSV(B) | 340.7º | 0.84% | 0.93% | - |
| XYZ | 37.6 | 20.1 | 14.21 | - |
| YUV | 103.8 | 126.43 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 101 | 0 | 0.84 | 0.57 | 0.07 | 340.7 | 0.84 | 0.54 |
| Hex | EC | 25 | 65 | 0 | 54 | 39 | 7 | 155 | 54 | 36 |
| Octal | 354 | 45 | 145 | 0 | 124 | 71 | 7 | 525 | 124 | 66 |
| Binary | 11101100 | 100101 | 1100101 | 0 | 1010100 | 111001 | 111 | 101010101 | 1010100 | 110110 |
Color Harmonies of #EC2565
Complementary color
Monochromatic Colors of #EC2565
Black with #EC2565
Text Example
Text Example
White with #EC2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2565; }
p { color: rgb(236,37,101); }
H1.HeaderClassName
{
color: #EC2565;
}
.AnyTagClassName
{
color: #EC2565;
}
</style>
background-color css
<style>
a { background-color: #EC2565; }
a { background-color: rgb(236,37,101); }
div.DivClassName
{
background-color: #EC2565;
}
.BgClassName
{
background-color: #EC2565;
}
</style>
border-color css
<style>
span { border-color: #EC2565; }
span { border-color: rgb(236,37,101); }
td.TdClassName
{
border-color: #EC2565;
}
.TagClassName
{
border-color: #EC2565;
}
</style>