Shades of Amaranth #E93A5A
Tints of Amaranth #E93A5A
RGB
CMYK
RGB Variations
Color information
#E93A5A (or 0xE93A5A) is known color: Amaranth. HEX triplet: E9, 3A and 5A. RGB value is (233,58,90). Sum of RGB (Red+Green+Blue) = 233+58+90=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93A5A is #16C5A5. Grayscale: #727272. Windows color (decimal): -1492390 or 5913321. OLE color: 5913321.
HSL color Cylindrical-coordinate representation of color #E93A5A: hue angle of 349.03º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E93A5A is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 90 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.09 |
| HSL | 349.03º | 0.8% | 0.57% | - |
| HSV(B) | 349.03º | 0.75% | 0.91% | - |
| XYZ | 36.96 | 21.09 | 11.8 | - |
| YUV | 113.97 | 114.48 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 90 | 0 | 0.75 | 0.61 | 0.09 | 349.03 | 0.8 | 0.57 |
| Hex | E9 | 3A | 5A | 0 | 4B | 3D | 9 | 15D | 50 | 39 |
| Octal | 351 | 72 | 132 | 0 | 113 | 75 | 11 | 535 | 120 | 71 |
| Binary | 11101001 | 111010 | 1011010 | 0 | 1001011 | 111101 | 1001 | 101011101 | 1010000 | 111001 |
Color Harmonies of #E93A5A
Complementary color
Monochromatic Colors of #E93A5A
Black with #E93A5A
Text Example
Text Example
White with #E93A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A5A; }
p { color: rgb(233,58,90); }
H1.HeaderClassName
{
color: #E93A5A;
}
.AnyTagClassName
{
color: #E93A5A;
}
</style>
background-color css
<style>
a { background-color: #E93A5A; }
a { background-color: rgb(233,58,90); }
div.DivClassName
{
background-color: #E93A5A;
}
.BgClassName
{
background-color: #E93A5A;
}
</style>
border-color css
<style>
span { border-color: #E93A5A; }
span { border-color: rgb(233,58,90); }
td.TdClassName
{
border-color: #E93A5A;
}
.TagClassName
{
border-color: #E93A5A;
}
</style>