Shades of Cerise #EC2867
Tints of Cerise #EC2867
RGB
CMYK
RGB Variations
Color information
#EC2867 (or 0xEC2867) is known color: Cerise. HEX triplet: EC, 28 and 67. RGB value is (236,40,103). Sum of RGB (Red+Green+Blue) = 236+40+103=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2867 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2867 is #13D798. Grayscale: #696969. Windows color (decimal): -1300377 or 6760684. OLE color: 6760684.
HSL color Cylindrical-coordinate representation of color #EC2867: hue angle of 340.71º 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 #EC2867 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 103 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.07 |
| HSL | 340.71º | 0.84% | 0.54% | - |
| HSV(B) | 340.71º | 0.83% | 0.93% | - |
| XYZ | 37.8 | 20.33 | 14.76 | - |
| YUV | 105.79 | 126.43 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 103 | 0 | 0.83 | 0.56 | 0.07 | 340.71 | 0.84 | 0.54 |
| Hex | EC | 28 | 67 | 0 | 53 | 38 | 7 | 155 | 54 | 36 |
| Octal | 354 | 50 | 147 | 0 | 123 | 70 | 7 | 525 | 124 | 66 |
| Binary | 11101100 | 101000 | 1100111 | 0 | 1010011 | 111000 | 111 | 101010101 | 1010100 | 110110 |
Color Harmonies of #EC2867
Complementary color
Monochromatic Colors of #EC2867
Black with #EC2867
Text Example
Text Example
White with #EC2867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2867; }
p { color: rgb(236,40,103); }
H1.HeaderClassName
{
color: #EC2867;
}
.AnyTagClassName
{
color: #EC2867;
}
</style>
background-color css
<style>
a { background-color: #EC2867; }
a { background-color: rgb(236,40,103); }
div.DivClassName
{
background-color: #EC2867;
}
.BgClassName
{
background-color: #EC2867;
}
</style>
border-color css
<style>
span { border-color: #EC2867; }
span { border-color: rgb(236,40,103); }
td.TdClassName
{
border-color: #EC2867;
}
.TagClassName
{
border-color: #EC2867;
}
</style>