Shades of Cerise #EC3565
Tints of Cerise #EC3565
RGB
CMYK
RGB Variations
Color information
#EC3565 (or 0xEC3565) is known color: Cerise. HEX triplet: EC, 35 and 65. RGB value is (236,53,101). Sum of RGB (Red+Green+Blue) = 236+53+101=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3565 is #13CA9A. Grayscale: #717171. Windows color (decimal): -1297051 or 6632940. OLE color: 6632940.
HSL color Cylindrical-coordinate representation of color #EC3565: hue angle of 344.26º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3565 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 101 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.07 |
| HSL | 344.26º | 0.83% | 0.57% | - |
| HSV(B) | 344.26º | 0.78% | 0.93% | - |
| XYZ | 38.21 | 21.32 | 14.41 | - |
| YUV | 113.19 | 121.13 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 101 | 0 | 0.78 | 0.57 | 0.07 | 344.26 | 0.83 | 0.57 |
| Hex | EC | 35 | 65 | 0 | 4E | 39 | 7 | 158 | 53 | 39 |
| Octal | 354 | 65 | 145 | 0 | 116 | 71 | 7 | 530 | 123 | 71 |
| Binary | 11101100 | 110101 | 1100101 | 0 | 1001110 | 111001 | 111 | 101011000 | 1010011 | 111001 |
Color Harmonies of #EC3565
Complementary color
Monochromatic Colors of #EC3565
Black with #EC3565
Text Example
Text Example
White with #EC3565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3565; }
p { color: rgb(236,53,101); }
H1.HeaderClassName
{
color: #EC3565;
}
.AnyTagClassName
{
color: #EC3565;
}
</style>
background-color css
<style>
a { background-color: #EC3565; }
a { background-color: rgb(236,53,101); }
div.DivClassName
{
background-color: #EC3565;
}
.BgClassName
{
background-color: #EC3565;
}
</style>
border-color css
<style>
span { border-color: #EC3565; }
span { border-color: rgb(236,53,101); }
td.TdClassName
{
border-color: #EC3565;
}
.TagClassName
{
border-color: #EC3565;
}
</style>