Shades of Cerise #EC256F
Tints of Cerise #EC256F
RGB
CMYK
RGB Variations
Color information
#EC256F (or 0xEC256F) is known color: Cerise. HEX triplet: EC, 25 and 6F. RGB value is (236,37,111). Sum of RGB (Red+Green+Blue) = 236+37+111=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC256F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC256F is #13DA90. Grayscale: #686868. Windows color (decimal): -1301137 or 7284204. OLE color: 7284204.
HSL color Cylindrical-coordinate representation of color #EC256F: hue angle of 337.69º 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 #EC256F is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 111 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.07 |
| HSL | 337.69º | 0.84% | 0.54% | - |
| HSV(B) | 337.69º | 0.84% | 0.93% | - |
| XYZ | 38.12 | 20.3 | 16.95 | - |
| YUV | 104.94 | 131.43 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 111 | 0 | 0.84 | 0.53 | 0.07 | 337.69 | 0.84 | 0.54 |
| Hex | EC | 25 | 6F | 0 | 54 | 35 | 7 | 152 | 54 | 36 |
| Octal | 354 | 45 | 157 | 0 | 124 | 65 | 7 | 522 | 124 | 66 |
| Binary | 11101100 | 100101 | 1101111 | 0 | 1010100 | 110101 | 111 | 101010010 | 1010100 | 110110 |
Color Harmonies of #EC256F
Complementary color
Monochromatic Colors of #EC256F
Black with #EC256F
Text Example
Text Example
White with #EC256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC256F; }
p { color: rgb(236,37,111); }
H1.HeaderClassName
{
color: #EC256F;
}
.AnyTagClassName
{
color: #EC256F;
}
</style>
background-color css
<style>
a { background-color: #EC256F; }
a { background-color: rgb(236,37,111); }
div.DivClassName
{
background-color: #EC256F;
}
.BgClassName
{
background-color: #EC256F;
}
</style>
border-color css
<style>
span { border-color: #EC256F; }
span { border-color: rgb(236,37,111); }
td.TdClassName
{
border-color: #EC256F;
}
.TagClassName
{
border-color: #EC256F;
}
</style>