Shades of Amaranth #EC474C
Tints of Amaranth #EC474C
RGB
CMYK
RGB Variations
Color information
#EC474C (or 0xEC474C) is known color: Amaranth. HEX triplet: EC, 47 and 4C. RGB value is (236,71,76). Sum of RGB (Red+Green+Blue) = 236+71+76=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC474C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC474C is #13B8B3. Grayscale: #797979. Windows color (decimal): -1292468 or 4999148. OLE color: 4999148.
HSL color Cylindrical-coordinate representation of color #EC474C: hue angle of 358.18º 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 #EC474C is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 76 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.07 |
| HSL | 358.18º | 0.81% | 0.6% | - |
| HSV(B) | 358.18º | 0.7% | 0.93% | - |
| XYZ | 38.15 | 22.86 | 9.24 | - |
| YUV | 120.91 | 102.66 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 76 | 0 | 0.70 | 0.68 | 0.07 | 358.18 | 0.81 | 0.6 |
| Hex | EC | 47 | 4C | 0 | 46 | 44 | 7 | 166 | 51 | 3C |
| Octal | 354 | 107 | 114 | 0 | 106 | 104 | 7 | 546 | 121 | 74 |
| Binary | 11101100 | 1000111 | 1001100 | 0 | 1000110 | 1000100 | 111 | 101100110 | 1010001 | 111100 |
Color Harmonies of #EC474C
Complementary color
Monochromatic Colors of #EC474C
Black with #EC474C
Text Example
Text Example
White with #EC474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC474C; }
p { color: rgb(236,71,76); }
H1.HeaderClassName
{
color: #EC474C;
}
.AnyTagClassName
{
color: #EC474C;
}
</style>
background-color css
<style>
a { background-color: #EC474C; }
a { background-color: rgb(236,71,76); }
div.DivClassName
{
background-color: #EC474C;
}
.BgClassName
{
background-color: #EC474C;
}
</style>
border-color css
<style>
span { border-color: #EC474C; }
span { border-color: rgb(236,71,76); }
td.TdClassName
{
border-color: #EC474C;
}
.TagClassName
{
border-color: #EC474C;
}
</style>