Shades of Cranberry #EC4B6C
Tints of Cranberry #EC4B6C
RGB
CMYK
RGB Variations
Color information
#EC4B6C (or 0xEC4B6C) is known color: Cranberry. HEX triplet: EC, 4B and 6C. RGB value is (236,75,108). Sum of RGB (Red+Green+Blue) = 236+75+108=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B6C is #13B493. Grayscale: #7E7E7E. Windows color (decimal): -1291412 or 7097324. OLE color: 7097324.
HSL color Cylindrical-coordinate representation of color #EC4B6C: hue angle of 347.7º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4B6C is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 108 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.07 |
| HSL | 347.7º | 0.81% | 0.61% | - |
| HSV(B) | 347.7º | 0.68% | 0.93% | - |
| XYZ | 39.81 | 23.95 | 16.71 | - |
| YUV | 126.9 | 117.34 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 108 | 0 | 0.68 | 0.54 | 0.07 | 347.7 | 0.81 | 0.61 |
| Hex | EC | 4B | 6C | 0 | 44 | 36 | 7 | 15C | 51 | 3D |
| Octal | 354 | 113 | 154 | 0 | 104 | 66 | 7 | 534 | 121 | 75 |
| Binary | 11101100 | 1001011 | 1101100 | 0 | 1000100 | 110110 | 111 | 101011100 | 1010001 | 111101 |
Color Harmonies of #EC4B6C
Complementary color
Monochromatic Colors of #EC4B6C
Black with #EC4B6C
Text Example
Text Example
White with #EC4B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B6C; }
p { color: rgb(236,75,108); }
H1.HeaderClassName
{
color: #EC4B6C;
}
.AnyTagClassName
{
color: #EC4B6C;
}
</style>
background-color css
<style>
a { background-color: #EC4B6C; }
a { background-color: rgb(236,75,108); }
div.DivClassName
{
background-color: #EC4B6C;
}
.BgClassName
{
background-color: #EC4B6C;
}
</style>
border-color css
<style>
span { border-color: #EC4B6C; }
span { border-color: rgb(236,75,108); }
td.TdClassName
{
border-color: #EC4B6C;
}
.TagClassName
{
border-color: #EC4B6C;
}
</style>