Shades of Cerise #EC2B64
Tints of Cerise #EC2B64
RGB
CMYK
RGB Variations
Color information
#EC2B64 (or 0xEC2B64) is known color: Cerise. HEX triplet: EC, 2B and 64. RGB value is (236,43,100). Sum of RGB (Red+Green+Blue) = 236+43+100=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B64 is #13D49B. Grayscale: #6B6B6B. Windows color (decimal): -1299612 or 6564844. OLE color: 6564844.
HSL color Cylindrical-coordinate representation of color #EC2B64: hue angle of 342.28º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2B64 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 100 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.07 |
| HSL | 342.28º | 0.84% | 0.55% | - |
| HSV(B) | 342.28º | 0.82% | 0.93% | - |
| XYZ | 37.76 | 20.48 | 14.02 | - |
| YUV | 107.21 | 123.94 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 100 | 0 | 0.82 | 0.58 | 0.07 | 342.28 | 0.84 | 0.55 |
| Hex | EC | 2B | 64 | 0 | 52 | 3A | 7 | 156 | 54 | 37 |
| Octal | 354 | 53 | 144 | 0 | 122 | 72 | 7 | 526 | 124 | 67 |
| Binary | 11101100 | 101011 | 1100100 | 0 | 1010010 | 111010 | 111 | 101010110 | 1010100 | 110111 |
Color Harmonies of #EC2B64
Complementary color
Monochromatic Colors of #EC2B64
Black with #EC2B64
Text Example
Text Example
White with #EC2B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B64; }
p { color: rgb(236,43,100); }
H1.HeaderClassName
{
color: #EC2B64;
}
.AnyTagClassName
{
color: #EC2B64;
}
</style>
background-color css
<style>
a { background-color: #EC2B64; }
a { background-color: rgb(236,43,100); }
div.DivClassName
{
background-color: #EC2B64;
}
.BgClassName
{
background-color: #EC2B64;
}
</style>
border-color css
<style>
span { border-color: #EC2B64; }
span { border-color: rgb(236,43,100); }
td.TdClassName
{
border-color: #EC2B64;
}
.TagClassName
{
border-color: #EC2B64;
}
</style>