Shades of Amaranth #EB3C47
Tints of Amaranth #EB3C47
RGB
CMYK
RGB Variations
Color information
#EB3C47 (or 0xEB3C47) is known color: Amaranth. HEX triplet: EB, 3C and 47. RGB value is (235,60,71). Sum of RGB (Red+Green+Blue) = 235+60+71=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C47 is #14C3B8. Grayscale: #717171. Windows color (decimal): -1360825 or 4668651. OLE color: 4668651.
HSL color Cylindrical-coordinate representation of color #EB3C47: hue angle of 356.23º 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 #EB3C47 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 71 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.08 |
| HSL | 356.23º | 0.81% | 0.58% | - |
| HSV(B) | 356.23º | 0.74% | 0.92% | - |
| XYZ | 37.01 | 21.35 | 8.13 | - |
| YUV | 113.58 | 103.98 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 71 | 0 | 0.74 | 0.70 | 0.08 | 356.23 | 0.81 | 0.58 |
| Hex | EB | 3C | 47 | 0 | 4A | 46 | 8 | 164 | 51 | 3A |
| Octal | 353 | 74 | 107 | 0 | 112 | 106 | 10 | 544 | 121 | 72 |
| Binary | 11101011 | 111100 | 1000111 | 0 | 1001010 | 1000110 | 1000 | 101100100 | 1010001 | 111010 |
Color Harmonies of #EB3C47
Complementary color
Monochromatic Colors of #EB3C47
Black with #EB3C47
Text Example
Text Example
White with #EB3C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C47; }
p { color: rgb(235,60,71); }
H1.HeaderClassName
{
color: #EB3C47;
}
.AnyTagClassName
{
color: #EB3C47;
}
</style>
background-color css
<style>
a { background-color: #EB3C47; }
a { background-color: rgb(235,60,71); }
div.DivClassName
{
background-color: #EB3C47;
}
.BgClassName
{
background-color: #EB3C47;
}
</style>
border-color css
<style>
span { border-color: #EB3C47; }
span { border-color: rgb(235,60,71); }
td.TdClassName
{
border-color: #EB3C47;
}
.TagClassName
{
border-color: #EB3C47;
}
</style>