Shades of Amaranth #EA1D4E
Tints of Amaranth #EA1D4E
RGB
CMYK
RGB Variations
Color information
#EA1D4E (or 0xEA1D4E) is known color: Amaranth. HEX triplet: EA, 1D and 4E. RGB value is (234,29,78). Sum of RGB (Red+Green+Blue) = 234+29+78=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1D4E is #15E2B1. Grayscale: #5F5F5F. Windows color (decimal): -1434290 or 5119466. OLE color: 5119466.
HSL color Cylindrical-coordinate representation of color #EA1D4E: hue angle of 345.66º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1D4E is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 78 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.08 |
| HSL | 345.66º | 0.83% | 0.52% | - |
| HSV(B) | 345.66º | 0.88% | 0.92% | - |
| XYZ | 35.75 | 18.92 | 8.98 | - |
| YUV | 95.88 | 117.92 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 78 | 0 | 0.88 | 0.67 | 0.08 | 345.66 | 0.83 | 0.52 |
| Hex | EA | 1D | 4E | 0 | 58 | 43 | 8 | 15A | 53 | 34 |
| Octal | 352 | 35 | 116 | 0 | 130 | 103 | 10 | 532 | 123 | 64 |
| Binary | 11101010 | 11101 | 1001110 | 0 | 1011000 | 1000011 | 1000 | 101011010 | 1010011 | 110100 |
Color Harmonies of #EA1D4E
Complementary color
Monochromatic Colors of #EA1D4E
Black with #EA1D4E
Text Example
Text Example
White with #EA1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1D4E; }
p { color: rgb(234,29,78); }
H1.HeaderClassName
{
color: #EA1D4E;
}
.AnyTagClassName
{
color: #EA1D4E;
}
</style>
background-color css
<style>
a { background-color: #EA1D4E; }
a { background-color: rgb(234,29,78); }
div.DivClassName
{
background-color: #EA1D4E;
}
.BgClassName
{
background-color: #EA1D4E;
}
</style>
border-color css
<style>
span { border-color: #EA1D4E; }
span { border-color: rgb(234,29,78); }
td.TdClassName
{
border-color: #EA1D4E;
}
.TagClassName
{
border-color: #EA1D4E;
}
</style>