Shades of Cerise #EC326E
Tints of Cerise #EC326E
RGB
CMYK
RGB Variations
Color information
#EC326E (or 0xEC326E) is known color: Cerise. HEX triplet: EC, 32 and 6E. RGB value is (236,50,110). Sum of RGB (Red+Green+Blue) = 236+50+110=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC326E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC326E is #13CD91. Grayscale: #707070. Windows color (decimal): -1297810 or 7221996. OLE color: 7221996.
HSL color Cylindrical-coordinate representation of color #EC326E: hue angle of 340.65º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC326E is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 110 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.07 |
| HSL | 340.65º | 0.83% | 0.56% | - |
| HSV(B) | 340.65º | 0.79% | 0.93% | - |
| XYZ | 38.55 | 21.24 | 16.82 | - |
| YUV | 112.45 | 126.62 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 110 | 0 | 0.79 | 0.53 | 0.07 | 340.65 | 0.83 | 0.56 |
| Hex | EC | 32 | 6E | 0 | 4F | 35 | 7 | 155 | 53 | 38 |
| Octal | 354 | 62 | 156 | 0 | 117 | 65 | 7 | 525 | 123 | 70 |
| Binary | 11101100 | 110010 | 1101110 | 0 | 1001111 | 110101 | 111 | 101010101 | 1010011 | 111000 |
Color Harmonies of #EC326E
Complementary color
Monochromatic Colors of #EC326E
Black with #EC326E
Text Example
Text Example
White with #EC326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC326E; }
p { color: rgb(236,50,110); }
H1.HeaderClassName
{
color: #EC326E;
}
.AnyTagClassName
{
color: #EC326E;
}
</style>
background-color css
<style>
a { background-color: #EC326E; }
a { background-color: rgb(236,50,110); }
div.DivClassName
{
background-color: #EC326E;
}
.BgClassName
{
background-color: #EC326E;
}
</style>
border-color css
<style>
span { border-color: #EC326E; }
span { border-color: rgb(236,50,110); }
td.TdClassName
{
border-color: #EC326E;
}
.TagClassName
{
border-color: #EC326E;
}
</style>