Shades of Cranberry #EC466E
Tints of Cranberry #EC466E
RGB
CMYK
RGB Variations
Color information
#EC466E (or 0xEC466E) is known color: Cranberry. HEX triplet: EC, 46 and 6E. RGB value is (236,70,110). Sum of RGB (Red+Green+Blue) = 236+70+110=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC466E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC466E is #13B991. Grayscale: #7C7C7C. Windows color (decimal): -1292690 or 7227116. OLE color: 7227116.
HSL color Cylindrical-coordinate representation of color #EC466E: hue angle of 345.54º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC466E is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 110 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.07 |
| HSL | 345.54º | 0.81% | 0.6% | - |
| HSV(B) | 345.54º | 0.7% | 0.93% | - |
| XYZ | 39.6 | 23.34 | 17.17 | - |
| YUV | 124.19 | 120 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 110 | 0 | 0.70 | 0.53 | 0.07 | 345.54 | 0.81 | 0.6 |
| Hex | EC | 46 | 6E | 0 | 46 | 35 | 7 | 15A | 51 | 3C |
| Octal | 354 | 106 | 156 | 0 | 106 | 65 | 7 | 532 | 121 | 74 |
| Binary | 11101100 | 1000110 | 1101110 | 0 | 1000110 | 110101 | 111 | 101011010 | 1010001 | 111100 |
Color Harmonies of #EC466E
Complementary color
Monochromatic Colors of #EC466E
Black with #EC466E
Text Example
Text Example
White with #EC466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC466E; }
p { color: rgb(236,70,110); }
H1.HeaderClassName
{
color: #EC466E;
}
.AnyTagClassName
{
color: #EC466E;
}
</style>
background-color css
<style>
a { background-color: #EC466E; }
a { background-color: rgb(236,70,110); }
div.DivClassName
{
background-color: #EC466E;
}
.BgClassName
{
background-color: #EC466E;
}
</style>
border-color css
<style>
span { border-color: #EC466E; }
span { border-color: rgb(236,70,110); }
td.TdClassName
{
border-color: #EC466E;
}
.TagClassName
{
border-color: #EC466E;
}
</style>