Shades of Cerise #EC2868
Tints of Cerise #EC2868
RGB
CMYK
RGB Variations
Color information
#EC2868 (or 0xEC2868) is known color: Cerise. HEX triplet: EC, 28 and 68. RGB value is (236,40,104). Sum of RGB (Red+Green+Blue) = 236+40+104=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2868 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2868 is #13D797. Grayscale: #696969. Windows color (decimal): -1300376 or 6826220. OLE color: 6826220.
HSL color Cylindrical-coordinate representation of color #EC2868: hue angle of 340.41º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2868 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 104 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.07 |
| HSL | 340.41º | 0.84% | 0.54% | - |
| HSV(B) | 340.41º | 0.83% | 0.93% | - |
| XYZ | 37.85 | 20.35 | 15.03 | - |
| YUV | 105.9 | 126.93 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 104 | 0 | 0.83 | 0.56 | 0.07 | 340.41 | 0.84 | 0.54 |
| Hex | EC | 28 | 68 | 0 | 53 | 38 | 7 | 154 | 54 | 36 |
| Octal | 354 | 50 | 150 | 0 | 123 | 70 | 7 | 524 | 124 | 66 |
| Binary | 11101100 | 101000 | 1101000 | 0 | 1010011 | 111000 | 111 | 101010100 | 1010100 | 110110 |
Color Harmonies of #EC2868
Complementary color
Monochromatic Colors of #EC2868
Black with #EC2868
Text Example
Text Example
White with #EC2868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2868; }
p { color: rgb(236,40,104); }
H1.HeaderClassName
{
color: #EC2868;
}
.AnyTagClassName
{
color: #EC2868;
}
</style>
background-color css
<style>
a { background-color: #EC2868; }
a { background-color: rgb(236,40,104); }
div.DivClassName
{
background-color: #EC2868;
}
.BgClassName
{
background-color: #EC2868;
}
</style>
border-color css
<style>
span { border-color: #EC2868; }
span { border-color: rgb(236,40,104); }
td.TdClassName
{
border-color: #EC2868;
}
.TagClassName
{
border-color: #EC2868;
}
</style>