Shades of Amaranth #E93758
Tints of Amaranth #E93758
RGB
CMYK
RGB Variations
Color information
#E93758 (or 0xE93758) is known color: Amaranth. HEX triplet: E9, 37 and 58. RGB value is (233,55,88). Sum of RGB (Red+Green+Blue) = 233+55+88=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E93758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93758 is #16C8A7. Grayscale: #707070. Windows color (decimal): -1493160 or 5781481. OLE color: 5781481.
HSL color Cylindrical-coordinate representation of color #E93758: hue angle of 348.88º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E93758 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 55 | 88 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.09 |
| HSL | 348.88º | 0.8% | 0.56% | - |
| HSV(B) | 348.88º | 0.76% | 0.91% | - |
| XYZ | 36.73 | 20.76 | 11.3 | - |
| YUV | 111.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 55 | 88 | 0 | 0.76 | 0.62 | 0.09 | 348.88 | 0.8 | 0.56 |
| Hex | E9 | 37 | 58 | 0 | 4C | 3E | 9 | 15D | 50 | 38 |
| Octal | 351 | 67 | 130 | 0 | 114 | 76 | 11 | 535 | 120 | 70 |
| Binary | 11101001 | 110111 | 1011000 | 0 | 1001100 | 111110 | 1001 | 101011101 | 1010000 | 111000 |
Color Harmonies of #E93758
Complementary color
Monochromatic Colors of #E93758
Black with #E93758
Text Example
Text Example
White with #E93758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93758; }
p { color: rgb(233,55,88); }
H1.HeaderClassName
{
color: #E93758;
}
.AnyTagClassName
{
color: #E93758;
}
</style>
background-color css
<style>
a { background-color: #E93758; }
a { background-color: rgb(233,55,88); }
div.DivClassName
{
background-color: #E93758;
}
.BgClassName
{
background-color: #E93758;
}
</style>
border-color css
<style>
span { border-color: #E93758; }
span { border-color: rgb(233,55,88); }
td.TdClassName
{
border-color: #E93758;
}
.TagClassName
{
border-color: #E93758;
}
</style>