Shades of Cerise #EC2865
Tints of Cerise #EC2865
RGB
CMYK
RGB Variations
Color information
#EC2865 (or 0xEC2865) is known color: Cerise. HEX triplet: EC, 28 and 65. RGB value is (236,40,101). Sum of RGB (Red+Green+Blue) = 236+40+101=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2865 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2865 is #13D79A. Grayscale: #696969. Windows color (decimal): -1300379 or 6629612. OLE color: 6629612.
HSL color Cylindrical-coordinate representation of color #EC2865: hue angle of 341.33º 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 #EC2865 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 101 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.07 |
| HSL | 341.33º | 0.84% | 0.54% | - |
| HSV(B) | 341.33º | 0.83% | 0.93% | - |
| XYZ | 37.7 | 20.29 | 14.24 | - |
| YUV | 105.56 | 125.43 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 101 | 0 | 0.83 | 0.57 | 0.07 | 341.33 | 0.84 | 0.54 |
| Hex | EC | 28 | 65 | 0 | 53 | 39 | 7 | 155 | 54 | 36 |
| Octal | 354 | 50 | 145 | 0 | 123 | 71 | 7 | 525 | 124 | 66 |
| Binary | 11101100 | 101000 | 1100101 | 0 | 1010011 | 111001 | 111 | 101010101 | 1010100 | 110110 |
Color Harmonies of #EC2865
Complementary color
Monochromatic Colors of #EC2865
Black with #EC2865
Text Example
Text Example
White with #EC2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2865; }
p { color: rgb(236,40,101); }
H1.HeaderClassName
{
color: #EC2865;
}
.AnyTagClassName
{
color: #EC2865;
}
</style>
background-color css
<style>
a { background-color: #EC2865; }
a { background-color: rgb(236,40,101); }
div.DivClassName
{
background-color: #EC2865;
}
.BgClassName
{
background-color: #EC2865;
}
</style>
border-color css
<style>
span { border-color: #EC2865; }
span { border-color: rgb(236,40,101); }
td.TdClassName
{
border-color: #EC2865;
}
.TagClassName
{
border-color: #EC2865;
}
</style>