Shades of Cranberry #EC4768
Tints of Cranberry #EC4768
RGB
CMYK
RGB Variations
Color information
#EC4768 (or 0xEC4768) is known color: Cranberry. HEX triplet: EC, 47 and 68. RGB value is (236,71,104). Sum of RGB (Red+Green+Blue) = 236+71+104=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4768 is #13B897. Grayscale: #7C7C7C. Windows color (decimal): -1292440 or 6834156. OLE color: 6834156.
HSL color Cylindrical-coordinate representation of color #EC4768: hue angle of 348º 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 #EC4768 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 104 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.07 |
| HSL | 348º | 0.81% | 0.6% | - |
| HSV(B) | 348º | 0.7% | 0.93% | - |
| XYZ | 39.34 | 23.34 | 15.53 | - |
| YUV | 124.1 | 116.66 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 104 | 0 | 0.70 | 0.56 | 0.07 | 348 | 0.81 | 0.6 |
| Hex | EC | 47 | 68 | 0 | 46 | 38 | 7 | 15C | 51 | 3C |
| Octal | 354 | 107 | 150 | 0 | 106 | 70 | 7 | 534 | 121 | 74 |
| Binary | 11101100 | 1000111 | 1101000 | 0 | 1000110 | 111000 | 111 | 101011100 | 1010001 | 111100 |
Color Harmonies of #EC4768
Complementary color
Monochromatic Colors of #EC4768
Black with #EC4768
Text Example
Text Example
White with #EC4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4768; }
p { color: rgb(236,71,104); }
H1.HeaderClassName
{
color: #EC4768;
}
.AnyTagClassName
{
color: #EC4768;
}
</style>
background-color css
<style>
a { background-color: #EC4768; }
a { background-color: rgb(236,71,104); }
div.DivClassName
{
background-color: #EC4768;
}
.BgClassName
{
background-color: #EC4768;
}
</style>
border-color css
<style>
span { border-color: #EC4768; }
span { border-color: rgb(236,71,104); }
td.TdClassName
{
border-color: #EC4768;
}
.TagClassName
{
border-color: #EC4768;
}
</style>