Shades of Amaranth #E93E4D
Tints of Amaranth #E93E4D
RGB
CMYK
RGB Variations
Color information
#E93E4D (or 0xE93E4D) is known color: Amaranth. HEX triplet: E9, 3E and 4D. RGB value is (233,62,77). Sum of RGB (Red+Green+Blue) = 233+62+77=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93E4D is #16C1B2. Grayscale: #727272. Windows color (decimal): -1491379 or 5062377. OLE color: 5062377.
HSL color Cylindrical-coordinate representation of color #E93E4D: hue angle of 354.74º 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 #E93E4D is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 62 | 77 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.09 |
| HSL | 354.74º | 0.8% | 0.58% | - |
| HSV(B) | 354.74º | 0.73% | 0.91% | - |
| XYZ | 36.67 | 21.3 | 9.2 | - |
| YUV | 114.84 | 106.65 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 62 | 77 | 0 | 0.73 | 0.67 | 0.09 | 354.74 | 0.8 | 0.58 |
| Hex | E9 | 3E | 4D | 0 | 49 | 43 | 9 | 163 | 50 | 3A |
| Octal | 351 | 76 | 115 | 0 | 111 | 103 | 11 | 543 | 120 | 72 |
| Binary | 11101001 | 111110 | 1001101 | 0 | 1001001 | 1000011 | 1001 | 101100011 | 1010000 | 111010 |
Color Harmonies of #E93E4D
Complementary color
Monochromatic Colors of #E93E4D
Black with #E93E4D
Text Example
Text Example
White with #E93E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93E4D; }
p { color: rgb(233,62,77); }
H1.HeaderClassName
{
color: #E93E4D;
}
.AnyTagClassName
{
color: #E93E4D;
}
</style>
background-color css
<style>
a { background-color: #E93E4D; }
a { background-color: rgb(233,62,77); }
div.DivClassName
{
background-color: #E93E4D;
}
.BgClassName
{
background-color: #E93E4D;
}
</style>
border-color css
<style>
span { border-color: #E93E4D; }
span { border-color: rgb(233,62,77); }
td.TdClassName
{
border-color: #E93E4D;
}
.TagClassName
{
border-color: #E93E4D;
}
</style>