Shades of Amaranth #EA2155
Tints of Amaranth #EA2155
RGB
CMYK
RGB Variations
Color information
#EA2155 (or 0xEA2155) is known color: Amaranth. HEX triplet: EA, 21 and 55. RGB value is (234,33,85). Sum of RGB (Red+Green+Blue) = 234+33+85=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2155 is #15DEAA. Grayscale: #636363. Windows color (decimal): -1433259 or 5579242. OLE color: 5579242.
HSL color Cylindrical-coordinate representation of color #EA2155: hue angle of 344.48º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2155 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 85 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.08 |
| HSL | 344.48º | 0.83% | 0.52% | - |
| HSV(B) | 344.48º | 0.86% | 0.92% | - |
| XYZ | 36.12 | 19.24 | 10.4 | - |
| YUV | 99.03 | 120.09 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 85 | 0 | 0.86 | 0.64 | 0.08 | 344.48 | 0.83 | 0.52 |
| Hex | EA | 21 | 55 | 0 | 56 | 40 | 8 | 158 | 53 | 34 |
| Octal | 352 | 41 | 125 | 0 | 126 | 100 | 10 | 530 | 123 | 64 |
| Binary | 11101010 | 100001 | 1010101 | 0 | 1010110 | 1000000 | 1000 | 101011000 | 1010011 | 110100 |
Color Harmonies of #EA2155
Complementary color
Monochromatic Colors of #EA2155
Black with #EA2155
Text Example
Text Example
White with #EA2155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2155; }
p { color: rgb(234,33,85); }
H1.HeaderClassName
{
color: #EA2155;
}
.AnyTagClassName
{
color: #EA2155;
}
</style>
background-color css
<style>
a { background-color: #EA2155; }
a { background-color: rgb(234,33,85); }
div.DivClassName
{
background-color: #EA2155;
}
.BgClassName
{
background-color: #EA2155;
}
</style>
border-color css
<style>
span { border-color: #EA2155; }
span { border-color: rgb(234,33,85); }
td.TdClassName
{
border-color: #EA2155;
}
.TagClassName
{
border-color: #EA2155;
}
</style>