Shades of Cranberry #EC4D6C
Tints of Cranberry #EC4D6C
RGB
CMYK
RGB Variations
Color information
#EC4D6C (or 0xEC4D6C) is known color: Cranberry. HEX triplet: EC, 4D and 6C. RGB value is (236,77,108). Sum of RGB (Red+Green+Blue) = 236+77+108=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4D6C is #13B293. Grayscale: #808080. Windows color (decimal): -1290900 or 7097836. OLE color: 7097836.
HSL color Cylindrical-coordinate representation of color #EC4D6C: hue angle of 348.3º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4D6C is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 108 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.07 |
| HSL | 348.3º | 0.81% | 0.61% | - |
| HSV(B) | 348.3º | 0.67% | 0.93% | - |
| XYZ | 39.95 | 24.22 | 16.76 | - |
| YUV | 128.08 | 116.68 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 108 | 0 | 0.67 | 0.54 | 0.07 | 348.3 | 0.81 | 0.61 |
| Hex | EC | 4D | 6C | 0 | 43 | 36 | 7 | 15C | 51 | 3D |
| Octal | 354 | 115 | 154 | 0 | 103 | 66 | 7 | 534 | 121 | 75 |
| Binary | 11101100 | 1001101 | 1101100 | 0 | 1000011 | 110110 | 111 | 101011100 | 1010001 | 111101 |
Color Harmonies of #EC4D6C
Complementary color
Monochromatic Colors of #EC4D6C
Black with #EC4D6C
Text Example
Text Example
White with #EC4D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D6C; }
p { color: rgb(236,77,108); }
H1.HeaderClassName
{
color: #EC4D6C;
}
.AnyTagClassName
{
color: #EC4D6C;
}
</style>
background-color css
<style>
a { background-color: #EC4D6C; }
a { background-color: rgb(236,77,108); }
div.DivClassName
{
background-color: #EC4D6C;
}
.BgClassName
{
background-color: #EC4D6C;
}
</style>
border-color css
<style>
span { border-color: #EC4D6C; }
span { border-color: rgb(236,77,108); }
td.TdClassName
{
border-color: #EC4D6C;
}
.TagClassName
{
border-color: #EC4D6C;
}
</style>