Shades of Amaranth #EA314D
Tints of Amaranth #EA314D
RGB
CMYK
RGB Variations
Color information
#EA314D (or 0xEA314D) is known color: Amaranth. HEX triplet: EA, 31 and 4D. RGB value is (234,49,77). Sum of RGB (Red+Green+Blue) = 234+49+77=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA314D is #15CEB2. Grayscale: #6B6B6B. Windows color (decimal): -1429171 or 5059050. OLE color: 5059050.
HSL color Cylindrical-coordinate representation of color #EA314D: hue angle of 350.92º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA314D is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 49 | 77 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.08 |
| HSL | 350.92º | 0.81% | 0.55% | - |
| HSV(B) | 350.92º | 0.79% | 0.92% | - |
| XYZ | 36.37 | 20.22 | 9.01 | - |
| YUV | 107.51 | 110.79 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 49 | 77 | 0 | 0.79 | 0.67 | 0.08 | 350.92 | 0.81 | 0.55 |
| Hex | EA | 31 | 4D | 0 | 4F | 43 | 8 | 15F | 51 | 37 |
| Octal | 352 | 61 | 115 | 0 | 117 | 103 | 10 | 537 | 121 | 67 |
| Binary | 11101010 | 110001 | 1001101 | 0 | 1001111 | 1000011 | 1000 | 101011111 | 1010001 | 110111 |
Color Harmonies of #EA314D
Complementary color
Monochromatic Colors of #EA314D
Black with #EA314D
Text Example
Text Example
White with #EA314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA314D; }
p { color: rgb(234,49,77); }
H1.HeaderClassName
{
color: #EA314D;
}
.AnyTagClassName
{
color: #EA314D;
}
</style>
background-color css
<style>
a { background-color: #EA314D; }
a { background-color: rgb(234,49,77); }
div.DivClassName
{
background-color: #EA314D;
}
.BgClassName
{
background-color: #EA314D;
}
</style>
border-color css
<style>
span { border-color: #EA314D; }
span { border-color: rgb(234,49,77); }
td.TdClassName
{
border-color: #EA314D;
}
.TagClassName
{
border-color: #EA314D;
}
</style>