Shades of Amaranth #EB3A4D
Tints of Amaranth #EB3A4D
RGB
CMYK
RGB Variations
Color information
#EB3A4D (or 0xEB3A4D) is known color: Amaranth. HEX triplet: EB, 3A and 4D. RGB value is (235,58,77). Sum of RGB (Red+Green+Blue) = 235+58+77=370 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.51% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3A4D is #14C5B2. Grayscale: #717171. Windows color (decimal): -1361331 or 5061355. OLE color: 5061355.
HSL color Cylindrical-coordinate representation of color #EB3A4D: hue angle of 353.56º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB3A4D is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 58 | 77 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.08 |
| HSL | 353.56º | 0.82% | 0.57% | - |
| HSV(B) | 353.56º | 0.75% | 0.92% | - |
| XYZ | 37.11 | 21.22 | 9.16 | - |
| YUV | 113.09 | 107.64 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 58 | 77 | 0 | 0.75 | 0.67 | 0.08 | 353.56 | 0.82 | 0.57 |
| Hex | EB | 3A | 4D | 0 | 4B | 43 | 8 | 162 | 52 | 39 |
| Octal | 353 | 72 | 115 | 0 | 113 | 103 | 10 | 542 | 122 | 71 |
| Binary | 11101011 | 111010 | 1001101 | 0 | 1001011 | 1000011 | 1000 | 101100010 | 1010010 | 111001 |
Color Harmonies of #EB3A4D
Complementary color
Monochromatic Colors of #EB3A4D
Black with #EB3A4D
Text Example
Text Example
White with #EB3A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3A4D; }
p { color: rgb(235,58,77); }
H1.HeaderClassName
{
color: #EB3A4D;
}
.AnyTagClassName
{
color: #EB3A4D;
}
</style>
background-color css
<style>
a { background-color: #EB3A4D; }
a { background-color: rgb(235,58,77); }
div.DivClassName
{
background-color: #EB3A4D;
}
.BgClassName
{
background-color: #EB3A4D;
}
</style>
border-color css
<style>
span { border-color: #EB3A4D; }
span { border-color: rgb(235,58,77); }
td.TdClassName
{
border-color: #EB3A4D;
}
.TagClassName
{
border-color: #EB3A4D;
}
</style>