Shades of Amaranth #EA2146
Tints of Amaranth #EA2146
RGB
CMYK
RGB Variations
Color information
#EA2146 (or 0xEA2146) is known color: Amaranth. HEX triplet: EA, 21 and 46. RGB value is (234,33,70). Sum of RGB (Red+Green+Blue) = 234+33+70=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2146 is #15DEB9. Grayscale: #616161. Windows color (decimal): -1433274 or 4596202. OLE color: 4596202.
HSL color Cylindrical-coordinate representation of color #EA2146: hue angle of 348.96º 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 #EA2146 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 70 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.08 |
| HSL | 348.96º | 0.83% | 0.52% | - |
| HSV(B) | 348.96º | 0.86% | 0.92% | - |
| XYZ | 35.58 | 19.02 | 7.59 | - |
| YUV | 97.32 | 112.59 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 70 | 0 | 0.86 | 0.70 | 0.08 | 348.96 | 0.83 | 0.52 |
| Hex | EA | 21 | 46 | 0 | 56 | 46 | 8 | 15D | 53 | 34 |
| Octal | 352 | 41 | 106 | 0 | 126 | 106 | 10 | 535 | 123 | 64 |
| Binary | 11101010 | 100001 | 1000110 | 0 | 1010110 | 1000110 | 1000 | 101011101 | 1010011 | 110100 |
Color Harmonies of #EA2146
Complementary color
Monochromatic Colors of #EA2146
Black with #EA2146
Text Example
Text Example
White with #EA2146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2146; }
p { color: rgb(234,33,70); }
H1.HeaderClassName
{
color: #EA2146;
}
.AnyTagClassName
{
color: #EA2146;
}
</style>
background-color css
<style>
a { background-color: #EA2146; }
a { background-color: rgb(234,33,70); }
div.DivClassName
{
background-color: #EA2146;
}
.BgClassName
{
background-color: #EA2146;
}
</style>
border-color css
<style>
span { border-color: #EA2146; }
span { border-color: rgb(234,33,70); }
td.TdClassName
{
border-color: #EA2146;
}
.TagClassName
{
border-color: #EA2146;
}
</style>