Shades of Cerise #EC236C
Tints of Cerise #EC236C
RGB
CMYK
RGB Variations
Color information
#EC236C (or 0xEC236C) is known color: Cerise. HEX triplet: EC, 23 and 6C. RGB value is (236,35,108). Sum of RGB (Red+Green+Blue) = 236+35+108=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC236C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC236C is #13DC93. Grayscale: #676767. Windows color (decimal): -1301652 or 7087084. OLE color: 7087084.
HSL color Cylindrical-coordinate representation of color #EC236C: hue angle of 338.21º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC236C is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 108 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.07 |
| HSL | 338.21º | 0.84% | 0.53% | - |
| HSV(B) | 338.21º | 0.85% | 0.93% | - |
| XYZ | 37.9 | 20.12 | 16.07 | - |
| YUV | 103.42 | 130.59 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 108 | 0 | 0.85 | 0.54 | 0.07 | 338.21 | 0.84 | 0.53 |
| Hex | EC | 23 | 6C | 0 | 55 | 36 | 7 | 152 | 54 | 35 |
| Octal | 354 | 43 | 154 | 0 | 125 | 66 | 7 | 522 | 124 | 65 |
| Binary | 11101100 | 100011 | 1101100 | 0 | 1010101 | 110110 | 111 | 101010010 | 1010100 | 110101 |
Color Harmonies of #EC236C
Complementary color
Monochromatic Colors of #EC236C
Black with #EC236C
Text Example
Text Example
White with #EC236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC236C; }
p { color: rgb(236,35,108); }
H1.HeaderClassName
{
color: #EC236C;
}
.AnyTagClassName
{
color: #EC236C;
}
</style>
background-color css
<style>
a { background-color: #EC236C; }
a { background-color: rgb(236,35,108); }
div.DivClassName
{
background-color: #EC236C;
}
.BgClassName
{
background-color: #EC236C;
}
</style>
border-color css
<style>
span { border-color: #EC236C; }
span { border-color: rgb(236,35,108); }
td.TdClassName
{
border-color: #EC236C;
}
.TagClassName
{
border-color: #EC236C;
}
</style>