Shades of Cerise #EC3568
Tints of Cerise #EC3568
RGB
CMYK
RGB Variations
Color information
#EC3568 (or 0xEC3568) is known color: Cerise. HEX triplet: EC, 35 and 68. RGB value is (236,53,104). Sum of RGB (Red+Green+Blue) = 236+53+104=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3568 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3568 is #13CA97. Grayscale: #717171. Windows color (decimal): -1297048 or 6829548. OLE color: 6829548.
HSL color Cylindrical-coordinate representation of color #EC3568: hue angle of 343.28º 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 #EC3568 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 104 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.07 |
| HSL | 343.28º | 0.83% | 0.57% | - |
| HSV(B) | 343.28º | 0.78% | 0.93% | - |
| XYZ | 38.36 | 21.38 | 15.2 | - |
| YUV | 113.53 | 122.63 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 104 | 0 | 0.78 | 0.56 | 0.07 | 343.28 | 0.83 | 0.57 |
| Hex | EC | 35 | 68 | 0 | 4E | 38 | 7 | 157 | 53 | 39 |
| Octal | 354 | 65 | 150 | 0 | 116 | 70 | 7 | 527 | 123 | 71 |
| Binary | 11101100 | 110101 | 1101000 | 0 | 1001110 | 111000 | 111 | 101010111 | 1010011 | 111001 |
Color Harmonies of #EC3568
Complementary color
Monochromatic Colors of #EC3568
Black with #EC3568
Text Example
Text Example
White with #EC3568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3568; }
p { color: rgb(236,53,104); }
H1.HeaderClassName
{
color: #EC3568;
}
.AnyTagClassName
{
color: #EC3568;
}
</style>
background-color css
<style>
a { background-color: #EC3568; }
a { background-color: rgb(236,53,104); }
div.DivClassName
{
background-color: #EC3568;
}
.BgClassName
{
background-color: #EC3568;
}
</style>
border-color css
<style>
span { border-color: #EC3568; }
span { border-color: rgb(236,53,104); }
td.TdClassName
{
border-color: #EC3568;
}
.TagClassName
{
border-color: #EC3568;
}
</style>