Shades of Amaranth #EA284A
Tints of Amaranth #EA284A
RGB
CMYK
RGB Variations
Color information
#EA284A (or 0xEA284A) is known color: Amaranth. HEX triplet: EA, 28 and 4A. RGB value is (234,40,74). Sum of RGB (Red+Green+Blue) = 234+40+74=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA284A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA284A is #15D7B5. Grayscale: #656565. Windows color (decimal): -1431478 or 4860138. OLE color: 4860138.
HSL color Cylindrical-coordinate representation of color #EA284A: hue angle of 349.48º 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 #EA284A is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 74 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.08 |
| HSL | 349.48º | 0.82% | 0.54% | - |
| HSV(B) | 349.48º | 0.83% | 0.92% | - |
| XYZ | 35.93 | 19.5 | 8.35 | - |
| YUV | 101.88 | 112.27 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 74 | 0 | 0.83 | 0.68 | 0.08 | 349.48 | 0.82 | 0.54 |
| Hex | EA | 28 | 4A | 0 | 53 | 44 | 8 | 15D | 52 | 36 |
| Octal | 352 | 50 | 112 | 0 | 123 | 104 | 10 | 535 | 122 | 66 |
| Binary | 11101010 | 101000 | 1001010 | 0 | 1010011 | 1000100 | 1000 | 101011101 | 1010010 | 110110 |
Color Harmonies of #EA284A
Complementary color
Monochromatic Colors of #EA284A
Black with #EA284A
Text Example
Text Example
White with #EA284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA284A; }
p { color: rgb(234,40,74); }
H1.HeaderClassName
{
color: #EA284A;
}
.AnyTagClassName
{
color: #EA284A;
}
</style>
background-color css
<style>
a { background-color: #EA284A; }
a { background-color: rgb(234,40,74); }
div.DivClassName
{
background-color: #EA284A;
}
.BgClassName
{
background-color: #EA284A;
}
</style>
border-color css
<style>
span { border-color: #EA284A; }
span { border-color: rgb(234,40,74); }
td.TdClassName
{
border-color: #EA284A;
}
.TagClassName
{
border-color: #EA284A;
}
</style>