Shades of Amaranth #E93A55
Tints of Amaranth #E93A55
RGB
CMYK
RGB Variations
Color information
#E93A55 (or 0xE93A55) is known color: Amaranth. HEX triplet: E9, 3A and 55. RGB value is (233,58,85). Sum of RGB (Red+Green+Blue) = 233+58+85=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93A55 is #16C5AA. Grayscale: #717171. Windows color (decimal): -1492395 or 5585641. OLE color: 5585641.
HSL color Cylindrical-coordinate representation of color #E93A55: hue angle of 350.74º 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 #E93A55 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 85 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.09 |
| HSL | 350.74º | 0.8% | 0.57% | - |
| HSV(B) | 350.74º | 0.75% | 0.91% | - |
| XYZ | 36.76 | 21.01 | 10.71 | - |
| YUV | 113.4 | 111.98 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 85 | 0 | 0.75 | 0.64 | 0.09 | 350.74 | 0.8 | 0.57 |
| Hex | E9 | 3A | 55 | 0 | 4B | 40 | 9 | 15F | 50 | 39 |
| Octal | 351 | 72 | 125 | 0 | 113 | 100 | 11 | 537 | 120 | 71 |
| Binary | 11101001 | 111010 | 1010101 | 0 | 1001011 | 1000000 | 1001 | 101011111 | 1010000 | 111001 |
Color Harmonies of #E93A55
Complementary color
Monochromatic Colors of #E93A55
Black with #E93A55
Text Example
Text Example
White with #E93A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A55; }
p { color: rgb(233,58,85); }
H1.HeaderClassName
{
color: #E93A55;
}
.AnyTagClassName
{
color: #E93A55;
}
</style>
background-color css
<style>
a { background-color: #E93A55; }
a { background-color: rgb(233,58,85); }
div.DivClassName
{
background-color: #E93A55;
}
.BgClassName
{
background-color: #E93A55;
}
</style>
border-color css
<style>
span { border-color: #E93A55; }
span { border-color: rgb(233,58,85); }
td.TdClassName
{
border-color: #E93A55;
}
.TagClassName
{
border-color: #E93A55;
}
</style>