Shades of Amaranth #EC3047
Tints of Amaranth #EC3047
RGB
CMYK
RGB Variations
Color information
#EC3047 (or 0xEC3047) is known color: Amaranth. HEX triplet: EC, 30 and 47. RGB value is (236,48,71). Sum of RGB (Red+Green+Blue) = 236+48+71=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3047 is #13CFB8. Grayscale: #6A6A6A. Windows color (decimal): -1298361 or 4665580. OLE color: 4665580.
HSL color Cylindrical-coordinate representation of color #EC3047: hue angle of 352.66º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC3047 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 71 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.07 |
| HSL | 352.66º | 0.83% | 0.56% | - |
| HSV(B) | 352.66º | 0.8% | 0.93% | - |
| XYZ | 36.79 | 20.4 | 7.96 | - |
| YUV | 106.83 | 107.78 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 71 | 0 | 0.80 | 0.70 | 0.07 | 352.66 | 0.83 | 0.56 |
| Hex | EC | 30 | 47 | 0 | 50 | 46 | 7 | 161 | 53 | 38 |
| Octal | 354 | 60 | 107 | 0 | 120 | 106 | 7 | 541 | 123 | 70 |
| Binary | 11101100 | 110000 | 1000111 | 0 | 1010000 | 1000110 | 111 | 101100001 | 1010011 | 111000 |
Color Harmonies of #EC3047
Complementary color
Monochromatic Colors of #EC3047
Black with #EC3047
Text Example
Text Example
White with #EC3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3047; }
p { color: rgb(236,48,71); }
H1.HeaderClassName
{
color: #EC3047;
}
.AnyTagClassName
{
color: #EC3047;
}
</style>
background-color css
<style>
a { background-color: #EC3047; }
a { background-color: rgb(236,48,71); }
div.DivClassName
{
background-color: #EC3047;
}
.BgClassName
{
background-color: #EC3047;
}
</style>
border-color css
<style>
span { border-color: #EC3047; }
span { border-color: rgb(236,48,71); }
td.TdClassName
{
border-color: #EC3047;
}
.TagClassName
{
border-color: #EC3047;
}
</style>