Shades of Cranberry #EC4D6A
Tints of Cranberry #EC4D6A
RGB
CMYK
RGB Variations
Color information
#EC4D6A (or 0xEC4D6A) is known color: Cranberry. HEX triplet: EC, 4D and 6A. RGB value is (236,77,106). Sum of RGB (Red+Green+Blue) = 236+77+106=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4D6A is #13B295. Grayscale: #7F7F7F. Windows color (decimal): -1290902 or 6966764. OLE color: 6966764.
HSL color Cylindrical-coordinate representation of color #EC4D6A: hue angle of 349.06º 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 #EC4D6A is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 106 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.07 |
| HSL | 349.06º | 0.81% | 0.61% | - |
| HSV(B) | 349.06º | 0.67% | 0.93% | - |
| XYZ | 39.85 | 24.18 | 16.2 | - |
| YUV | 127.85 | 115.68 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 106 | 0 | 0.67 | 0.55 | 0.07 | 349.06 | 0.81 | 0.61 |
| Hex | EC | 4D | 6A | 0 | 43 | 37 | 7 | 15D | 51 | 3D |
| Octal | 354 | 115 | 152 | 0 | 103 | 67 | 7 | 535 | 121 | 75 |
| Binary | 11101100 | 1001101 | 1101010 | 0 | 1000011 | 110111 | 111 | 101011101 | 1010001 | 111101 |
Color Harmonies of #EC4D6A
Complementary color
Monochromatic Colors of #EC4D6A
Black with #EC4D6A
Text Example
Text Example
White with #EC4D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D6A; }
p { color: rgb(236,77,106); }
H1.HeaderClassName
{
color: #EC4D6A;
}
.AnyTagClassName
{
color: #EC4D6A;
}
</style>
background-color css
<style>
a { background-color: #EC4D6A; }
a { background-color: rgb(236,77,106); }
div.DivClassName
{
background-color: #EC4D6A;
}
.BgClassName
{
background-color: #EC4D6A;
}
</style>
border-color css
<style>
span { border-color: #EC4D6A; }
span { border-color: rgb(236,77,106); }
td.TdClassName
{
border-color: #EC4D6A;
}
.TagClassName
{
border-color: #EC4D6A;
}
</style>