Shades of Amaranth #E93549
Tints of Amaranth #E93549
RGB
CMYK
RGB Variations
Color information
#E93549 (or 0xE93549) is known color: Amaranth. HEX triplet: E9, 35 and 49. RGB value is (233,53,73). Sum of RGB (Red+Green+Blue) = 233+53+73=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E93549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93549 is #16CAB6. Grayscale: #6D6D6D. Windows color (decimal): -1493687 or 4797929. OLE color: 4797929.
HSL color Cylindrical-coordinate representation of color #E93549: hue angle of 353.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E93549 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 53 | 73 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.09 |
| HSL | 353.33º | 0.8% | 0.56% | - |
| HSV(B) | 353.33º | 0.77% | 0.91% | - |
| XYZ | 36.08 | 20.35 | 8.33 | - |
| YUV | 109.1 | 107.63 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 73 | 0 | 0.77 | 0.69 | 0.09 | 353.33 | 0.8 | 0.56 |
| Hex | E9 | 35 | 49 | 0 | 4D | 45 | 9 | 161 | 50 | 38 |
| Octal | 351 | 65 | 111 | 0 | 115 | 105 | 11 | 541 | 120 | 70 |
| Binary | 11101001 | 110101 | 1001001 | 0 | 1001101 | 1000101 | 1001 | 101100001 | 1010000 | 111000 |
Color Harmonies of #E93549
Complementary color
Monochromatic Colors of #E93549
Black with #E93549
Text Example
Text Example
White with #E93549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93549; }
p { color: rgb(233,53,73); }
H1.HeaderClassName
{
color: #E93549;
}
.AnyTagClassName
{
color: #E93549;
}
</style>
background-color css
<style>
a { background-color: #E93549; }
a { background-color: rgb(233,53,73); }
div.DivClassName
{
background-color: #E93549;
}
.BgClassName
{
background-color: #E93549;
}
</style>
border-color css
<style>
span { border-color: #E93549; }
span { border-color: rgb(233,53,73); }
td.TdClassName
{
border-color: #E93549;
}
.TagClassName
{
border-color: #E93549;
}
</style>