Shades of Cerise #EC256C
Tints of Cerise #EC256C
RGB
CMYK
RGB Variations
Color information
#EC256C (or 0xEC256C) is known color: Cerise. HEX triplet: EC, 25 and 6C. RGB value is (236,37,108). Sum of RGB (Red+Green+Blue) = 236+37+108=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC256C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC256C is #13DA93. Grayscale: #686868. Windows color (decimal): -1301140 or 7087596. OLE color: 7087596.
HSL color Cylindrical-coordinate representation of color #EC256C: hue angle of 338.59º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC256C is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 108 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.07 |
| HSL | 338.59º | 0.84% | 0.54% | - |
| HSV(B) | 338.59º | 0.84% | 0.93% | - |
| XYZ | 37.96 | 20.24 | 16.09 | - |
| YUV | 104.6 | 129.93 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 108 | 0 | 0.84 | 0.54 | 0.07 | 338.59 | 0.84 | 0.54 |
| Hex | EC | 25 | 6C | 0 | 54 | 36 | 7 | 153 | 54 | 36 |
| Octal | 354 | 45 | 154 | 0 | 124 | 66 | 7 | 523 | 124 | 66 |
| Binary | 11101100 | 100101 | 1101100 | 0 | 1010100 | 110110 | 111 | 101010011 | 1010100 | 110110 |
Color Harmonies of #EC256C
Complementary color
Monochromatic Colors of #EC256C
Black with #EC256C
Text Example
Text Example
White with #EC256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC256C; }
p { color: rgb(236,37,108); }
H1.HeaderClassName
{
color: #EC256C;
}
.AnyTagClassName
{
color: #EC256C;
}
</style>
background-color css
<style>
a { background-color: #EC256C; }
a { background-color: rgb(236,37,108); }
div.DivClassName
{
background-color: #EC256C;
}
.BgClassName
{
background-color: #EC256C;
}
</style>
border-color css
<style>
span { border-color: #EC256C; }
span { border-color: rgb(236,37,108); }
td.TdClassName
{
border-color: #EC256C;
}
.TagClassName
{
border-color: #EC256C;
}
</style>