Shades of Cerise #EC2568
Tints of Cerise #EC2568
RGB
CMYK
RGB Variations
Color information
#EC2568 (or 0xEC2568) is known color: Cerise. HEX triplet: EC, 25 and 68. RGB value is (236,37,104). Sum of RGB (Red+Green+Blue) = 236+37+104=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2568 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2568 is #13DA97. Grayscale: #686868. Windows color (decimal): -1301144 or 6825452. OLE color: 6825452.
HSL color Cylindrical-coordinate representation of color #EC2568: hue angle of 339.8º 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 #EC2568 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 104 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.07 |
| HSL | 339.8º | 0.84% | 0.54% | - |
| HSV(B) | 339.8º | 0.84% | 0.93% | - |
| XYZ | 37.75 | 20.16 | 15 | - |
| YUV | 104.14 | 127.93 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 104 | 0 | 0.84 | 0.56 | 0.07 | 339.8 | 0.84 | 0.54 |
| Hex | EC | 25 | 68 | 0 | 54 | 38 | 7 | 154 | 54 | 36 |
| Octal | 354 | 45 | 150 | 0 | 124 | 70 | 7 | 524 | 124 | 66 |
| Binary | 11101100 | 100101 | 1101000 | 0 | 1010100 | 111000 | 111 | 101010100 | 1010100 | 110110 |
Color Harmonies of #EC2568
Complementary color
Monochromatic Colors of #EC2568
Black with #EC2568
Text Example
Text Example
White with #EC2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2568; }
p { color: rgb(236,37,104); }
H1.HeaderClassName
{
color: #EC2568;
}
.AnyTagClassName
{
color: #EC2568;
}
</style>
background-color css
<style>
a { background-color: #EC2568; }
a { background-color: rgb(236,37,104); }
div.DivClassName
{
background-color: #EC2568;
}
.BgClassName
{
background-color: #EC2568;
}
</style>
border-color css
<style>
span { border-color: #EC2568; }
span { border-color: rgb(236,37,104); }
td.TdClassName
{
border-color: #EC2568;
}
.TagClassName
{
border-color: #EC2568;
}
</style>