Shades of Cranberry #EC4A6C
Tints of Cranberry #EC4A6C
RGB
CMYK
RGB Variations
Color information
#EC4A6C (or 0xEC4A6C) is known color: Cranberry. HEX triplet: EC, 4A and 6C. RGB value is (236,74,108). Sum of RGB (Red+Green+Blue) = 236+74+108=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A6C is #13B593. Grayscale: #7E7E7E. Windows color (decimal): -1291668 or 7097068. OLE color: 7097068.
HSL color Cylindrical-coordinate representation of color #EC4A6C: hue angle of 347.41º 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 #EC4A6C is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 108 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.07 |
| HSL | 347.41º | 0.81% | 0.61% | - |
| HSV(B) | 347.41º | 0.69% | 0.93% | - |
| XYZ | 39.75 | 23.81 | 16.69 | - |
| YUV | 126.31 | 117.67 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 108 | 0 | 0.69 | 0.54 | 0.07 | 347.41 | 0.81 | 0.61 |
| Hex | EC | 4A | 6C | 0 | 45 | 36 | 7 | 15B | 51 | 3D |
| Octal | 354 | 112 | 154 | 0 | 105 | 66 | 7 | 533 | 121 | 75 |
| Binary | 11101100 | 1001010 | 1101100 | 0 | 1000101 | 110110 | 111 | 101011011 | 1010001 | 111101 |
Color Harmonies of #EC4A6C
Complementary color
Monochromatic Colors of #EC4A6C
Black with #EC4A6C
Text Example
Text Example
White with #EC4A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A6C; }
p { color: rgb(236,74,108); }
H1.HeaderClassName
{
color: #EC4A6C;
}
.AnyTagClassName
{
color: #EC4A6C;
}
</style>
background-color css
<style>
a { background-color: #EC4A6C; }
a { background-color: rgb(236,74,108); }
div.DivClassName
{
background-color: #EC4A6C;
}
.BgClassName
{
background-color: #EC4A6C;
}
</style>
border-color css
<style>
span { border-color: #EC4A6C; }
span { border-color: rgb(236,74,108); }
td.TdClassName
{
border-color: #EC4A6C;
}
.TagClassName
{
border-color: #EC4A6C;
}
</style>