Shades of Cerise #EC2967
Tints of Cerise #EC2967
RGB
CMYK
RGB Variations
Color information
#EC2967 (or 0xEC2967) is known color: Cerise. HEX triplet: EC, 29 and 67. RGB value is (236,41,103). Sum of RGB (Red+Green+Blue) = 236+41+103=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2967 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2967 is #13D698. Grayscale: #6A6A6A. Windows color (decimal): -1300121 or 6760940. OLE color: 6760940.
HSL color Cylindrical-coordinate representation of color #EC2967: hue angle of 340.92º 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 #EC2967 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 103 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.07 |
| HSL | 340.92º | 0.84% | 0.54% | - |
| HSV(B) | 340.92º | 0.83% | 0.93% | - |
| XYZ | 37.83 | 20.4 | 14.78 | - |
| YUV | 106.37 | 126.1 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 103 | 0 | 0.83 | 0.56 | 0.07 | 340.92 | 0.84 | 0.54 |
| Hex | EC | 29 | 67 | 0 | 53 | 38 | 7 | 155 | 54 | 36 |
| Octal | 354 | 51 | 147 | 0 | 123 | 70 | 7 | 525 | 124 | 66 |
| Binary | 11101100 | 101001 | 1100111 | 0 | 1010011 | 111000 | 111 | 101010101 | 1010100 | 110110 |
Color Harmonies of #EC2967
Complementary color
Monochromatic Colors of #EC2967
Black with #EC2967
Text Example
Text Example
White with #EC2967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2967; }
p { color: rgb(236,41,103); }
H1.HeaderClassName
{
color: #EC2967;
}
.AnyTagClassName
{
color: #EC2967;
}
</style>
background-color css
<style>
a { background-color: #EC2967; }
a { background-color: rgb(236,41,103); }
div.DivClassName
{
background-color: #EC2967;
}
.BgClassName
{
background-color: #EC2967;
}
</style>
border-color css
<style>
span { border-color: #EC2967; }
span { border-color: rgb(236,41,103); }
td.TdClassName
{
border-color: #EC2967;
}
.TagClassName
{
border-color: #EC2967;
}
</style>