Shades of Amaranth #EA2856
Tints of Amaranth #EA2856
RGB
CMYK
RGB Variations
Color information
#EA2856 (or 0xEA2856) is known color: Amaranth. HEX triplet: EA, 28 and 56. RGB value is (234,40,86). Sum of RGB (Red+Green+Blue) = 234+40+86=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2856 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2856 is #15D7A9. Grayscale: #676767. Windows color (decimal): -1431466 or 5646570. OLE color: 5646570.
HSL color Cylindrical-coordinate representation of color #EA2856: hue angle of 345.77º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2856 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 86 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.08 |
| HSL | 345.77º | 0.82% | 0.54% | - |
| HSV(B) | 345.77º | 0.83% | 0.92% | - |
| XYZ | 36.37 | 19.68 | 10.69 | - |
| YUV | 103.25 | 118.27 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 86 | 0 | 0.83 | 0.63 | 0.08 | 345.77 | 0.82 | 0.54 |
| Hex | EA | 28 | 56 | 0 | 53 | 3F | 8 | 15A | 52 | 36 |
| Octal | 352 | 50 | 126 | 0 | 123 | 77 | 10 | 532 | 122 | 66 |
| Binary | 11101010 | 101000 | 1010110 | 0 | 1010011 | 111111 | 1000 | 101011010 | 1010010 | 110110 |
Color Harmonies of #EA2856
Complementary color
Monochromatic Colors of #EA2856
Black with #EA2856
Text Example
Text Example
White with #EA2856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2856; }
p { color: rgb(234,40,86); }
H1.HeaderClassName
{
color: #EA2856;
}
.AnyTagClassName
{
color: #EA2856;
}
</style>
background-color css
<style>
a { background-color: #EA2856; }
a { background-color: rgb(234,40,86); }
div.DivClassName
{
background-color: #EA2856;
}
.BgClassName
{
background-color: #EA2856;
}
</style>
border-color css
<style>
span { border-color: #EA2856; }
span { border-color: rgb(234,40,86); }
td.TdClassName
{
border-color: #EA2856;
}
.TagClassName
{
border-color: #EA2856;
}
</style>