Shades of Cranberry #EC4C6B
Tints of Cranberry #EC4C6B
RGB
CMYK
RGB Variations
Color information
#EC4C6B (or 0xEC4C6B) is known color: Cranberry. HEX triplet: EC, 4C and 6B. RGB value is (236,76,107). Sum of RGB (Red+Green+Blue) = 236+76+107=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4C6B is #13B394. Grayscale: #7F7F7F. Windows color (decimal): -1291157 or 7032044. OLE color: 7032044.
HSL color Cylindrical-coordinate representation of color #EC4C6B: hue angle of 348.38º 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 #EC4C6B is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 107 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.07 |
| HSL | 348.38º | 0.81% | 0.61% | - |
| HSV(B) | 348.38º | 0.68% | 0.93% | - |
| XYZ | 39.83 | 24.06 | 16.46 | - |
| YUV | 127.37 | 116.51 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 107 | 0 | 0.68 | 0.55 | 0.07 | 348.38 | 0.81 | 0.61 |
| Hex | EC | 4C | 6B | 0 | 44 | 37 | 7 | 15C | 51 | 3D |
| Octal | 354 | 114 | 153 | 0 | 104 | 67 | 7 | 534 | 121 | 75 |
| Binary | 11101100 | 1001100 | 1101011 | 0 | 1000100 | 110111 | 111 | 101011100 | 1010001 | 111101 |
Color Harmonies of #EC4C6B
Complementary color
Monochromatic Colors of #EC4C6B
Black with #EC4C6B
Text Example
Text Example
White with #EC4C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C6B; }
p { color: rgb(236,76,107); }
H1.HeaderClassName
{
color: #EC4C6B;
}
.AnyTagClassName
{
color: #EC4C6B;
}
</style>
background-color css
<style>
a { background-color: #EC4C6B; }
a { background-color: rgb(236,76,107); }
div.DivClassName
{
background-color: #EC4C6B;
}
.BgClassName
{
background-color: #EC4C6B;
}
</style>
border-color css
<style>
span { border-color: #EC4C6B; }
span { border-color: rgb(236,76,107); }
td.TdClassName
{
border-color: #EC4C6B;
}
.TagClassName
{
border-color: #EC4C6B;
}
</style>