Shades of Cranberry #EC4D6B
Tints of Cranberry #EC4D6B
RGB
CMYK
RGB Variations
Color information
#EC4D6B (or 0xEC4D6B) is known color: Cranberry. HEX triplet: EC, 4D and 6B. RGB value is (236,77,107). Sum of RGB (Red+Green+Blue) = 236+77+107=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4D6B is #13B294. Grayscale: #7F7F7F. Windows color (decimal): -1290901 or 7032300. OLE color: 7032300.
HSL color Cylindrical-coordinate representation of color #EC4D6B: hue angle of 348.68º 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 #EC4D6B is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 107 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.07 |
| HSL | 348.68º | 0.81% | 0.61% | - |
| HSV(B) | 348.68º | 0.67% | 0.93% | - |
| XYZ | 39.9 | 24.2 | 16.48 | - |
| YUV | 127.96 | 116.18 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 107 | 0 | 0.67 | 0.55 | 0.07 | 348.68 | 0.81 | 0.61 |
| Hex | EC | 4D | 6B | 0 | 43 | 37 | 7 | 15D | 51 | 3D |
| Octal | 354 | 115 | 153 | 0 | 103 | 67 | 7 | 535 | 121 | 75 |
| Binary | 11101100 | 1001101 | 1101011 | 0 | 1000011 | 110111 | 111 | 101011101 | 1010001 | 111101 |
Color Harmonies of #EC4D6B
Complementary color
Monochromatic Colors of #EC4D6B
Black with #EC4D6B
Text Example
Text Example
White with #EC4D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D6B; }
p { color: rgb(236,77,107); }
H1.HeaderClassName
{
color: #EC4D6B;
}
.AnyTagClassName
{
color: #EC4D6B;
}
</style>
background-color css
<style>
a { background-color: #EC4D6B; }
a { background-color: rgb(236,77,107); }
div.DivClassName
{
background-color: #EC4D6B;
}
.BgClassName
{
background-color: #EC4D6B;
}
</style>
border-color css
<style>
span { border-color: #EC4D6B; }
span { border-color: rgb(236,77,107); }
td.TdClassName
{
border-color: #EC4D6B;
}
.TagClassName
{
border-color: #EC4D6B;
}
</style>