Shades of Amaranth #E93748
Tints of Amaranth #E93748
RGB
CMYK
RGB Variations
Color information
#E93748 (or 0xE93748) is known color: Amaranth. HEX triplet: E9, 37 and 48. RGB value is (233,55,72). Sum of RGB (Red+Green+Blue) = 233+55+72=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E93748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93748 is #16C8B7. Grayscale: #6E6E6E. Windows color (decimal): -1493176 or 4732905. OLE color: 4732905.
HSL color Cylindrical-coordinate representation of color #E93748: hue angle of 354.27º 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 #E93748 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 55 | 72 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.09 |
| HSL | 354.27º | 0.8% | 0.56% | - |
| HSV(B) | 354.27º | 0.76% | 0.91% | - |
| XYZ | 36.14 | 20.52 | 8.19 | - |
| YUV | 110.16 | 106.47 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 55 | 72 | 0 | 0.76 | 0.69 | 0.09 | 354.27 | 0.8 | 0.56 |
| Hex | E9 | 37 | 48 | 0 | 4C | 45 | 9 | 162 | 50 | 38 |
| Octal | 351 | 67 | 110 | 0 | 114 | 105 | 11 | 542 | 120 | 70 |
| Binary | 11101001 | 110111 | 1001000 | 0 | 1001100 | 1000101 | 1001 | 101100010 | 1010000 | 111000 |
Color Harmonies of #E93748
Complementary color
Monochromatic Colors of #E93748
Black with #E93748
Text Example
Text Example
White with #E93748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93748; }
p { color: rgb(233,55,72); }
H1.HeaderClassName
{
color: #E93748;
}
.AnyTagClassName
{
color: #E93748;
}
</style>
background-color css
<style>
a { background-color: #E93748; }
a { background-color: rgb(233,55,72); }
div.DivClassName
{
background-color: #E93748;
}
.BgClassName
{
background-color: #E93748;
}
</style>
border-color css
<style>
span { border-color: #E93748; }
span { border-color: rgb(233,55,72); }
td.TdClassName
{
border-color: #E93748;
}
.TagClassName
{
border-color: #E93748;
}
</style>