Shades of Amaranth #E93A54
Tints of Amaranth #E93A54
RGB
CMYK
RGB Variations
Color information
#E93A54 (or 0xE93A54) is known color: Amaranth. HEX triplet: E9, 3A and 54. RGB value is (233,58,84). Sum of RGB (Red+Green+Blue) = 233+58+84=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93A54 is #16C5AB. Grayscale: #717171. Windows color (decimal): -1492396 or 5520105. OLE color: 5520105.
HSL color Cylindrical-coordinate representation of color #E93A54: hue angle of 351.09º 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 #E93A54 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 84 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.09 |
| HSL | 351.09º | 0.8% | 0.57% | - |
| HSV(B) | 351.09º | 0.75% | 0.91% | - |
| XYZ | 36.72 | 20.99 | 10.5 | - |
| YUV | 113.29 | 111.48 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 84 | 0 | 0.75 | 0.64 | 0.09 | 351.09 | 0.8 | 0.57 |
| Hex | E9 | 3A | 54 | 0 | 4B | 40 | 9 | 15F | 50 | 39 |
| Octal | 351 | 72 | 124 | 0 | 113 | 100 | 11 | 537 | 120 | 71 |
| Binary | 11101001 | 111010 | 1010100 | 0 | 1001011 | 1000000 | 1001 | 101011111 | 1010000 | 111001 |
Color Harmonies of #E93A54
Complementary color
Monochromatic Colors of #E93A54
Black with #E93A54
Text Example
Text Example
White with #E93A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A54; }
p { color: rgb(233,58,84); }
H1.HeaderClassName
{
color: #E93A54;
}
.AnyTagClassName
{
color: #E93A54;
}
</style>
background-color css
<style>
a { background-color: #E93A54; }
a { background-color: rgb(233,58,84); }
div.DivClassName
{
background-color: #E93A54;
}
.BgClassName
{
background-color: #E93A54;
}
</style>
border-color css
<style>
span { border-color: #E93A54; }
span { border-color: rgb(233,58,84); }
td.TdClassName
{
border-color: #E93A54;
}
.TagClassName
{
border-color: #E93A54;
}
</style>