Shades of Amaranth #EC474B
Tints of Amaranth #EC474B
RGB
CMYK
RGB Variations
Color information
#EC474B (or 0xEC474B) is known color: Amaranth. HEX triplet: EC, 47 and 4B. RGB value is (236,71,75). Sum of RGB (Red+Green+Blue) = 236+71+75=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC474B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC474B is #13B8B4. Grayscale: #787878. Windows color (decimal): -1292469 or 4933612. OLE color: 4933612.
HSL color Cylindrical-coordinate representation of color #EC474B: hue angle of 358.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 #EC474B is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 75 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.07 |
| HSL | 358.55º | 0.81% | 0.6% | - |
| HSV(B) | 358.55º | 0.7% | 0.93% | - |
| XYZ | 38.12 | 22.85 | 9.06 | - |
| YUV | 120.79 | 102.16 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 75 | 0 | 0.70 | 0.68 | 0.07 | 358.55 | 0.81 | 0.6 |
| Hex | EC | 47 | 4B | 0 | 46 | 44 | 7 | 167 | 51 | 3C |
| Octal | 354 | 107 | 113 | 0 | 106 | 104 | 7 | 547 | 121 | 74 |
| Binary | 11101100 | 1000111 | 1001011 | 0 | 1000110 | 1000100 | 111 | 101100111 | 1010001 | 111100 |
Color Harmonies of #EC474B
Complementary color
Monochromatic Colors of #EC474B
Black with #EC474B
Text Example
Text Example
White with #EC474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC474B; }
p { color: rgb(236,71,75); }
H1.HeaderClassName
{
color: #EC474B;
}
.AnyTagClassName
{
color: #EC474B;
}
</style>
background-color css
<style>
a { background-color: #EC474B; }
a { background-color: rgb(236,71,75); }
div.DivClassName
{
background-color: #EC474B;
}
.BgClassName
{
background-color: #EC474B;
}
</style>
border-color css
<style>
span { border-color: #EC474B; }
span { border-color: rgb(236,71,75); }
td.TdClassName
{
border-color: #EC474B;
}
.TagClassName
{
border-color: #EC474B;
}
</style>