Shades of Cranberry #EC466F
Tints of Cranberry #EC466F
RGB
CMYK
RGB Variations
Color information
#EC466F (or 0xEC466F) is known color: Cranberry. HEX triplet: EC, 46 and 6F. RGB value is (236,70,111). Sum of RGB (Red+Green+Blue) = 236+70+111=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC466F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC466F is #13B990. Grayscale: #7C7C7C. Windows color (decimal): -1292689 or 7292652. OLE color: 7292652.
HSL color Cylindrical-coordinate representation of color #EC466F: hue angle of 345.18º 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 #EC466F is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 111 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.07 |
| HSL | 345.18º | 0.81% | 0.6% | - |
| HSV(B) | 345.18º | 0.7% | 0.93% | - |
| XYZ | 39.65 | 23.36 | 17.46 | - |
| YUV | 124.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 111 | 0 | 0.70 | 0.53 | 0.07 | 345.18 | 0.81 | 0.6 |
| Hex | EC | 46 | 6F | 0 | 46 | 35 | 7 | 159 | 51 | 3C |
| Octal | 354 | 106 | 157 | 0 | 106 | 65 | 7 | 531 | 121 | 74 |
| Binary | 11101100 | 1000110 | 1101111 | 0 | 1000110 | 110101 | 111 | 101011001 | 1010001 | 111100 |
Color Harmonies of #EC466F
Complementary color
Monochromatic Colors of #EC466F
Black with #EC466F
Text Example
Text Example
White with #EC466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC466F; }
p { color: rgb(236,70,111); }
H1.HeaderClassName
{
color: #EC466F;
}
.AnyTagClassName
{
color: #EC466F;
}
</style>
background-color css
<style>
a { background-color: #EC466F; }
a { background-color: rgb(236,70,111); }
div.DivClassName
{
background-color: #EC466F;
}
.BgClassName
{
background-color: #EC466F;
}
</style>
border-color css
<style>
span { border-color: #EC466F; }
span { border-color: rgb(236,70,111); }
td.TdClassName
{
border-color: #EC466F;
}
.TagClassName
{
border-color: #EC466F;
}
</style>