Shades of Amaranth #EB294D
Tints of Amaranth #EB294D
RGB
CMYK
RGB Variations
Color information
#EB294D (or 0xEB294D) is known color: Amaranth. HEX triplet: EB, 29 and 4D. RGB value is (235,41,77). Sum of RGB (Red+Green+Blue) = 235+41+77=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB294D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB294D is #14D6B2. Grayscale: #676767. Windows color (decimal): -1365683 or 5057003. OLE color: 5057003.
HSL color Cylindrical-coordinate representation of color #EB294D: hue angle of 348.87º degrees, saturation: 0.83, 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 #EB294D is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 77 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.08 |
| HSL | 348.87º | 0.83% | 0.54% | - |
| HSV(B) | 348.87º | 0.83% | 0.92% | - |
| XYZ | 36.39 | 19.78 | 8.92 | - |
| YUV | 103.11 | 113.27 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 77 | 0 | 0.83 | 0.67 | 0.08 | 348.87 | 0.83 | 0.54 |
| Hex | EB | 29 | 4D | 0 | 53 | 43 | 8 | 15D | 53 | 36 |
| Octal | 353 | 51 | 115 | 0 | 123 | 103 | 10 | 535 | 123 | 66 |
| Binary | 11101011 | 101001 | 1001101 | 0 | 1010011 | 1000011 | 1000 | 101011101 | 1010011 | 110110 |
Color Harmonies of #EB294D
Complementary color
Monochromatic Colors of #EB294D
Black with #EB294D
Text Example
Text Example
White with #EB294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB294D; }
p { color: rgb(235,41,77); }
H1.HeaderClassName
{
color: #EB294D;
}
.AnyTagClassName
{
color: #EB294D;
}
</style>
background-color css
<style>
a { background-color: #EB294D; }
a { background-color: rgb(235,41,77); }
div.DivClassName
{
background-color: #EB294D;
}
.BgClassName
{
background-color: #EB294D;
}
</style>
border-color css
<style>
span { border-color: #EB294D; }
span { border-color: rgb(235,41,77); }
td.TdClassName
{
border-color: #EB294D;
}
.TagClassName
{
border-color: #EB294D;
}
</style>