Shades of Amaranth #EB394C
Tints of Amaranth #EB394C
RGB
CMYK
RGB Variations
Color information
#EB394C (or 0xEB394C) is known color: Amaranth. HEX triplet: EB, 39 and 4C. RGB value is (235,57,76). Sum of RGB (Red+Green+Blue) = 235+57+76=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB394C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB394C is #14C6B3. Grayscale: #707070. Windows color (decimal): -1361588 or 4995563. OLE color: 4995563.
HSL color Cylindrical-coordinate representation of color #EB394C: hue angle of 353.6º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB394C is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 57 | 76 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.08 |
| HSL | 353.6º | 0.82% | 0.57% | - |
| HSV(B) | 353.6º | 0.76% | 0.92% | - |
| XYZ | 37.03 | 21.11 | 8.96 | - |
| YUV | 112.39 | 107.47 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 57 | 76 | 0 | 0.76 | 0.68 | 0.08 | 353.6 | 0.82 | 0.57 |
| Hex | EB | 39 | 4C | 0 | 4C | 44 | 8 | 162 | 52 | 39 |
| Octal | 353 | 71 | 114 | 0 | 114 | 104 | 10 | 542 | 122 | 71 |
| Binary | 11101011 | 111001 | 1001100 | 0 | 1001100 | 1000100 | 1000 | 101100010 | 1010010 | 111001 |
Color Harmonies of #EB394C
Complementary color
Monochromatic Colors of #EB394C
Black with #EB394C
Text Example
Text Example
White with #EB394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB394C; }
p { color: rgb(235,57,76); }
H1.HeaderClassName
{
color: #EB394C;
}
.AnyTagClassName
{
color: #EB394C;
}
</style>
background-color css
<style>
a { background-color: #EB394C; }
a { background-color: rgb(235,57,76); }
div.DivClassName
{
background-color: #EB394C;
}
.BgClassName
{
background-color: #EB394C;
}
</style>
border-color css
<style>
span { border-color: #EB394C; }
span { border-color: rgb(235,57,76); }
td.TdClassName
{
border-color: #EB394C;
}
.TagClassName
{
border-color: #EB394C;
}
</style>