Shades of Cerise #EC326D
Tints of Cerise #EC326D
RGB
CMYK
RGB Variations
Color information
#EC326D (or 0xEC326D) is known color: Cerise. HEX triplet: EC, 32 and 6D. RGB value is (236,50,109). Sum of RGB (Red+Green+Blue) = 236+50+109=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC326D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC326D is #13CD92. Grayscale: #707070. Windows color (decimal): -1297811 or 7156460. OLE color: 7156460.
HSL color Cylindrical-coordinate representation of color #EC326D: hue angle of 340.97º 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 #EC326D is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 109 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.07 |
| HSL | 340.97º | 0.83% | 0.56% | - |
| HSV(B) | 340.97º | 0.79% | 0.93% | - |
| XYZ | 38.49 | 21.22 | 16.53 | - |
| YUV | 112.34 | 126.12 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 109 | 0 | 0.79 | 0.54 | 0.07 | 340.97 | 0.83 | 0.56 |
| Hex | EC | 32 | 6D | 0 | 4F | 36 | 7 | 155 | 53 | 38 |
| Octal | 354 | 62 | 155 | 0 | 117 | 66 | 7 | 525 | 123 | 70 |
| Binary | 11101100 | 110010 | 1101101 | 0 | 1001111 | 110110 | 111 | 101010101 | 1010011 | 111000 |
Color Harmonies of #EC326D
Complementary color
Monochromatic Colors of #EC326D
Black with #EC326D
Text Example
Text Example
White with #EC326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC326D; }
p { color: rgb(236,50,109); }
H1.HeaderClassName
{
color: #EC326D;
}
.AnyTagClassName
{
color: #EC326D;
}
</style>
background-color css
<style>
a { background-color: #EC326D; }
a { background-color: rgb(236,50,109); }
div.DivClassName
{
background-color: #EC326D;
}
.BgClassName
{
background-color: #EC326D;
}
</style>
border-color css
<style>
span { border-color: #EC326D; }
span { border-color: rgb(236,50,109); }
td.TdClassName
{
border-color: #EC326D;
}
.TagClassName
{
border-color: #EC326D;
}
</style>