Shades of Amaranth #EB2A49
Tints of Amaranth #EB2A49
RGB
CMYK
RGB Variations
Color information
#EB2A49 (or 0xEB2A49) is known color: Amaranth. HEX triplet: EB, 2A and 49. RGB value is (235,42,73). Sum of RGB (Red+Green+Blue) = 235+42+73=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2A49 is #14D5B6. Grayscale: #676767. Windows color (decimal): -1365431 or 4795115. OLE color: 4795115.
HSL color Cylindrical-coordinate representation of color #EB2A49: hue angle of 350.36º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2A49 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 73 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.08 |
| HSL | 350.36º | 0.83% | 0.54% | - |
| HSV(B) | 350.36º | 0.82% | 0.92% | - |
| XYZ | 36.29 | 19.8 | 8.21 | - |
| YUV | 103.24 | 110.94 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 73 | 0 | 0.82 | 0.69 | 0.08 | 350.36 | 0.83 | 0.54 |
| Hex | EB | 2A | 49 | 0 | 52 | 45 | 8 | 15E | 53 | 36 |
| Octal | 353 | 52 | 111 | 0 | 122 | 105 | 10 | 536 | 123 | 66 |
| Binary | 11101011 | 101010 | 1001001 | 0 | 1010010 | 1000101 | 1000 | 101011110 | 1010011 | 110110 |
Color Harmonies of #EB2A49
Complementary color
Monochromatic Colors of #EB2A49
Black with #EB2A49
Text Example
Text Example
White with #EB2A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2A49; }
p { color: rgb(235,42,73); }
H1.HeaderClassName
{
color: #EB2A49;
}
.AnyTagClassName
{
color: #EB2A49;
}
</style>
background-color css
<style>
a { background-color: #EB2A49; }
a { background-color: rgb(235,42,73); }
div.DivClassName
{
background-color: #EB2A49;
}
.BgClassName
{
background-color: #EB2A49;
}
</style>
border-color css
<style>
span { border-color: #EB2A49; }
span { border-color: rgb(235,42,73); }
td.TdClassName
{
border-color: #EB2A49;
}
.TagClassName
{
border-color: #EB2A49;
}
</style>