Shades of Amaranth #E7285B
Tints of Amaranth #E7285B
RGB
CMYK
RGB Variations
Color information
#E7285B (or 0xE7285B) is known color: Amaranth. HEX triplet: E7, 28 and 5B. RGB value is (231,40,91). Sum of RGB (Red+Green+Blue) = 231+40+91=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E7285B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7285B is #18D7A4. Grayscale: #666666. Windows color (decimal): -1628069 or 5974247. OLE color: 5974247.
HSL color Cylindrical-coordinate representation of color #E7285B: hue angle of 343.98º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E7285B is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 40 | 91 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.09 |
| HSL | 343.98º | 0.8% | 0.53% | - |
| HSV(B) | 343.98º | 0.83% | 0.91% | - |
| XYZ | 35.6 | 19.26 | 11.74 | - |
| YUV | 102.92 | 121.28 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 91 | 0 | 0.83 | 0.61 | 0.09 | 343.98 | 0.8 | 0.53 |
| Hex | E7 | 28 | 5B | 0 | 53 | 3D | 9 | 158 | 50 | 35 |
| Octal | 347 | 50 | 133 | 0 | 123 | 75 | 11 | 530 | 120 | 65 |
| Binary | 11100111 | 101000 | 1011011 | 0 | 1010011 | 111101 | 1001 | 101011000 | 1010000 | 110101 |
Color Harmonies of #E7285B
Complementary color
Monochromatic Colors of #E7285B
Black with #E7285B
Text Example
Text Example
White with #E7285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7285B; }
p { color: rgb(231,40,91); }
H1.HeaderClassName
{
color: #E7285B;
}
.AnyTagClassName
{
color: #E7285B;
}
</style>
background-color css
<style>
a { background-color: #E7285B; }
a { background-color: rgb(231,40,91); }
div.DivClassName
{
background-color: #E7285B;
}
.BgClassName
{
background-color: #E7285B;
}
</style>
border-color css
<style>
span { border-color: #E7285B; }
span { border-color: rgb(231,40,91); }
td.TdClassName
{
border-color: #E7285B;
}
.TagClassName
{
border-color: #E7285B;
}
</style>