Shades of Cranberry #EC4571
Tints of Cranberry #EC4571
RGB
CMYK
RGB Variations
Color information
#EC4571 (or 0xEC4571) is known color: Cranberry. HEX triplet: EC, 45 and 71. RGB value is (236,69,113). Sum of RGB (Red+Green+Blue) = 236+69+113=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4571 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4571 is #13BA8E. Grayscale: #7B7B7B. Windows color (decimal): -1292943 or 7423468. OLE color: 7423468.
HSL color Cylindrical-coordinate representation of color #EC4571: hue angle of 344.19º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4571 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 113 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.07 |
| HSL | 344.19º | 0.81% | 0.6% | - |
| HSV(B) | 344.19º | 0.71% | 0.93% | - |
| XYZ | 39.7 | 23.28 | 18.02 | - |
| YUV | 123.95 | 121.83 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 113 | 0 | 0.71 | 0.52 | 0.07 | 344.19 | 0.81 | 0.6 |
| Hex | EC | 45 | 71 | 0 | 47 | 34 | 7 | 158 | 51 | 3C |
| Octal | 354 | 105 | 161 | 0 | 107 | 64 | 7 | 530 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1110001 | 0 | 1000111 | 110100 | 111 | 101011000 | 1010001 | 111100 |
Color Harmonies of #EC4571
Complementary color
Monochromatic Colors of #EC4571
Black with #EC4571
Text Example
Text Example
White with #EC4571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4571; }
p { color: rgb(236,69,113); }
H1.HeaderClassName
{
color: #EC4571;
}
.AnyTagClassName
{
color: #EC4571;
}
</style>
background-color css
<style>
a { background-color: #EC4571; }
a { background-color: rgb(236,69,113); }
div.DivClassName
{
background-color: #EC4571;
}
.BgClassName
{
background-color: #EC4571;
}
</style>
border-color css
<style>
span { border-color: #EC4571; }
span { border-color: rgb(236,69,113); }
td.TdClassName
{
border-color: #EC4571;
}
.TagClassName
{
border-color: #EC4571;
}
</style>