Shades of Cranberry #EC4C6C
Tints of Cranberry #EC4C6C
RGB
CMYK
RGB Variations
Color information
#EC4C6C (or 0xEC4C6C) is known color: Cranberry. HEX triplet: EC, 4C and 6C. RGB value is (236,76,108). Sum of RGB (Red+Green+Blue) = 236+76+108=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4C6C is #13B393. Grayscale: #7F7F7F. Windows color (decimal): -1291156 or 7097580. OLE color: 7097580.
HSL color Cylindrical-coordinate representation of color #EC4C6C: hue angle of 348º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4C6C is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 108 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.07 |
| HSL | 348º | 0.81% | 0.61% | - |
| HSV(B) | 348º | 0.68% | 0.93% | - |
| XYZ | 39.88 | 24.08 | 16.73 | - |
| YUV | 127.49 | 117.01 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 108 | 0 | 0.68 | 0.54 | 0.07 | 348 | 0.81 | 0.61 |
| Hex | EC | 4C | 6C | 0 | 44 | 36 | 7 | 15C | 51 | 3D |
| Octal | 354 | 114 | 154 | 0 | 104 | 66 | 7 | 534 | 121 | 75 |
| Binary | 11101100 | 1001100 | 1101100 | 0 | 1000100 | 110110 | 111 | 101011100 | 1010001 | 111101 |
Color Harmonies of #EC4C6C
Complementary color
Monochromatic Colors of #EC4C6C
Black with #EC4C6C
Text Example
Text Example
White with #EC4C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C6C; }
p { color: rgb(236,76,108); }
H1.HeaderClassName
{
color: #EC4C6C;
}
.AnyTagClassName
{
color: #EC4C6C;
}
</style>
background-color css
<style>
a { background-color: #EC4C6C; }
a { background-color: rgb(236,76,108); }
div.DivClassName
{
background-color: #EC4C6C;
}
.BgClassName
{
background-color: #EC4C6C;
}
</style>
border-color css
<style>
span { border-color: #EC4C6C; }
span { border-color: rgb(236,76,108); }
td.TdClassName
{
border-color: #EC4C6C;
}
.TagClassName
{
border-color: #EC4C6C;
}
</style>