Shades of Cranberry #EC476C
Tints of Cranberry #EC476C
RGB
CMYK
RGB Variations
Color information
#EC476C (or 0xEC476C) is known color: Cranberry. HEX triplet: EC, 47 and 6C. RGB value is (236,71,108). Sum of RGB (Red+Green+Blue) = 236+71+108=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC476C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC476C is #13B893. Grayscale: #7C7C7C. Windows color (decimal): -1292436 or 7096300. OLE color: 7096300.
HSL color Cylindrical-coordinate representation of color #EC476C: hue angle of 346.55º 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 #EC476C is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 108 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.07 |
| HSL | 346.55º | 0.81% | 0.6% | - |
| HSV(B) | 346.55º | 0.7% | 0.93% | - |
| XYZ | 39.55 | 23.42 | 16.62 | - |
| YUV | 124.55 | 118.66 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 108 | 0 | 0.70 | 0.54 | 0.07 | 346.55 | 0.81 | 0.6 |
| Hex | EC | 47 | 6C | 0 | 46 | 36 | 7 | 15B | 51 | 3C |
| Octal | 354 | 107 | 154 | 0 | 106 | 66 | 7 | 533 | 121 | 74 |
| Binary | 11101100 | 1000111 | 1101100 | 0 | 1000110 | 110110 | 111 | 101011011 | 1010001 | 111100 |
Color Harmonies of #EC476C
Complementary color
Monochromatic Colors of #EC476C
Black with #EC476C
Text Example
Text Example
White with #EC476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC476C; }
p { color: rgb(236,71,108); }
H1.HeaderClassName
{
color: #EC476C;
}
.AnyTagClassName
{
color: #EC476C;
}
</style>
background-color css
<style>
a { background-color: #EC476C; }
a { background-color: rgb(236,71,108); }
div.DivClassName
{
background-color: #EC476C;
}
.BgClassName
{
background-color: #EC476C;
}
</style>
border-color css
<style>
span { border-color: #EC476C; }
span { border-color: rgb(236,71,108); }
td.TdClassName
{
border-color: #EC476C;
}
.TagClassName
{
border-color: #EC476C;
}
</style>