Shades of Amaranth #EB3C46
Tints of Amaranth #EB3C46
RGB
CMYK
RGB Variations
Color information
#EB3C46 (or 0xEB3C46) is known color: Amaranth. HEX triplet: EB, 3C and 46. RGB value is (235,60,70). Sum of RGB (Red+Green+Blue) = 235+60+70=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C46 is #14C3B9. Grayscale: #717171. Windows color (decimal): -1360826 or 4603115. OLE color: 4603115.
HSL color Cylindrical-coordinate representation of color #EB3C46: hue angle of 356.57º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3C46 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 70 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.08 |
| HSL | 356.57º | 0.81% | 0.58% | - |
| HSV(B) | 356.57º | 0.74% | 0.92% | - |
| XYZ | 36.98 | 21.34 | 7.96 | - |
| YUV | 113.47 | 103.48 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 70 | 0 | 0.74 | 0.70 | 0.08 | 356.57 | 0.81 | 0.58 |
| Hex | EB | 3C | 46 | 0 | 4A | 46 | 8 | 165 | 51 | 3A |
| Octal | 353 | 74 | 106 | 0 | 112 | 106 | 10 | 545 | 121 | 72 |
| Binary | 11101011 | 111100 | 1000110 | 0 | 1001010 | 1000110 | 1000 | 101100101 | 1010001 | 111010 |
Color Harmonies of #EB3C46
Complementary color
Monochromatic Colors of #EB3C46
Black with #EB3C46
Text Example
Text Example
White with #EB3C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C46; }
p { color: rgb(235,60,70); }
H1.HeaderClassName
{
color: #EB3C46;
}
.AnyTagClassName
{
color: #EB3C46;
}
</style>
background-color css
<style>
a { background-color: #EB3C46; }
a { background-color: rgb(235,60,70); }
div.DivClassName
{
background-color: #EB3C46;
}
.BgClassName
{
background-color: #EB3C46;
}
</style>
border-color css
<style>
span { border-color: #EB3C46; }
span { border-color: rgb(235,60,70); }
td.TdClassName
{
border-color: #EB3C46;
}
.TagClassName
{
border-color: #EB3C46;
}
</style>