Shades of Amaranth #EC464B
Tints of Amaranth #EC464B
RGB
CMYK
RGB Variations
Color information
#EC464B (or 0xEC464B) is known color: Amaranth. HEX triplet: EC, 46 and 4B. RGB value is (236,70,75). Sum of RGB (Red+Green+Blue) = 236+70+75=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC464B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC464B is #13B9B4. Grayscale: #787878. Windows color (decimal): -1292725 or 4933356. OLE color: 4933356.
HSL color Cylindrical-coordinate representation of color #EC464B: hue angle of 358.19º 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 #EC464B is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 75 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.07 |
| HSL | 358.19º | 0.81% | 0.6% | - |
| HSV(B) | 358.19º | 0.7% | 0.93% | - |
| XYZ | 38.05 | 22.72 | 9.04 | - |
| YUV | 120.2 | 102.5 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 75 | 0 | 0.70 | 0.68 | 0.07 | 358.19 | 0.81 | 0.6 |
| Hex | EC | 46 | 4B | 0 | 46 | 44 | 7 | 166 | 51 | 3C |
| Octal | 354 | 106 | 113 | 0 | 106 | 104 | 7 | 546 | 121 | 74 |
| Binary | 11101100 | 1000110 | 1001011 | 0 | 1000110 | 1000100 | 111 | 101100110 | 1010001 | 111100 |
Color Harmonies of #EC464B
Complementary color
Monochromatic Colors of #EC464B
Black with #EC464B
Text Example
Text Example
White with #EC464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC464B; }
p { color: rgb(236,70,75); }
H1.HeaderClassName
{
color: #EC464B;
}
.AnyTagClassName
{
color: #EC464B;
}
</style>
background-color css
<style>
a { background-color: #EC464B; }
a { background-color: rgb(236,70,75); }
div.DivClassName
{
background-color: #EC464B;
}
.BgClassName
{
background-color: #EC464B;
}
</style>
border-color css
<style>
span { border-color: #EC464B; }
span { border-color: rgb(236,70,75); }
td.TdClassName
{
border-color: #EC464B;
}
.TagClassName
{
border-color: #EC464B;
}
</style>