Shades of Amaranth #EB3E59
Tints of Amaranth #EB3E59
RGB
CMYK
RGB Variations
Color information
#EB3E59 (or 0xEB3E59) is known color: Amaranth. HEX triplet: EB, 3E and 59. RGB value is (235,62,89). Sum of RGB (Red+Green+Blue) = 235+62+89=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3E59 is #14C1A6. Grayscale: #747474. Windows color (decimal): -1360295 or 5848811. OLE color: 5848811.
HSL color Cylindrical-coordinate representation of color #EB3E59: hue angle of 350.64º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3E59 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 62 | 89 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.08 |
| HSL | 350.64º | 0.81% | 0.58% | - |
| HSV(B) | 350.64º | 0.74% | 0.92% | - |
| XYZ | 37.79 | 21.83 | 11.67 | - |
| YUV | 116.81 | 112.31 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 62 | 89 | 0 | 0.74 | 0.62 | 0.08 | 350.64 | 0.81 | 0.58 |
| Hex | EB | 3E | 59 | 0 | 4A | 3E | 8 | 15F | 51 | 3A |
| Octal | 353 | 76 | 131 | 0 | 112 | 76 | 10 | 537 | 121 | 72 |
| Binary | 11101011 | 111110 | 1011001 | 0 | 1001010 | 111110 | 1000 | 101011111 | 1010001 | 111010 |
Color Harmonies of #EB3E59
Complementary color
Monochromatic Colors of #EB3E59
Black with #EB3E59
Text Example
Text Example
White with #EB3E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3E59; }
p { color: rgb(235,62,89); }
H1.HeaderClassName
{
color: #EB3E59;
}
.AnyTagClassName
{
color: #EB3E59;
}
</style>
background-color css
<style>
a { background-color: #EB3E59; }
a { background-color: rgb(235,62,89); }
div.DivClassName
{
background-color: #EB3E59;
}
.BgClassName
{
background-color: #EB3E59;
}
</style>
border-color css
<style>
span { border-color: #EB3E59; }
span { border-color: rgb(235,62,89); }
td.TdClassName
{
border-color: #EB3E59;
}
.TagClassName
{
border-color: #EB3E59;
}
</style>