Shades of Amaranth #EB2946
Tints of Amaranth #EB2946
RGB
CMYK
RGB Variations
Color information
#EB2946 (or 0xEB2946) is known color: Amaranth. HEX triplet: EB, 29 and 46. RGB value is (235,41,70). Sum of RGB (Red+Green+Blue) = 235+41+70=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2946 is #14D6B9. Grayscale: #666666. Windows color (decimal): -1365690 or 4598251. OLE color: 4598251.
HSL color Cylindrical-coordinate representation of color #EB2946: hue angle of 351.03º 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 #EB2946 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 70 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.08 |
| HSL | 351.03º | 0.83% | 0.54% | - |
| HSV(B) | 351.03º | 0.83% | 0.92% | - |
| XYZ | 36.16 | 19.69 | 7.69 | - |
| YUV | 102.31 | 109.77 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 70 | 0 | 0.83 | 0.70 | 0.08 | 351.03 | 0.83 | 0.54 |
| Hex | EB | 29 | 46 | 0 | 53 | 46 | 8 | 15F | 53 | 36 |
| Octal | 353 | 51 | 106 | 0 | 123 | 106 | 10 | 537 | 123 | 66 |
| Binary | 11101011 | 101001 | 1000110 | 0 | 1010011 | 1000110 | 1000 | 101011111 | 1010011 | 110110 |
Color Harmonies of #EB2946
Complementary color
Monochromatic Colors of #EB2946
Black with #EB2946
Text Example
Text Example
White with #EB2946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2946; }
p { color: rgb(235,41,70); }
H1.HeaderClassName
{
color: #EB2946;
}
.AnyTagClassName
{
color: #EB2946;
}
</style>
background-color css
<style>
a { background-color: #EB2946; }
a { background-color: rgb(235,41,70); }
div.DivClassName
{
background-color: #EB2946;
}
.BgClassName
{
background-color: #EB2946;
}
</style>
border-color css
<style>
span { border-color: #EB2946; }
span { border-color: rgb(235,41,70); }
td.TdClassName
{
border-color: #EB2946;
}
.TagClassName
{
border-color: #EB2946;
}
</style>