Shades of Amaranth #E93D44
Tints of Amaranth #E93D44
RGB
CMYK
RGB Variations
Color information
#E93D44 (or 0xE93D44) is known color: Amaranth. HEX triplet: E9, 3D and 44. RGB value is (233,61,68). Sum of RGB (Red+Green+Blue) = 233+61+68=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93D44 is #16C2BB. Grayscale: #717171. Windows color (decimal): -1491644 or 4472297. OLE color: 4472297.
HSL color Cylindrical-coordinate representation of color #E93D44: hue angle of 357.56º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93D44 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 68 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.09 |
| HSL | 357.56º | 0.8% | 0.58% | - |
| HSV(B) | 357.56º | 0.74% | 0.91% | - |
| XYZ | 36.32 | 21.08 | 7.62 | - |
| YUV | 113.23 | 102.48 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 68 | 0 | 0.74 | 0.71 | 0.09 | 357.56 | 0.8 | 0.58 |
| Hex | E9 | 3D | 44 | 0 | 4A | 47 | 9 | 166 | 50 | 3A |
| Octal | 351 | 75 | 104 | 0 | 112 | 107 | 11 | 546 | 120 | 72 |
| Binary | 11101001 | 111101 | 1000100 | 0 | 1001010 | 1000111 | 1001 | 101100110 | 1010000 | 111010 |
Color Harmonies of #E93D44
Complementary color
Monochromatic Colors of #E93D44
Black with #E93D44
Text Example
Text Example
White with #E93D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D44; }
p { color: rgb(233,61,68); }
H1.HeaderClassName
{
color: #E93D44;
}
.AnyTagClassName
{
color: #E93D44;
}
</style>
background-color css
<style>
a { background-color: #E93D44; }
a { background-color: rgb(233,61,68); }
div.DivClassName
{
background-color: #E93D44;
}
.BgClassName
{
background-color: #E93D44;
}
</style>
border-color css
<style>
span { border-color: #E93D44; }
span { border-color: rgb(233,61,68); }
td.TdClassName
{
border-color: #E93D44;
}
.TagClassName
{
border-color: #E93D44;
}
</style>