Shades of Amaranth #EB2846
Tints of Amaranth #EB2846
RGB
CMYK
RGB Variations
Color information
#EB2846 (or 0xEB2846) is known color: Amaranth. HEX triplet: EB, 28 and 46. RGB value is (235,40,70). Sum of RGB (Red+Green+Blue) = 235+40+70=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2846 is #14D7B9. Grayscale: #656565. Windows color (decimal): -1365946 or 4597995. OLE color: 4597995.
HSL color Cylindrical-coordinate representation of color #EB2846: hue angle of 350.77º 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 #EB2846 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 70 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.08 |
| HSL | 350.77º | 0.83% | 0.54% | - |
| HSV(B) | 350.77º | 0.83% | 0.92% | - |
| XYZ | 36.13 | 19.62 | 7.68 | - |
| YUV | 101.73 | 110.1 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 70 | 0 | 0.83 | 0.70 | 0.08 | 350.77 | 0.83 | 0.54 |
| Hex | EB | 28 | 46 | 0 | 53 | 46 | 8 | 15F | 53 | 36 |
| Octal | 353 | 50 | 106 | 0 | 123 | 106 | 10 | 537 | 123 | 66 |
| Binary | 11101011 | 101000 | 1000110 | 0 | 1010011 | 1000110 | 1000 | 101011111 | 1010011 | 110110 |
Color Harmonies of #EB2846
Complementary color
Monochromatic Colors of #EB2846
Black with #EB2846
Text Example
Text Example
White with #EB2846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2846; }
p { color: rgb(235,40,70); }
H1.HeaderClassName
{
color: #EB2846;
}
.AnyTagClassName
{
color: #EB2846;
}
</style>
background-color css
<style>
a { background-color: #EB2846; }
a { background-color: rgb(235,40,70); }
div.DivClassName
{
background-color: #EB2846;
}
.BgClassName
{
background-color: #EB2846;
}
</style>
border-color css
<style>
span { border-color: #EB2846; }
span { border-color: rgb(235,40,70); }
td.TdClassName
{
border-color: #EB2846;
}
.TagClassName
{
border-color: #EB2846;
}
</style>