Shades of Amaranth #E9395A
Tints of Amaranth #E9395A
RGB
CMYK
RGB Variations
Color information
#E9395A (or 0xE9395A) is known color: Amaranth. HEX triplet: E9, 39 and 5A. RGB value is (233,57,90). Sum of RGB (Red+Green+Blue) = 233+57+90=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E9395A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9395A is #16C6A5. Grayscale: #717171. Windows color (decimal): -1492646 or 5913065. OLE color: 5913065.
HSL color Cylindrical-coordinate representation of color #E9395A: hue angle of 348.75º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9395A is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 57 | 90 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.09 |
| HSL | 348.75º | 0.8% | 0.57% | - |
| HSV(B) | 348.75º | 0.76% | 0.91% | - |
| XYZ | 36.91 | 20.99 | 11.78 | - |
| YUV | 113.39 | 114.81 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 57 | 90 | 0 | 0.76 | 0.61 | 0.09 | 348.75 | 0.8 | 0.57 |
| Hex | E9 | 39 | 5A | 0 | 4C | 3D | 9 | 15D | 50 | 39 |
| Octal | 351 | 71 | 132 | 0 | 114 | 75 | 11 | 535 | 120 | 71 |
| Binary | 11101001 | 111001 | 1011010 | 0 | 1001100 | 111101 | 1001 | 101011101 | 1010000 | 111001 |
Color Harmonies of #E9395A
Complementary color
Monochromatic Colors of #E9395A
Black with #E9395A
Text Example
Text Example
White with #E9395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9395A; }
p { color: rgb(233,57,90); }
H1.HeaderClassName
{
color: #E9395A;
}
.AnyTagClassName
{
color: #E9395A;
}
</style>
background-color css
<style>
a { background-color: #E9395A; }
a { background-color: rgb(233,57,90); }
div.DivClassName
{
background-color: #E9395A;
}
.BgClassName
{
background-color: #E9395A;
}
</style>
border-color css
<style>
span { border-color: #E9395A; }
span { border-color: rgb(233,57,90); }
td.TdClassName
{
border-color: #E9395A;
}
.TagClassName
{
border-color: #E9395A;
}
</style>