Shades of Amaranth #E93E54
Tints of Amaranth #E93E54
RGB
CMYK
RGB Variations
Color information
#E93E54 (or 0xE93E54) is known color: Amaranth. HEX triplet: E9, 3E and 54. RGB value is (233,62,84). Sum of RGB (Red+Green+Blue) = 233+62+84=379 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.48% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93E54 is #16C1AB. Grayscale: #737373. Windows color (decimal): -1491372 or 5521129. OLE color: 5521129.
HSL color Cylindrical-coordinate representation of color #E93E54: hue angle of 352.28º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E93E54 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 62 | 84 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.09 |
| HSL | 352.28º | 0.8% | 0.58% | - |
| HSV(B) | 352.28º | 0.73% | 0.91% | - |
| XYZ | 36.93 | 21.41 | 10.57 | - |
| YUV | 115.64 | 110.15 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 62 | 84 | 0 | 0.73 | 0.64 | 0.09 | 352.28 | 0.8 | 0.58 |
| Hex | E9 | 3E | 54 | 0 | 49 | 40 | 9 | 160 | 50 | 3A |
| Octal | 351 | 76 | 124 | 0 | 111 | 100 | 11 | 540 | 120 | 72 |
| Binary | 11101001 | 111110 | 1010100 | 0 | 1001001 | 1000000 | 1001 | 101100000 | 1010000 | 111010 |
Color Harmonies of #E93E54
Complementary color
Monochromatic Colors of #E93E54
Black with #E93E54
Text Example
Text Example
White with #E93E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93E54; }
p { color: rgb(233,62,84); }
H1.HeaderClassName
{
color: #E93E54;
}
.AnyTagClassName
{
color: #E93E54;
}
</style>
background-color css
<style>
a { background-color: #E93E54; }
a { background-color: rgb(233,62,84); }
div.DivClassName
{
background-color: #E93E54;
}
.BgClassName
{
background-color: #E93E54;
}
</style>
border-color css
<style>
span { border-color: #E93E54; }
span { border-color: rgb(233,62,84); }
td.TdClassName
{
border-color: #E93E54;
}
.TagClassName
{
border-color: #E93E54;
}
</style>