Shades of Cranberry #EC4F6B
Tints of Cranberry #EC4F6B
RGB
CMYK
RGB Variations
Color information
#EC4F6B (or 0xEC4F6B) is known color: Cranberry. HEX triplet: EC, 4F and 6B. RGB value is (236,79,107). Sum of RGB (Red+Green+Blue) = 236+79+107=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4F6B is #13B094. Grayscale: #818181. Windows color (decimal): -1290389 or 7032812. OLE color: 7032812.
HSL color Cylindrical-coordinate representation of color #EC4F6B: hue angle of 349.3º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4F6B is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 107 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.07 |
| HSL | 349.3º | 0.81% | 0.62% | - |
| HSV(B) | 349.3º | 0.67% | 0.93% | - |
| XYZ | 40.04 | 24.49 | 16.53 | - |
| YUV | 129.14 | 115.51 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 107 | 0 | 0.67 | 0.55 | 0.07 | 349.3 | 0.81 | 0.62 |
| Hex | EC | 4F | 6B | 0 | 43 | 37 | 7 | 15D | 51 | 3E |
| Octal | 354 | 117 | 153 | 0 | 103 | 67 | 7 | 535 | 121 | 76 |
| Binary | 11101100 | 1001111 | 1101011 | 0 | 1000011 | 110111 | 111 | 101011101 | 1010001 | 111110 |
Color Harmonies of #EC4F6B
Complementary color
Monochromatic Colors of #EC4F6B
Black with #EC4F6B
Text Example
Text Example
White with #EC4F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F6B; }
p { color: rgb(236,79,107); }
H1.HeaderClassName
{
color: #EC4F6B;
}
.AnyTagClassName
{
color: #EC4F6B;
}
</style>
background-color css
<style>
a { background-color: #EC4F6B; }
a { background-color: rgb(236,79,107); }
div.DivClassName
{
background-color: #EC4F6B;
}
.BgClassName
{
background-color: #EC4F6B;
}
</style>
border-color css
<style>
span { border-color: #EC4F6B; }
span { border-color: rgb(236,79,107); }
td.TdClassName
{
border-color: #EC4F6B;
}
.TagClassName
{
border-color: #EC4F6B;
}
</style>