Shades of Cranberry #EC476E
Tints of Cranberry #EC476E
RGB
CMYK
RGB Variations
Color information
#EC476E (or 0xEC476E) is known color: Cranberry. HEX triplet: EC, 47 and 6E. RGB value is (236,71,110). Sum of RGB (Red+Green+Blue) = 236+71+110=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC476E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC476E is #13B891. Grayscale: #7C7C7C. Windows color (decimal): -1292434 or 7227372. OLE color: 7227372.
HSL color Cylindrical-coordinate representation of color #EC476E: hue angle of 345.82º 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 #EC476E is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 110 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.07 |
| HSL | 345.82º | 0.81% | 0.6% | - |
| HSV(B) | 345.82º | 0.7% | 0.93% | - |
| XYZ | 39.66 | 23.47 | 17.19 | - |
| YUV | 124.78 | 119.66 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 110 | 0 | 0.70 | 0.53 | 0.07 | 345.82 | 0.81 | 0.6 |
| Hex | EC | 47 | 6E | 0 | 46 | 35 | 7 | 15A | 51 | 3C |
| Octal | 354 | 107 | 156 | 0 | 106 | 65 | 7 | 532 | 121 | 74 |
| Binary | 11101100 | 1000111 | 1101110 | 0 | 1000110 | 110101 | 111 | 101011010 | 1010001 | 111100 |
Color Harmonies of #EC476E
Complementary color
Monochromatic Colors of #EC476E
Black with #EC476E
Text Example
Text Example
White with #EC476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC476E; }
p { color: rgb(236,71,110); }
H1.HeaderClassName
{
color: #EC476E;
}
.AnyTagClassName
{
color: #EC476E;
}
</style>
background-color css
<style>
a { background-color: #EC476E; }
a { background-color: rgb(236,71,110); }
div.DivClassName
{
background-color: #EC476E;
}
.BgClassName
{
background-color: #EC476E;
}
</style>
border-color css
<style>
span { border-color: #EC476E; }
span { border-color: rgb(236,71,110); }
td.TdClassName
{
border-color: #EC476E;
}
.TagClassName
{
border-color: #EC476E;
}
</style>