Shades of Amaranth #EB174C
Tints of Amaranth #EB174C
RGB
CMYK
RGB Variations
Color information
#EB174C (or 0xEB174C) is known color: Amaranth. HEX triplet: EB, 17 and 4C. RGB value is (235,23,76). Sum of RGB (Red+Green+Blue) = 235+23+76=334 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.36% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 235 - color contains mainly: red. Hex color #EB174C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB174C is #14E8B3. Grayscale: #5C5C5C. Windows color (decimal): -1370292 or 4986859. OLE color: 4986859.
HSL color Cylindrical-coordinate representation of color #EB174C: hue angle of 345º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB174C is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 76 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.08 |
| HSL | 345º | 0.84% | 0.51% | - |
| HSV(B) | 345º | 0.9% | 0.92% | - |
| XYZ | 35.87 | 18.8 | 8.57 | - |
| YUV | 92.43 | 118.74 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 76 | 0 | 0.90 | 0.68 | 0.08 | 345 | 0.84 | 0.51 |
| Hex | EB | 17 | 4C | 0 | 5A | 44 | 8 | 159 | 54 | 33 |
| Octal | 353 | 27 | 114 | 0 | 132 | 104 | 10 | 531 | 124 | 63 |
| Binary | 11101011 | 10111 | 1001100 | 0 | 1011010 | 1000100 | 1000 | 101011001 | 1010100 | 110011 |
Color Harmonies of #EB174C
Complementary color
Monochromatic Colors of #EB174C
Black with #EB174C
Text Example
Text Example
White with #EB174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB174C; }
p { color: rgb(235,23,76); }
H1.HeaderClassName
{
color: #EB174C;
}
.AnyTagClassName
{
color: #EB174C;
}
</style>
background-color css
<style>
a { background-color: #EB174C; }
a { background-color: rgb(235,23,76); }
div.DivClassName
{
background-color: #EB174C;
}
.BgClassName
{
background-color: #EB174C;
}
</style>
border-color css
<style>
span { border-color: #EB174C; }
span { border-color: rgb(235,23,76); }
td.TdClassName
{
border-color: #EB174C;
}
.TagClassName
{
border-color: #EB174C;
}
</style>