Shades of Amaranth #EC3247
Tints of Amaranth #EC3247
RGB
CMYK
RGB Variations
Color information
#EC3247 (or 0xEC3247) is known color: Amaranth. HEX triplet: EC, 32 and 47. RGB value is (236,50,71). Sum of RGB (Red+Green+Blue) = 236+50+71=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3247 is #13CDB8. Grayscale: #6C6C6C. Windows color (decimal): -1297849 or 4666092. OLE color: 4666092.
HSL color Cylindrical-coordinate representation of color #EC3247: hue angle of 353.23º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3247 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 71 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.07 |
| HSL | 353.23º | 0.83% | 0.56% | - |
| HSV(B) | 353.23º | 0.79% | 0.93% | - |
| XYZ | 36.87 | 20.57 | 7.99 | - |
| YUV | 108.01 | 107.12 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 71 | 0 | 0.79 | 0.70 | 0.07 | 353.23 | 0.83 | 0.56 |
| Hex | EC | 32 | 47 | 0 | 4F | 46 | 7 | 161 | 53 | 38 |
| Octal | 354 | 62 | 107 | 0 | 117 | 106 | 7 | 541 | 123 | 70 |
| Binary | 11101100 | 110010 | 1000111 | 0 | 1001111 | 1000110 | 111 | 101100001 | 1010011 | 111000 |
Color Harmonies of #EC3247
Complementary color
Monochromatic Colors of #EC3247
Black with #EC3247
Text Example
Text Example
White with #EC3247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3247; }
p { color: rgb(236,50,71); }
H1.HeaderClassName
{
color: #EC3247;
}
.AnyTagClassName
{
color: #EC3247;
}
</style>
background-color css
<style>
a { background-color: #EC3247; }
a { background-color: rgb(236,50,71); }
div.DivClassName
{
background-color: #EC3247;
}
.BgClassName
{
background-color: #EC3247;
}
</style>
border-color css
<style>
span { border-color: #EC3247; }
span { border-color: rgb(236,50,71); }
td.TdClassName
{
border-color: #EC3247;
}
.TagClassName
{
border-color: #EC3247;
}
</style>