Shades of Cerise #EC326F
Tints of Cerise #EC326F
RGB
CMYK
RGB Variations
Color information
#EC326F (or 0xEC326F) is known color: Cerise. HEX triplet: EC, 32 and 6F. RGB value is (236,50,111). Sum of RGB (Red+Green+Blue) = 236+50+111=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC326F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC326F is #13CD90. Grayscale: #707070. Windows color (decimal): -1297809 or 7287532. OLE color: 7287532.
HSL color Cylindrical-coordinate representation of color #EC326F: hue angle of 340.32º 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 #EC326F is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 111 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.07 |
| HSL | 340.32º | 0.83% | 0.56% | - |
| HSV(B) | 340.32º | 0.79% | 0.93% | - |
| XYZ | 38.6 | 21.26 | 17.11 | - |
| YUV | 112.57 | 127.12 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 111 | 0 | 0.79 | 0.53 | 0.07 | 340.32 | 0.83 | 0.56 |
| Hex | EC | 32 | 6F | 0 | 4F | 35 | 7 | 154 | 53 | 38 |
| Octal | 354 | 62 | 157 | 0 | 117 | 65 | 7 | 524 | 123 | 70 |
| Binary | 11101100 | 110010 | 1101111 | 0 | 1001111 | 110101 | 111 | 101010100 | 1010011 | 111000 |
Color Harmonies of #EC326F
Complementary color
Monochromatic Colors of #EC326F
Black with #EC326F
Text Example
Text Example
White with #EC326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC326F; }
p { color: rgb(236,50,111); }
H1.HeaderClassName
{
color: #EC326F;
}
.AnyTagClassName
{
color: #EC326F;
}
</style>
background-color css
<style>
a { background-color: #EC326F; }
a { background-color: rgb(236,50,111); }
div.DivClassName
{
background-color: #EC326F;
}
.BgClassName
{
background-color: #EC326F;
}
</style>
border-color css
<style>
span { border-color: #EC326F; }
span { border-color: rgb(236,50,111); }
td.TdClassName
{
border-color: #EC326F;
}
.TagClassName
{
border-color: #EC326F;
}
</style>