Shades of Cerise #EC346C
Tints of Cerise #EC346C
RGB
CMYK
RGB Variations
Color information
#EC346C (or 0xEC346C) is known color: Cerise. HEX triplet: EC, 34 and 6C. RGB value is (236,52,108). Sum of RGB (Red+Green+Blue) = 236+52+108=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC346C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC346C is #13CB93. Grayscale: #717171. Windows color (decimal): -1297300 or 7091436. OLE color: 7091436.
HSL color Cylindrical-coordinate representation of color #EC346C: hue angle of 341.74º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC346C is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 108 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.07 |
| HSL | 341.74º | 0.83% | 0.56% | - |
| HSV(B) | 341.74º | 0.78% | 0.93% | - |
| XYZ | 38.53 | 21.37 | 16.28 | - |
| YUV | 113.4 | 124.96 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 108 | 0 | 0.78 | 0.54 | 0.07 | 341.74 | 0.83 | 0.56 |
| Hex | EC | 34 | 6C | 0 | 4E | 36 | 7 | 156 | 53 | 38 |
| Octal | 354 | 64 | 154 | 0 | 116 | 66 | 7 | 526 | 123 | 70 |
| Binary | 11101100 | 110100 | 1101100 | 0 | 1001110 | 110110 | 111 | 101010110 | 1010011 | 111000 |
Color Harmonies of #EC346C
Complementary color
Monochromatic Colors of #EC346C
Black with #EC346C
Text Example
Text Example
White with #EC346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC346C; }
p { color: rgb(236,52,108); }
H1.HeaderClassName
{
color: #EC346C;
}
.AnyTagClassName
{
color: #EC346C;
}
</style>
background-color css
<style>
a { background-color: #EC346C; }
a { background-color: rgb(236,52,108); }
div.DivClassName
{
background-color: #EC346C;
}
.BgClassName
{
background-color: #EC346C;
}
</style>
border-color css
<style>
span { border-color: #EC346C; }
span { border-color: rgb(236,52,108); }
td.TdClassName
{
border-color: #EC346C;
}
.TagClassName
{
border-color: #EC346C;
}
</style>