Shades of Amaranth #EA1A4E
Tints of Amaranth #EA1A4E
RGB
CMYK
RGB Variations
Color information
#EA1A4E (or 0xEA1A4E) is known color: Amaranth. HEX triplet: EA, 1A and 4E. RGB value is (234,26,78). Sum of RGB (Red+Green+Blue) = 234+26+78=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1A4E is #15E5B1. Grayscale: #5E5E5E. Windows color (decimal): -1435058 or 5118698. OLE color: 5118698.
HSL color Cylindrical-coordinate representation of color #EA1A4E: hue angle of 345º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1A4E is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 26 | 78 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.08 |
| HSL | 345º | 0.83% | 0.51% | - |
| HSV(B) | 345º | 0.89% | 0.92% | - |
| XYZ | 35.68 | 18.78 | 8.95 | - |
| YUV | 94.12 | 118.91 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 78 | 0 | 0.89 | 0.67 | 0.08 | 345 | 0.83 | 0.51 |
| Hex | EA | 1A | 4E | 0 | 59 | 43 | 8 | 159 | 53 | 33 |
| Octal | 352 | 32 | 116 | 0 | 131 | 103 | 10 | 531 | 123 | 63 |
| Binary | 11101010 | 11010 | 1001110 | 0 | 1011001 | 1000011 | 1000 | 101011001 | 1010011 | 110011 |
Color Harmonies of #EA1A4E
Complementary color
Monochromatic Colors of #EA1A4E
Black with #EA1A4E
Text Example
Text Example
White with #EA1A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1A4E; }
p { color: rgb(234,26,78); }
H1.HeaderClassName
{
color: #EA1A4E;
}
.AnyTagClassName
{
color: #EA1A4E;
}
</style>
background-color css
<style>
a { background-color: #EA1A4E; }
a { background-color: rgb(234,26,78); }
div.DivClassName
{
background-color: #EA1A4E;
}
.BgClassName
{
background-color: #EA1A4E;
}
</style>
border-color css
<style>
span { border-color: #EA1A4E; }
span { border-color: rgb(234,26,78); }
td.TdClassName
{
border-color: #EA1A4E;
}
.TagClassName
{
border-color: #EA1A4E;
}
</style>