Shades of Cerise #EC236A
Tints of Cerise #EC236A
RGB
CMYK
RGB Variations
Color information
#EC236A (or 0xEC236A) is known color: Cerise. HEX triplet: EC, 23 and 6A. RGB value is (236,35,106). Sum of RGB (Red+Green+Blue) = 236+35+106=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC236A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC236A is #13DC95. Grayscale: #676767. Windows color (decimal): -1301654 or 6956012. OLE color: 6956012.
HSL color Cylindrical-coordinate representation of color #EC236A: hue angle of 338.81º 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 #EC236A is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 106 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.07 |
| HSL | 338.81º | 0.84% | 0.53% | - |
| HSV(B) | 338.81º | 0.85% | 0.93% | - |
| XYZ | 37.79 | 20.08 | 15.52 | - |
| YUV | 103.19 | 129.59 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 106 | 0 | 0.85 | 0.55 | 0.07 | 338.81 | 0.84 | 0.53 |
| Hex | EC | 23 | 6A | 0 | 55 | 37 | 7 | 153 | 54 | 35 |
| Octal | 354 | 43 | 152 | 0 | 125 | 67 | 7 | 523 | 124 | 65 |
| Binary | 11101100 | 100011 | 1101010 | 0 | 1010101 | 110111 | 111 | 101010011 | 1010100 | 110101 |
Color Harmonies of #EC236A
Complementary color
Monochromatic Colors of #EC236A
Black with #EC236A
Text Example
Text Example
White with #EC236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC236A; }
p { color: rgb(236,35,106); }
H1.HeaderClassName
{
color: #EC236A;
}
.AnyTagClassName
{
color: #EC236A;
}
</style>
background-color css
<style>
a { background-color: #EC236A; }
a { background-color: rgb(236,35,106); }
div.DivClassName
{
background-color: #EC236A;
}
.BgClassName
{
background-color: #EC236A;
}
</style>
border-color css
<style>
span { border-color: #EC236A; }
span { border-color: rgb(236,35,106); }
td.TdClassName
{
border-color: #EC236A;
}
.TagClassName
{
border-color: #EC236A;
}
</style>