Shades of Amaranth #EA285B
Tints of Amaranth #EA285B
RGB
CMYK
RGB Variations
Color information
#EA285B (or 0xEA285B) is known color: Amaranth. HEX triplet: EA, 28 and 5B. RGB value is (234,40,91). Sum of RGB (Red+Green+Blue) = 234+40+91=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA285B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA285B is #15D7A4. Grayscale: #676767. Windows color (decimal): -1431461 or 5974250. OLE color: 5974250.
HSL color Cylindrical-coordinate representation of color #EA285B: hue angle of 344.23º 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 #EA285B is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 91 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.08 |
| HSL | 344.23º | 0.82% | 0.54% | - |
| HSV(B) | 344.23º | 0.83% | 0.92% | - |
| XYZ | 36.58 | 19.77 | 11.78 | - |
| YUV | 103.82 | 120.77 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 91 | 0 | 0.83 | 0.61 | 0.08 | 344.23 | 0.82 | 0.54 |
| Hex | EA | 28 | 5B | 0 | 53 | 3D | 8 | 158 | 52 | 36 |
| Octal | 352 | 50 | 133 | 0 | 123 | 75 | 10 | 530 | 122 | 66 |
| Binary | 11101010 | 101000 | 1011011 | 0 | 1010011 | 111101 | 1000 | 101011000 | 1010010 | 110110 |
Color Harmonies of #EA285B
Complementary color
Monochromatic Colors of #EA285B
Black with #EA285B
Text Example
Text Example
White with #EA285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA285B; }
p { color: rgb(234,40,91); }
H1.HeaderClassName
{
color: #EA285B;
}
.AnyTagClassName
{
color: #EA285B;
}
</style>
background-color css
<style>
a { background-color: #EA285B; }
a { background-color: rgb(234,40,91); }
div.DivClassName
{
background-color: #EA285B;
}
.BgClassName
{
background-color: #EA285B;
}
</style>
border-color css
<style>
span { border-color: #EA285B; }
span { border-color: rgb(234,40,91); }
td.TdClassName
{
border-color: #EA285B;
}
.TagClassName
{
border-color: #EA285B;
}
</style>