Shades of Amaranth #EB2D46
Tints of Amaranth #EB2D46
RGB
CMYK
RGB Variations
Color information
#EB2D46 (or 0xEB2D46) is known color: Amaranth. HEX triplet: EB, 2D and 46. RGB value is (235,45,70). Sum of RGB (Red+Green+Blue) = 235+45+70=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2D46 is #14D2B9. Grayscale: #686868. Windows color (decimal): -1364666 or 4599275. OLE color: 4599275.
HSL color Cylindrical-coordinate representation of color #EB2D46: hue angle of 352.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2D46 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 70 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.08 |
| HSL | 352.11º | 0.83% | 0.55% | - |
| HSV(B) | 352.11º | 0.81% | 0.92% | - |
| XYZ | 36.3 | 19.98 | 7.74 | - |
| YUV | 104.66 | 108.45 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 70 | 0 | 0.81 | 0.70 | 0.08 | 352.11 | 0.83 | 0.55 |
| Hex | EB | 2D | 46 | 0 | 51 | 46 | 8 | 160 | 53 | 37 |
| Octal | 353 | 55 | 106 | 0 | 121 | 106 | 10 | 540 | 123 | 67 |
| Binary | 11101011 | 101101 | 1000110 | 0 | 1010001 | 1000110 | 1000 | 101100000 | 1010011 | 110111 |
Color Harmonies of #EB2D46
Complementary color
Monochromatic Colors of #EB2D46
Black with #EB2D46
Text Example
Text Example
White with #EB2D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D46; }
p { color: rgb(235,45,70); }
H1.HeaderClassName
{
color: #EB2D46;
}
.AnyTagClassName
{
color: #EB2D46;
}
</style>
background-color css
<style>
a { background-color: #EB2D46; }
a { background-color: rgb(235,45,70); }
div.DivClassName
{
background-color: #EB2D46;
}
.BgClassName
{
background-color: #EB2D46;
}
</style>
border-color css
<style>
span { border-color: #EB2D46; }
span { border-color: rgb(235,45,70); }
td.TdClassName
{
border-color: #EB2D46;
}
.TagClassName
{
border-color: #EB2D46;
}
</style>