Shades of Cerise #EC326C
Tints of Cerise #EC326C
RGB
CMYK
RGB Variations
Color information
#EC326C (or 0xEC326C) is known color: Cerise. HEX triplet: EC, 32 and 6C. RGB value is (236,50,108). Sum of RGB (Red+Green+Blue) = 236+50+108=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC326C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC326C is #13CD93. Grayscale: #707070. Windows color (decimal): -1297812 or 7090924. OLE color: 7090924.
HSL color Cylindrical-coordinate representation of color #EC326C: hue angle of 341.29º 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 #EC326C is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 108 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.07 |
| HSL | 341.29º | 0.83% | 0.56% | - |
| HSV(B) | 341.29º | 0.79% | 0.93% | - |
| XYZ | 38.44 | 21.2 | 16.25 | - |
| YUV | 112.23 | 125.62 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 108 | 0 | 0.79 | 0.54 | 0.07 | 341.29 | 0.83 | 0.56 |
| Hex | EC | 32 | 6C | 0 | 4F | 36 | 7 | 155 | 53 | 38 |
| Octal | 354 | 62 | 154 | 0 | 117 | 66 | 7 | 525 | 123 | 70 |
| Binary | 11101100 | 110010 | 1101100 | 0 | 1001111 | 110110 | 111 | 101010101 | 1010011 | 111000 |
Color Harmonies of #EC326C
Complementary color
Monochromatic Colors of #EC326C
Black with #EC326C
Text Example
Text Example
White with #EC326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC326C; }
p { color: rgb(236,50,108); }
H1.HeaderClassName
{
color: #EC326C;
}
.AnyTagClassName
{
color: #EC326C;
}
</style>
background-color css
<style>
a { background-color: #EC326C; }
a { background-color: rgb(236,50,108); }
div.DivClassName
{
background-color: #EC326C;
}
.BgClassName
{
background-color: #EC326C;
}
</style>
border-color css
<style>
span { border-color: #EC326C; }
span { border-color: rgb(236,50,108); }
td.TdClassName
{
border-color: #EC326C;
}
.TagClassName
{
border-color: #EC326C;
}
</style>