Shades of Amaranth #EA2944
Tints of Amaranth #EA2944
RGB
CMYK
RGB Variations
Color information
#EA2944 (or 0xEA2944) is known color: Amaranth. HEX triplet: EA, 29 and 44. RGB value is (234,41,68). Sum of RGB (Red+Green+Blue) = 234+41+68=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2944 is #15D6BB. Grayscale: #656565. Windows color (decimal): -1431228 or 4467178. OLE color: 4467178.
HSL color Cylindrical-coordinate representation of color #EA2944: hue angle of 351.61º 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 #EA2944 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 68 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.08 |
| HSL | 351.61º | 0.82% | 0.54% | - |
| HSV(B) | 351.61º | 0.82% | 0.92% | - |
| XYZ | 35.77 | 19.5 | 7.35 | - |
| YUV | 101.79 | 108.94 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 68 | 0 | 0.82 | 0.71 | 0.08 | 351.61 | 0.82 | 0.54 |
| Hex | EA | 29 | 44 | 0 | 52 | 47 | 8 | 160 | 52 | 36 |
| Octal | 352 | 51 | 104 | 0 | 122 | 107 | 10 | 540 | 122 | 66 |
| Binary | 11101010 | 101001 | 1000100 | 0 | 1010010 | 1000111 | 1000 | 101100000 | 1010010 | 110110 |
Color Harmonies of #EA2944
Complementary color
Monochromatic Colors of #EA2944
Black with #EA2944
Text Example
Text Example
White with #EA2944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2944; }
p { color: rgb(234,41,68); }
H1.HeaderClassName
{
color: #EA2944;
}
.AnyTagClassName
{
color: #EA2944;
}
</style>
background-color css
<style>
a { background-color: #EA2944; }
a { background-color: rgb(234,41,68); }
div.DivClassName
{
background-color: #EA2944;
}
.BgClassName
{
background-color: #EA2944;
}
</style>
border-color css
<style>
span { border-color: #EA2944; }
span { border-color: rgb(234,41,68); }
td.TdClassName
{
border-color: #EA2944;
}
.TagClassName
{
border-color: #EA2944;
}
</style>