Shades of Amaranth #E93D5A
Tints of Amaranth #E93D5A
RGB
CMYK
RGB Variations
Color information
#E93D5A (or 0xE93D5A) is known color: Amaranth. HEX triplet: E9, 3D and 5A. RGB value is (233,61,90). Sum of RGB (Red+Green+Blue) = 233+61+90=384 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.68% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93D5A is #16C2A5. Grayscale: #737373. Windows color (decimal): -1491622 or 5914089. OLE color: 5914089.
HSL color Cylindrical-coordinate representation of color #E93D5A: hue angle of 349.88º 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 #E93D5A is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 90 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.09 |
| HSL | 349.88º | 0.8% | 0.58% | - |
| HSV(B) | 349.88º | 0.74% | 0.91% | - |
| XYZ | 37.12 | 21.4 | 11.85 | - |
| YUV | 115.73 | 113.48 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 90 | 0 | 0.74 | 0.61 | 0.09 | 349.88 | 0.8 | 0.58 |
| Hex | E9 | 3D | 5A | 0 | 4A | 3D | 9 | 15E | 50 | 3A |
| Octal | 351 | 75 | 132 | 0 | 112 | 75 | 11 | 536 | 120 | 72 |
| Binary | 11101001 | 111101 | 1011010 | 0 | 1001010 | 111101 | 1001 | 101011110 | 1010000 | 111010 |
Color Harmonies of #E93D5A
Complementary color
Monochromatic Colors of #E93D5A
Black with #E93D5A
Text Example
Text Example
White with #E93D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D5A; }
p { color: rgb(233,61,90); }
H1.HeaderClassName
{
color: #E93D5A;
}
.AnyTagClassName
{
color: #E93D5A;
}
</style>
background-color css
<style>
a { background-color: #E93D5A; }
a { background-color: rgb(233,61,90); }
div.DivClassName
{
background-color: #E93D5A;
}
.BgClassName
{
background-color: #E93D5A;
}
</style>
border-color css
<style>
span { border-color: #E93D5A; }
span { border-color: rgb(233,61,90); }
td.TdClassName
{
border-color: #E93D5A;
}
.TagClassName
{
border-color: #E93D5A;
}
</style>