Shades of Amaranth #E93E4E
Tints of Amaranth #E93E4E
RGB
CMYK
RGB Variations
Color information
#E93E4E (or 0xE93E4E) is known color: Amaranth. HEX triplet: E9, 3E and 4E. RGB value is (233,62,78). Sum of RGB (Red+Green+Blue) = 233+62+78=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93E4E is #16C1B1. Grayscale: #737373. Windows color (decimal): -1491378 or 5127913. OLE color: 5127913.
HSL color Cylindrical-coordinate representation of color #E93E4E: hue angle of 354.39º 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 #E93E4E is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 62 | 78 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.09 |
| HSL | 354.39º | 0.8% | 0.58% | - |
| HSV(B) | 354.39º | 0.73% | 0.91% | - |
| XYZ | 36.7 | 21.32 | 9.39 | - |
| YUV | 114.95 | 107.15 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 62 | 78 | 0 | 0.73 | 0.67 | 0.09 | 354.39 | 0.8 | 0.58 |
| Hex | E9 | 3E | 4E | 0 | 49 | 43 | 9 | 162 | 50 | 3A |
| Octal | 351 | 76 | 116 | 0 | 111 | 103 | 11 | 542 | 120 | 72 |
| Binary | 11101001 | 111110 | 1001110 | 0 | 1001001 | 1000011 | 1001 | 101100010 | 1010000 | 111010 |
Color Harmonies of #E93E4E
Complementary color
Monochromatic Colors of #E93E4E
Black with #E93E4E
Text Example
Text Example
White with #E93E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93E4E; }
p { color: rgb(233,62,78); }
H1.HeaderClassName
{
color: #E93E4E;
}
.AnyTagClassName
{
color: #E93E4E;
}
</style>
background-color css
<style>
a { background-color: #E93E4E; }
a { background-color: rgb(233,62,78); }
div.DivClassName
{
background-color: #E93E4E;
}
.BgClassName
{
background-color: #E93E4E;
}
</style>
border-color css
<style>
span { border-color: #E93E4E; }
span { border-color: rgb(233,62,78); }
td.TdClassName
{
border-color: #E93E4E;
}
.TagClassName
{
border-color: #E93E4E;
}
</style>