Shades of Amaranth #EB374C
Tints of Amaranth #EB374C
RGB
CMYK
RGB Variations
Color information
#EB374C (or 0xEB374C) is known color: Amaranth. HEX triplet: EB, 37 and 4C. RGB value is (235,55,76). Sum of RGB (Red+Green+Blue) = 235+55+76=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB374C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB374C is #14C8B3. Grayscale: #6F6F6F. Windows color (decimal): -1362100 or 4995051. OLE color: 4995051.
HSL color Cylindrical-coordinate representation of color #EB374C: hue angle of 353º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB374C is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 55 | 76 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.08 |
| HSL | 353º | 0.82% | 0.57% | - |
| HSV(B) | 353º | 0.77% | 0.92% | - |
| XYZ | 36.93 | 20.92 | 8.93 | - |
| YUV | 111.21 | 108.13 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 55 | 76 | 0 | 0.77 | 0.68 | 0.08 | 353 | 0.82 | 0.57 |
| Hex | EB | 37 | 4C | 0 | 4D | 44 | 8 | 161 | 52 | 39 |
| Octal | 353 | 67 | 114 | 0 | 115 | 104 | 10 | 541 | 122 | 71 |
| Binary | 11101011 | 110111 | 1001100 | 0 | 1001101 | 1000100 | 1000 | 101100001 | 1010010 | 111001 |
Color Harmonies of #EB374C
Complementary color
Monochromatic Colors of #EB374C
Black with #EB374C
Text Example
Text Example
White with #EB374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB374C; }
p { color: rgb(235,55,76); }
H1.HeaderClassName
{
color: #EB374C;
}
.AnyTagClassName
{
color: #EB374C;
}
</style>
background-color css
<style>
a { background-color: #EB374C; }
a { background-color: rgb(235,55,76); }
div.DivClassName
{
background-color: #EB374C;
}
.BgClassName
{
background-color: #EB374C;
}
</style>
border-color css
<style>
span { border-color: #EB374C; }
span { border-color: rgb(235,55,76); }
td.TdClassName
{
border-color: #EB374C;
}
.TagClassName
{
border-color: #EB374C;
}
</style>