Shades of Cranberry #EC4E6C
Tints of Cranberry #EC4E6C
RGB
CMYK
RGB Variations
Color information
#EC4E6C (or 0xEC4E6C) is known color: Cranberry. HEX triplet: EC, 4E and 6C. RGB value is (236,78,108). Sum of RGB (Red+Green+Blue) = 236+78+108=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4E6C is #13B193. Grayscale: #808080. Windows color (decimal): -1290644 or 7098092. OLE color: 7098092.
HSL color Cylindrical-coordinate representation of color #EC4E6C: hue angle of 348.61º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4E6C is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 108 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.07 |
| HSL | 348.61º | 0.81% | 0.62% | - |
| HSV(B) | 348.61º | 0.67% | 0.93% | - |
| XYZ | 40.02 | 24.36 | 16.78 | - |
| YUV | 128.66 | 116.35 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 108 | 0 | 0.67 | 0.54 | 0.07 | 348.61 | 0.81 | 0.62 |
| Hex | EC | 4E | 6C | 0 | 43 | 36 | 7 | 15D | 51 | 3E |
| Octal | 354 | 116 | 154 | 0 | 103 | 66 | 7 | 535 | 121 | 76 |
| Binary | 11101100 | 1001110 | 1101100 | 0 | 1000011 | 110110 | 111 | 101011101 | 1010001 | 111110 |
Color Harmonies of #EC4E6C
Complementary color
Monochromatic Colors of #EC4E6C
Black with #EC4E6C
Text Example
Text Example
White with #EC4E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E6C; }
p { color: rgb(236,78,108); }
H1.HeaderClassName
{
color: #EC4E6C;
}
.AnyTagClassName
{
color: #EC4E6C;
}
</style>
background-color css
<style>
a { background-color: #EC4E6C; }
a { background-color: rgb(236,78,108); }
div.DivClassName
{
background-color: #EC4E6C;
}
.BgClassName
{
background-color: #EC4E6C;
}
</style>
border-color css
<style>
span { border-color: #EC4E6C; }
span { border-color: rgb(236,78,108); }
td.TdClassName
{
border-color: #EC4E6C;
}
.TagClassName
{
border-color: #EC4E6C;
}
</style>