Shades of Amaranth #EA314E
Tints of Amaranth #EA314E
RGB
CMYK
RGB Variations
Color information
#EA314E (or 0xEA314E) is known color: Amaranth. HEX triplet: EA, 31 and 4E. RGB value is (234,49,78). Sum of RGB (Red+Green+Blue) = 234+49+78=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA314E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA314E is #15CEB1. Grayscale: #6B6B6B. Windows color (decimal): -1429170 or 5124586. OLE color: 5124586.
HSL color Cylindrical-coordinate representation of color #EA314E: hue angle of 350.59º 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 #EA314E is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 49 | 78 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.08 |
| HSL | 350.59º | 0.81% | 0.55% | - |
| HSV(B) | 350.59º | 0.79% | 0.92% | - |
| XYZ | 36.41 | 20.24 | 9.2 | - |
| YUV | 107.62 | 111.29 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 49 | 78 | 0 | 0.79 | 0.67 | 0.08 | 350.59 | 0.81 | 0.55 |
| Hex | EA | 31 | 4E | 0 | 4F | 43 | 8 | 15F | 51 | 37 |
| Octal | 352 | 61 | 116 | 0 | 117 | 103 | 10 | 537 | 121 | 67 |
| Binary | 11101010 | 110001 | 1001110 | 0 | 1001111 | 1000011 | 1000 | 101011111 | 1010001 | 110111 |
Color Harmonies of #EA314E
Complementary color
Monochromatic Colors of #EA314E
Black with #EA314E
Text Example
Text Example
White with #EA314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA314E; }
p { color: rgb(234,49,78); }
H1.HeaderClassName
{
color: #EA314E;
}
.AnyTagClassName
{
color: #EA314E;
}
</style>
background-color css
<style>
a { background-color: #EA314E; }
a { background-color: rgb(234,49,78); }
div.DivClassName
{
background-color: #EA314E;
}
.BgClassName
{
background-color: #EA314E;
}
</style>
border-color css
<style>
span { border-color: #EA314E; }
span { border-color: rgb(234,49,78); }
td.TdClassName
{
border-color: #EA314E;
}
.TagClassName
{
border-color: #EA314E;
}
</style>