Shades of Amaranth #EA4256
Tints of Amaranth #EA4256
RGB
CMYK
RGB Variations
Color information
#EA4256 (or 0xEA4256) is known color: Amaranth. HEX triplet: EA, 42 and 56. RGB value is (234,66,86). Sum of RGB (Red+Green+Blue) = 234+66+86=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4256 is #15BDA9. Grayscale: #767676. Windows color (decimal): -1424810 or 5653226. OLE color: 5653226.
HSL color Cylindrical-coordinate representation of color #EA4256: hue angle of 352.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA4256 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 86 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.08 |
| HSL | 352.86º | 0.8% | 0.59% | - |
| HSV(B) | 352.86º | 0.72% | 0.92% | - |
| XYZ | 37.56 | 22.06 | 11.08 | - |
| YUV | 118.51 | 109.66 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 86 | 0 | 0.72 | 0.63 | 0.08 | 352.86 | 0.8 | 0.59 |
| Hex | EA | 42 | 56 | 0 | 48 | 3F | 8 | 161 | 50 | 3B |
| Octal | 352 | 102 | 126 | 0 | 110 | 77 | 10 | 541 | 120 | 73 |
| Binary | 11101010 | 1000010 | 1010110 | 0 | 1001000 | 111111 | 1000 | 101100001 | 1010000 | 111011 |
Color Harmonies of #EA4256
Complementary color
Monochromatic Colors of #EA4256
Black with #EA4256
Text Example
Text Example
White with #EA4256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4256; }
p { color: rgb(234,66,86); }
H1.HeaderClassName
{
color: #EA4256;
}
.AnyTagClassName
{
color: #EA4256;
}
</style>
background-color css
<style>
a { background-color: #EA4256; }
a { background-color: rgb(234,66,86); }
div.DivClassName
{
background-color: #EA4256;
}
.BgClassName
{
background-color: #EA4256;
}
</style>
border-color css
<style>
span { border-color: #EA4256; }
span { border-color: rgb(234,66,86); }
td.TdClassName
{
border-color: #EA4256;
}
.TagClassName
{
border-color: #EA4256;
}
</style>