Shades of Amaranth #EA284D
Tints of Amaranth #EA284D
RGB
CMYK
RGB Variations
Color information
#EA284D (or 0xEA284D) is known color: Amaranth. HEX triplet: EA, 28 and 4D. RGB value is (234,40,77). Sum of RGB (Red+Green+Blue) = 234+40+77=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA284D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA284D is #15D7B2. Grayscale: #666666. Windows color (decimal): -1431475 or 5056746. OLE color: 5056746.
HSL color Cylindrical-coordinate representation of color #EA284D: hue angle of 348.56º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA284D is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 77 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.08 |
| HSL | 348.56º | 0.82% | 0.54% | - |
| HSV(B) | 348.56º | 0.83% | 0.92% | - |
| XYZ | 36.03 | 19.55 | 8.89 | - |
| YUV | 102.22 | 113.77 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 77 | 0 | 0.83 | 0.67 | 0.08 | 348.56 | 0.82 | 0.54 |
| Hex | EA | 28 | 4D | 0 | 53 | 43 | 8 | 15D | 52 | 36 |
| Octal | 352 | 50 | 115 | 0 | 123 | 103 | 10 | 535 | 122 | 66 |
| Binary | 11101010 | 101000 | 1001101 | 0 | 1010011 | 1000011 | 1000 | 101011101 | 1010010 | 110110 |
Color Harmonies of #EA284D
Complementary color
Monochromatic Colors of #EA284D
Black with #EA284D
Text Example
Text Example
White with #EA284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA284D; }
p { color: rgb(234,40,77); }
H1.HeaderClassName
{
color: #EA284D;
}
.AnyTagClassName
{
color: #EA284D;
}
</style>
background-color css
<style>
a { background-color: #EA284D; }
a { background-color: rgb(234,40,77); }
div.DivClassName
{
background-color: #EA284D;
}
.BgClassName
{
background-color: #EA284D;
}
</style>
border-color css
<style>
span { border-color: #EA284D; }
span { border-color: rgb(234,40,77); }
td.TdClassName
{
border-color: #EA284D;
}
.TagClassName
{
border-color: #EA284D;
}
</style>