Shades of Amaranth #EA2656
Tints of Amaranth #EA2656
RGB
CMYK
RGB Variations
Color information
#EA2656 (or 0xEA2656) is known color: Amaranth. HEX triplet: EA, 26 and 56. RGB value is (234,38,86). Sum of RGB (Red+Green+Blue) = 234+38+86=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2656 is #15D9A9. Grayscale: #666666. Windows color (decimal): -1431978 or 5646058. OLE color: 5646058.
HSL color Cylindrical-coordinate representation of color #EA2656: hue angle of 345.31º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2656 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 86 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.08 |
| HSL | 345.31º | 0.82% | 0.53% | - |
| HSV(B) | 345.31º | 0.84% | 0.92% | - |
| XYZ | 36.3 | 19.55 | 10.66 | - |
| YUV | 102.08 | 118.93 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 86 | 0 | 0.84 | 0.63 | 0.08 | 345.31 | 0.82 | 0.53 |
| Hex | EA | 26 | 56 | 0 | 54 | 3F | 8 | 159 | 52 | 35 |
| Octal | 352 | 46 | 126 | 0 | 124 | 77 | 10 | 531 | 122 | 65 |
| Binary | 11101010 | 100110 | 1010110 | 0 | 1010100 | 111111 | 1000 | 101011001 | 1010010 | 110101 |
Color Harmonies of #EA2656
Complementary color
Monochromatic Colors of #EA2656
Black with #EA2656
Text Example
Text Example
White with #EA2656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2656; }
p { color: rgb(234,38,86); }
H1.HeaderClassName
{
color: #EA2656;
}
.AnyTagClassName
{
color: #EA2656;
}
</style>
background-color css
<style>
a { background-color: #EA2656; }
a { background-color: rgb(234,38,86); }
div.DivClassName
{
background-color: #EA2656;
}
.BgClassName
{
background-color: #EA2656;
}
</style>
border-color css
<style>
span { border-color: #EA2656; }
span { border-color: rgb(234,38,86); }
td.TdClassName
{
border-color: #EA2656;
}
.TagClassName
{
border-color: #EA2656;
}
</style>