Shades of Cerise #EC236B
Tints of Cerise #EC236B
RGB
CMYK
RGB Variations
Color information
#EC236B (or 0xEC236B) is known color: Cerise. HEX triplet: EC, 23 and 6B. RGB value is (236,35,107). Sum of RGB (Red+Green+Blue) = 236+35+107=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC236B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC236B is #13DC94. Grayscale: #676767. Windows color (decimal): -1301653 or 7021548. OLE color: 7021548.
HSL color Cylindrical-coordinate representation of color #EC236B: hue angle of 338.51º 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 #EC236B is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 107 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.07 |
| HSL | 338.51º | 0.84% | 0.53% | - |
| HSV(B) | 338.51º | 0.85% | 0.93% | - |
| XYZ | 37.85 | 20.1 | 15.79 | - |
| YUV | 103.31 | 130.09 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 107 | 0 | 0.85 | 0.55 | 0.07 | 338.51 | 0.84 | 0.53 |
| Hex | EC | 23 | 6B | 0 | 55 | 37 | 7 | 153 | 54 | 35 |
| Octal | 354 | 43 | 153 | 0 | 125 | 67 | 7 | 523 | 124 | 65 |
| Binary | 11101100 | 100011 | 1101011 | 0 | 1010101 | 110111 | 111 | 101010011 | 1010100 | 110101 |
Color Harmonies of #EC236B
Complementary color
Monochromatic Colors of #EC236B
Black with #EC236B
Text Example
Text Example
White with #EC236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC236B; }
p { color: rgb(236,35,107); }
H1.HeaderClassName
{
color: #EC236B;
}
.AnyTagClassName
{
color: #EC236B;
}
</style>
background-color css
<style>
a { background-color: #EC236B; }
a { background-color: rgb(236,35,107); }
div.DivClassName
{
background-color: #EC236B;
}
.BgClassName
{
background-color: #EC236B;
}
</style>
border-color css
<style>
span { border-color: #EC236B; }
span { border-color: rgb(236,35,107); }
td.TdClassName
{
border-color: #EC236B;
}
.TagClassName
{
border-color: #EC236B;
}
</style>