Shades of Cranberry #EC4A6D
Tints of Cranberry #EC4A6D
RGB
CMYK
RGB Variations
Color information
#EC4A6D (or 0xEC4A6D) is known color: Cranberry. HEX triplet: EC, 4A and 6D. RGB value is (236,74,109). Sum of RGB (Red+Green+Blue) = 236+74+109=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A6D is #13B592. Grayscale: #7E7E7E. Windows color (decimal): -1291667 or 7162604. OLE color: 7162604.
HSL color Cylindrical-coordinate representation of color #EC4A6D: hue angle of 347.04º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4A6D is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 109 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.07 |
| HSL | 347.04º | 0.81% | 0.61% | - |
| HSV(B) | 347.04º | 0.69% | 0.93% | - |
| XYZ | 39.8 | 23.83 | 16.97 | - |
| YUV | 126.43 | 118.17 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 109 | 0 | 0.69 | 0.54 | 0.07 | 347.04 | 0.81 | 0.61 |
| Hex | EC | 4A | 6D | 0 | 45 | 36 | 7 | 15B | 51 | 3D |
| Octal | 354 | 112 | 155 | 0 | 105 | 66 | 7 | 533 | 121 | 75 |
| Binary | 11101100 | 1001010 | 1101101 | 0 | 1000101 | 110110 | 111 | 101011011 | 1010001 | 111101 |
Color Harmonies of #EC4A6D
Complementary color
Monochromatic Colors of #EC4A6D
Black with #EC4A6D
Text Example
Text Example
White with #EC4A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A6D; }
p { color: rgb(236,74,109); }
H1.HeaderClassName
{
color: #EC4A6D;
}
.AnyTagClassName
{
color: #EC4A6D;
}
</style>
background-color css
<style>
a { background-color: #EC4A6D; }
a { background-color: rgb(236,74,109); }
div.DivClassName
{
background-color: #EC4A6D;
}
.BgClassName
{
background-color: #EC4A6D;
}
</style>
border-color css
<style>
span { border-color: #EC4A6D; }
span { border-color: rgb(236,74,109); }
td.TdClassName
{
border-color: #EC4A6D;
}
.TagClassName
{
border-color: #EC4A6D;
}
</style>