Shades of Amaranth #EA464D
Tints of Amaranth #EA464D
RGB
CMYK
RGB Variations
Color information
#EA464D (or 0xEA464D) is known color: Amaranth. HEX triplet: EA, 46 and 4D. RGB value is (234,70,77). Sum of RGB (Red+Green+Blue) = 234+70+77=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA464D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA464D is #15B9B2. Grayscale: #777777. Windows color (decimal): -1423795 or 5064426. OLE color: 5064426.
HSL color Cylindrical-coordinate representation of color #EA464D: hue angle of 357.44º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA464D is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 77 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.08 |
| HSL | 357.44º | 0.8% | 0.6% | - |
| HSV(B) | 357.44º | 0.7% | 0.92% | - |
| XYZ | 37.46 | 22.41 | 9.37 | - |
| YUV | 119.83 | 103.83 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 77 | 0 | 0.70 | 0.67 | 0.08 | 357.44 | 0.8 | 0.6 |
| Hex | EA | 46 | 4D | 0 | 46 | 43 | 8 | 165 | 50 | 3C |
| Octal | 352 | 106 | 115 | 0 | 106 | 103 | 10 | 545 | 120 | 74 |
| Binary | 11101010 | 1000110 | 1001101 | 0 | 1000110 | 1000011 | 1000 | 101100101 | 1010000 | 111100 |
Color Harmonies of #EA464D
Complementary color
Monochromatic Colors of #EA464D
Black with #EA464D
Text Example
Text Example
White with #EA464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA464D; }
p { color: rgb(234,70,77); }
H1.HeaderClassName
{
color: #EA464D;
}
.AnyTagClassName
{
color: #EA464D;
}
</style>
background-color css
<style>
a { background-color: #EA464D; }
a { background-color: rgb(234,70,77); }
div.DivClassName
{
background-color: #EA464D;
}
.BgClassName
{
background-color: #EA464D;
}
</style>
border-color css
<style>
span { border-color: #EA464D; }
span { border-color: rgb(234,70,77); }
td.TdClassName
{
border-color: #EA464D;
}
.TagClassName
{
border-color: #EA464D;
}
</style>