Shades of Amaranth #EA1D4D
Tints of Amaranth #EA1D4D
RGB
CMYK
RGB Variations
Color information
#EA1D4D (or 0xEA1D4D) is known color: Amaranth. HEX triplet: EA, 1D and 4D. RGB value is (234,29,77). Sum of RGB (Red+Green+Blue) = 234+29+77=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1D4D is #15E2B2. Grayscale: #5F5F5F. Windows color (decimal): -1434291 or 5053930. OLE color: 5053930.
HSL color Cylindrical-coordinate representation of color #EA1D4D: hue angle of 345.95º 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 #EA1D4D is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 77 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.08 |
| HSL | 345.95º | 0.83% | 0.52% | - |
| HSV(B) | 345.95º | 0.88% | 0.92% | - |
| XYZ | 35.71 | 18.91 | 8.79 | - |
| YUV | 95.77 | 117.42 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 77 | 0 | 0.88 | 0.67 | 0.08 | 345.95 | 0.83 | 0.52 |
| Hex | EA | 1D | 4D | 0 | 58 | 43 | 8 | 15A | 53 | 34 |
| Octal | 352 | 35 | 115 | 0 | 130 | 103 | 10 | 532 | 123 | 64 |
| Binary | 11101010 | 11101 | 1001101 | 0 | 1011000 | 1000011 | 1000 | 101011010 | 1010011 | 110100 |
Color Harmonies of #EA1D4D
Complementary color
Monochromatic Colors of #EA1D4D
Black with #EA1D4D
Text Example
Text Example
White with #EA1D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1D4D; }
p { color: rgb(234,29,77); }
H1.HeaderClassName
{
color: #EA1D4D;
}
.AnyTagClassName
{
color: #EA1D4D;
}
</style>
background-color css
<style>
a { background-color: #EA1D4D; }
a { background-color: rgb(234,29,77); }
div.DivClassName
{
background-color: #EA1D4D;
}
.BgClassName
{
background-color: #EA1D4D;
}
</style>
border-color css
<style>
span { border-color: #EA1D4D; }
span { border-color: rgb(234,29,77); }
td.TdClassName
{
border-color: #EA1D4D;
}
.TagClassName
{
border-color: #EA1D4D;
}
</style>