Shades of Amaranth #EA2644
Tints of Amaranth #EA2644
RGB
CMYK
RGB Variations
Color information
#EA2644 (or 0xEA2644) is known color: Amaranth. HEX triplet: EA, 26 and 44. RGB value is (234,38,68). Sum of RGB (Red+Green+Blue) = 234+38+68=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2644 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2644 is #15D9BB. Grayscale: #646464. Windows color (decimal): -1431996 or 4466410. OLE color: 4466410.
HSL color Cylindrical-coordinate representation of color #EA2644: hue angle of 350.82º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2644 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 68 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.08 |
| HSL | 350.82º | 0.82% | 0.53% | - |
| HSV(B) | 350.82º | 0.84% | 0.92% | - |
| XYZ | 35.67 | 19.3 | 7.31 | - |
| YUV | 100.02 | 109.93 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 68 | 0 | 0.84 | 0.71 | 0.08 | 350.82 | 0.82 | 0.53 |
| Hex | EA | 26 | 44 | 0 | 54 | 47 | 8 | 15F | 52 | 35 |
| Octal | 352 | 46 | 104 | 0 | 124 | 107 | 10 | 537 | 122 | 65 |
| Binary | 11101010 | 100110 | 1000100 | 0 | 1010100 | 1000111 | 1000 | 101011111 | 1010010 | 110101 |
Color Harmonies of #EA2644
Complementary color
Monochromatic Colors of #EA2644
Black with #EA2644
Text Example
Text Example
White with #EA2644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2644; }
p { color: rgb(234,38,68); }
H1.HeaderClassName
{
color: #EA2644;
}
.AnyTagClassName
{
color: #EA2644;
}
</style>
background-color css
<style>
a { background-color: #EA2644; }
a { background-color: rgb(234,38,68); }
div.DivClassName
{
background-color: #EA2644;
}
.BgClassName
{
background-color: #EA2644;
}
</style>
border-color css
<style>
span { border-color: #EA2644; }
span { border-color: rgb(234,38,68); }
td.TdClassName
{
border-color: #EA2644;
}
.TagClassName
{
border-color: #EA2644;
}
</style>