Shades of Cerise #EC2B6C
Tints of Cerise #EC2B6C
RGB
CMYK
RGB Variations
Color information
#EC2B6C (or 0xEC2B6C) is known color: Cerise. HEX triplet: EC, 2B and 6C. RGB value is (236,43,108). Sum of RGB (Red+Green+Blue) = 236+43+108=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B6C is #13D493. Grayscale: #6C6C6C. Windows color (decimal): -1299604 or 7089132. OLE color: 7089132.
HSL color Cylindrical-coordinate representation of color #EC2B6C: hue angle of 339.79º 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 #EC2B6C is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 108 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.07 |
| HSL | 339.79º | 0.84% | 0.55% | - |
| HSV(B) | 339.79º | 0.82% | 0.93% | - |
| XYZ | 38.16 | 20.64 | 16.16 | - |
| YUV | 108.12 | 127.94 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 108 | 0 | 0.82 | 0.54 | 0.07 | 339.79 | 0.84 | 0.55 |
| Hex | EC | 2B | 6C | 0 | 52 | 36 | 7 | 154 | 54 | 37 |
| Octal | 354 | 53 | 154 | 0 | 122 | 66 | 7 | 524 | 124 | 67 |
| Binary | 11101100 | 101011 | 1101100 | 0 | 1010010 | 110110 | 111 | 101010100 | 1010100 | 110111 |
Color Harmonies of #EC2B6C
Complementary color
Monochromatic Colors of #EC2B6C
Black with #EC2B6C
Text Example
Text Example
White with #EC2B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B6C; }
p { color: rgb(236,43,108); }
H1.HeaderClassName
{
color: #EC2B6C;
}
.AnyTagClassName
{
color: #EC2B6C;
}
</style>
background-color css
<style>
a { background-color: #EC2B6C; }
a { background-color: rgb(236,43,108); }
div.DivClassName
{
background-color: #EC2B6C;
}
.BgClassName
{
background-color: #EC2B6C;
}
</style>
border-color css
<style>
span { border-color: #EC2B6C; }
span { border-color: rgb(236,43,108); }
td.TdClassName
{
border-color: #EC2B6C;
}
.TagClassName
{
border-color: #EC2B6C;
}
</style>