Shades of Amaranth #EB394A
Tints of Amaranth #EB394A
RGB
CMYK
RGB Variations
Color information
#EB394A (or 0xEB394A) is known color: Amaranth. HEX triplet: EB, 39 and 4A. RGB value is (235,57,74). Sum of RGB (Red+Green+Blue) = 235+57+74=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB394A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB394A is #14C6B5. Grayscale: #707070. Windows color (decimal): -1361590 or 4864491. OLE color: 4864491.
HSL color Cylindrical-coordinate representation of color #EB394A: hue angle of 354.27º 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 #EB394A is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 57 | 74 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.08 |
| HSL | 354.27º | 0.82% | 0.57% | - |
| HSV(B) | 354.27º | 0.76% | 0.92% | - |
| XYZ | 36.96 | 21.08 | 8.6 | - |
| YUV | 112.16 | 106.47 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 57 | 74 | 0 | 0.76 | 0.69 | 0.08 | 354.27 | 0.82 | 0.57 |
| Hex | EB | 39 | 4A | 0 | 4C | 45 | 8 | 162 | 52 | 39 |
| Octal | 353 | 71 | 112 | 0 | 114 | 105 | 10 | 542 | 122 | 71 |
| Binary | 11101011 | 111001 | 1001010 | 0 | 1001100 | 1000101 | 1000 | 101100010 | 1010010 | 111001 |
Color Harmonies of #EB394A
Complementary color
Monochromatic Colors of #EB394A
Black with #EB394A
Text Example
Text Example
White with #EB394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB394A; }
p { color: rgb(235,57,74); }
H1.HeaderClassName
{
color: #EB394A;
}
.AnyTagClassName
{
color: #EB394A;
}
</style>
background-color css
<style>
a { background-color: #EB394A; }
a { background-color: rgb(235,57,74); }
div.DivClassName
{
background-color: #EB394A;
}
.BgClassName
{
background-color: #EB394A;
}
</style>
border-color css
<style>
span { border-color: #EB394A; }
span { border-color: rgb(235,57,74); }
td.TdClassName
{
border-color: #EB394A;
}
.TagClassName
{
border-color: #EB394A;
}
</style>