Shades of Amaranth #EA1D55
Tints of Amaranth #EA1D55
RGB
CMYK
RGB Variations
Color information
#EA1D55 (or 0xEA1D55) is known color: Amaranth. HEX triplet: EA, 1D and 55. RGB value is (234,29,85). Sum of RGB (Red+Green+Blue) = 234+29+85=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1D55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1D55 is #15E2AA. Grayscale: #606060. Windows color (decimal): -1434283 or 5578218. OLE color: 5578218.
HSL color Cylindrical-coordinate representation of color #EA1D55: hue angle of 343.61º 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 #EA1D55 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 85 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.08 |
| HSL | 343.61º | 0.83% | 0.52% | - |
| HSV(B) | 343.61º | 0.88% | 0.92% | - |
| XYZ | 36.01 | 19.03 | 10.37 | - |
| YUV | 96.68 | 121.42 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 85 | 0 | 0.88 | 0.64 | 0.08 | 343.61 | 0.83 | 0.52 |
| Hex | EA | 1D | 55 | 0 | 58 | 40 | 8 | 158 | 53 | 34 |
| Octal | 352 | 35 | 125 | 0 | 130 | 100 | 10 | 530 | 123 | 64 |
| Binary | 11101010 | 11101 | 1010101 | 0 | 1011000 | 1000000 | 1000 | 101011000 | 1010011 | 110100 |
Color Harmonies of #EA1D55
Complementary color
Monochromatic Colors of #EA1D55
Black with #EA1D55
Text Example
Text Example
White with #EA1D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1D55; }
p { color: rgb(234,29,85); }
H1.HeaderClassName
{
color: #EA1D55;
}
.AnyTagClassName
{
color: #EA1D55;
}
</style>
background-color css
<style>
a { background-color: #EA1D55; }
a { background-color: rgb(234,29,85); }
div.DivClassName
{
background-color: #EA1D55;
}
.BgClassName
{
background-color: #EA1D55;
}
</style>
border-color css
<style>
span { border-color: #EA1D55; }
span { border-color: rgb(234,29,85); }
td.TdClassName
{
border-color: #EA1D55;
}
.TagClassName
{
border-color: #EA1D55;
}
</style>