Shades of Amaranth #E93A44
Tints of Amaranth #E93A44
RGB
CMYK
RGB Variations
Color information
#E93A44 (or 0xE93A44) is known color: Amaranth. HEX triplet: E9, 3A and 44. RGB value is (233,58,68). Sum of RGB (Red+Green+Blue) = 233+58+68=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A44 is #16C5BB. Grayscale: #6F6F6F. Windows color (decimal): -1492412 or 4471529. OLE color: 4471529.
HSL color Cylindrical-coordinate representation of color #E93A44: hue angle of 356.57º 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 #E93A44 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 68 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.09 |
| HSL | 356.57º | 0.8% | 0.57% | - |
| HSV(B) | 356.57º | 0.75% | 0.91% | - |
| XYZ | 36.16 | 20.77 | 7.57 | - |
| YUV | 111.47 | 103.48 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 68 | 0 | 0.75 | 0.71 | 0.09 | 356.57 | 0.8 | 0.57 |
| Hex | E9 | 3A | 44 | 0 | 4B | 47 | 9 | 165 | 50 | 39 |
| Octal | 351 | 72 | 104 | 0 | 113 | 107 | 11 | 545 | 120 | 71 |
| Binary | 11101001 | 111010 | 1000100 | 0 | 1001011 | 1000111 | 1001 | 101100101 | 1010000 | 111001 |
Color Harmonies of #E93A44
Complementary color
Monochromatic Colors of #E93A44
Black with #E93A44
Text Example
Text Example
White with #E93A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A44; }
p { color: rgb(233,58,68); }
H1.HeaderClassName
{
color: #E93A44;
}
.AnyTagClassName
{
color: #E93A44;
}
</style>
background-color css
<style>
a { background-color: #E93A44; }
a { background-color: rgb(233,58,68); }
div.DivClassName
{
background-color: #E93A44;
}
.BgClassName
{
background-color: #E93A44;
}
</style>
border-color css
<style>
span { border-color: #E93A44; }
span { border-color: rgb(233,58,68); }
td.TdClassName
{
border-color: #E93A44;
}
.TagClassName
{
border-color: #E93A44;
}
</style>