Shades of Cerise #EC256D
Tints of Cerise #EC256D
RGB
CMYK
RGB Variations
Color information
#EC256D (or 0xEC256D) is known color: Cerise. HEX triplet: EC, 25 and 6D. RGB value is (236,37,109). Sum of RGB (Red+Green+Blue) = 236+37+109=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC256D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC256D is #13DA92. Grayscale: #686868. Windows color (decimal): -1301139 or 7153132. OLE color: 7153132.
HSL color Cylindrical-coordinate representation of color #EC256D: hue angle of 338.29º 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 #EC256D is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 109 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.07 |
| HSL | 338.29º | 0.84% | 0.54% | - |
| HSV(B) | 338.29º | 0.84% | 0.93% | - |
| XYZ | 38.01 | 20.26 | 16.38 | - |
| YUV | 104.71 | 130.43 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 109 | 0 | 0.84 | 0.54 | 0.07 | 338.29 | 0.84 | 0.54 |
| Hex | EC | 25 | 6D | 0 | 54 | 36 | 7 | 152 | 54 | 36 |
| Octal | 354 | 45 | 155 | 0 | 124 | 66 | 7 | 522 | 124 | 66 |
| Binary | 11101100 | 100101 | 1101101 | 0 | 1010100 | 110110 | 111 | 101010010 | 1010100 | 110110 |
Color Harmonies of #EC256D
Complementary color
Monochromatic Colors of #EC256D
Black with #EC256D
Text Example
Text Example
White with #EC256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC256D; }
p { color: rgb(236,37,109); }
H1.HeaderClassName
{
color: #EC256D;
}
.AnyTagClassName
{
color: #EC256D;
}
</style>
background-color css
<style>
a { background-color: #EC256D; }
a { background-color: rgb(236,37,109); }
div.DivClassName
{
background-color: #EC256D;
}
.BgClassName
{
background-color: #EC256D;
}
</style>
border-color css
<style>
span { border-color: #EC256D; }
span { border-color: rgb(236,37,109); }
td.TdClassName
{
border-color: #EC256D;
}
.TagClassName
{
border-color: #EC256D;
}
</style>