Shades of Cerise #EC2869
Tints of Cerise #EC2869
RGB
CMYK
RGB Variations
Color information
#EC2869 (or 0xEC2869) is known color: Cerise. HEX triplet: EC, 28 and 69. RGB value is (236,40,105). Sum of RGB (Red+Green+Blue) = 236+40+105=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2869 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2869 is #13D796. Grayscale: #696969. Windows color (decimal): -1300375 or 6891756. OLE color: 6891756.
HSL color Cylindrical-coordinate representation of color #EC2869: hue angle of 340.1º 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 #EC2869 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 105 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.07 |
| HSL | 340.1º | 0.84% | 0.54% | - |
| HSV(B) | 340.1º | 0.83% | 0.93% | - |
| XYZ | 37.9 | 20.37 | 15.3 | - |
| YUV | 106.01 | 127.43 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 105 | 0 | 0.83 | 0.56 | 0.07 | 340.1 | 0.84 | 0.54 |
| Hex | EC | 28 | 69 | 0 | 53 | 38 | 7 | 154 | 54 | 36 |
| Octal | 354 | 50 | 151 | 0 | 123 | 70 | 7 | 524 | 124 | 66 |
| Binary | 11101100 | 101000 | 1101001 | 0 | 1010011 | 111000 | 111 | 101010100 | 1010100 | 110110 |
Color Harmonies of #EC2869
Complementary color
Monochromatic Colors of #EC2869
Black with #EC2869
Text Example
Text Example
White with #EC2869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2869; }
p { color: rgb(236,40,105); }
H1.HeaderClassName
{
color: #EC2869;
}
.AnyTagClassName
{
color: #EC2869;
}
</style>
background-color css
<style>
a { background-color: #EC2869; }
a { background-color: rgb(236,40,105); }
div.DivClassName
{
background-color: #EC2869;
}
.BgClassName
{
background-color: #EC2869;
}
</style>
border-color css
<style>
span { border-color: #EC2869; }
span { border-color: rgb(236,40,105); }
td.TdClassName
{
border-color: #EC2869;
}
.TagClassName
{
border-color: #EC2869;
}
</style>