Shades of Amaranth #EC2247
Tints of Amaranth #EC2247
RGB
CMYK
RGB Variations
Color information
#EC2247 (or 0xEC2247) is known color: Amaranth. HEX triplet: EC, 22 and 47. RGB value is (236,34,71). Sum of RGB (Red+Green+Blue) = 236+34+71=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2247 is #13DDB8. Grayscale: #626262. Windows color (decimal): -1301945 or 4661996. OLE color: 4661996.
HSL color Cylindrical-coordinate representation of color #EC2247: hue angle of 349.01º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2247 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 71 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.07 |
| HSL | 349.01º | 0.84% | 0.53% | - |
| HSV(B) | 349.01º | 0.86% | 0.93% | - |
| XYZ | 36.3 | 19.43 | 7.8 | - |
| YUV | 98.62 | 112.42 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 71 | 0 | 0.86 | 0.70 | 0.07 | 349.01 | 0.84 | 0.53 |
| Hex | EC | 22 | 47 | 0 | 56 | 46 | 7 | 15D | 54 | 35 |
| Octal | 354 | 42 | 107 | 0 | 126 | 106 | 7 | 535 | 124 | 65 |
| Binary | 11101100 | 100010 | 1000111 | 0 | 1010110 | 1000110 | 111 | 101011101 | 1010100 | 110101 |
Color Harmonies of #EC2247
Complementary color
Monochromatic Colors of #EC2247
Black with #EC2247
Text Example
Text Example
White with #EC2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2247; }
p { color: rgb(236,34,71); }
H1.HeaderClassName
{
color: #EC2247;
}
.AnyTagClassName
{
color: #EC2247;
}
</style>
background-color css
<style>
a { background-color: #EC2247; }
a { background-color: rgb(236,34,71); }
div.DivClassName
{
background-color: #EC2247;
}
.BgClassName
{
background-color: #EC2247;
}
</style>
border-color css
<style>
span { border-color: #EC2247; }
span { border-color: rgb(236,34,71); }
td.TdClassName
{
border-color: #EC2247;
}
.TagClassName
{
border-color: #EC2247;
}
</style>