Shades of Amaranth #EA295C
Tints of Amaranth #EA295C
RGB
CMYK
RGB Variations
Color information
#EA295C (or 0xEA295C) is known color: Amaranth. HEX triplet: EA, 29 and 5C. RGB value is (234,41,92). Sum of RGB (Red+Green+Blue) = 234+41+92=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA295C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA295C is #15D6A3. Grayscale: #686868. Windows color (decimal): -1431204 or 6040042. OLE color: 6040042.
HSL color Cylindrical-coordinate representation of color #EA295C: hue angle of 344.15º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA295C is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 92 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.08 |
| HSL | 344.15º | 0.82% | 0.54% | - |
| HSV(B) | 344.15º | 0.82% | 0.92% | - |
| XYZ | 36.66 | 19.85 | 12.02 | - |
| YUV | 104.52 | 120.94 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 92 | 0 | 0.82 | 0.61 | 0.08 | 344.15 | 0.82 | 0.54 |
| Hex | EA | 29 | 5C | 0 | 52 | 3D | 8 | 158 | 52 | 36 |
| Octal | 352 | 51 | 134 | 0 | 122 | 75 | 10 | 530 | 122 | 66 |
| Binary | 11101010 | 101001 | 1011100 | 0 | 1010010 | 111101 | 1000 | 101011000 | 1010010 | 110110 |
Color Harmonies of #EA295C
Complementary color
Monochromatic Colors of #EA295C
Black with #EA295C
Text Example
Text Example
White with #EA295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA295C; }
p { color: rgb(234,41,92); }
H1.HeaderClassName
{
color: #EA295C;
}
.AnyTagClassName
{
color: #EA295C;
}
</style>
background-color css
<style>
a { background-color: #EA295C; }
a { background-color: rgb(234,41,92); }
div.DivClassName
{
background-color: #EA295C;
}
.BgClassName
{
background-color: #EA295C;
}
</style>
border-color css
<style>
span { border-color: #EA295C; }
span { border-color: rgb(234,41,92); }
td.TdClassName
{
border-color: #EA295C;
}
.TagClassName
{
border-color: #EA295C;
}
</style>