Shades of Amaranth #E93149
Tints of Amaranth #E93149
RGB
CMYK
RGB Variations
Color information
#E93149 (or 0xE93149) is known color: Amaranth. HEX triplet: E9, 31 and 49. RGB value is (233,49,73). Sum of RGB (Red+Green+Blue) = 233+49+73=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E93149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93149 is #16CEB6. Grayscale: #6A6A6A. Windows color (decimal): -1494711 or 4796905. OLE color: 4796905.
HSL color Cylindrical-coordinate representation of color #E93149: hue angle of 352.17º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E93149 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 73 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.09 |
| HSL | 352.17º | 0.81% | 0.55% | - |
| HSV(B) | 352.17º | 0.79% | 0.91% | - |
| XYZ | 35.91 | 20 | 8.27 | - |
| YUV | 106.75 | 108.96 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 73 | 0 | 0.79 | 0.69 | 0.09 | 352.17 | 0.81 | 0.55 |
| Hex | E9 | 31 | 49 | 0 | 4F | 45 | 9 | 160 | 51 | 37 |
| Octal | 351 | 61 | 111 | 0 | 117 | 105 | 11 | 540 | 121 | 67 |
| Binary | 11101001 | 110001 | 1001001 | 0 | 1001111 | 1000101 | 1001 | 101100000 | 1010001 | 110111 |
Color Harmonies of #E93149
Complementary color
Monochromatic Colors of #E93149
Black with #E93149
Text Example
Text Example
White with #E93149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93149; }
p { color: rgb(233,49,73); }
H1.HeaderClassName
{
color: #E93149;
}
.AnyTagClassName
{
color: #E93149;
}
</style>
background-color css
<style>
a { background-color: #E93149; }
a { background-color: rgb(233,49,73); }
div.DivClassName
{
background-color: #E93149;
}
.BgClassName
{
background-color: #E93149;
}
</style>
border-color css
<style>
span { border-color: #E93149; }
span { border-color: rgb(233,49,73); }
td.TdClassName
{
border-color: #E93149;
}
.TagClassName
{
border-color: #E93149;
}
</style>