Shades of Amaranth #E93154
Tints of Amaranth #E93154
RGB
CMYK
RGB Variations
Color information
#E93154 (or 0xE93154) is known color: Amaranth. HEX triplet: E9, 31 and 54. RGB value is (233,49,84). Sum of RGB (Red+Green+Blue) = 233+49+84=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E93154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93154 is #16CEAB. Grayscale: #6C6C6C. Windows color (decimal): -1494700 or 5517801. OLE color: 5517801.
HSL color Cylindrical-coordinate representation of color #E93154: hue angle of 348.59º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E93154 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 84 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.09 |
| HSL | 348.59º | 0.81% | 0.55% | - |
| HSV(B) | 348.59º | 0.79% | 0.91% | - |
| XYZ | 36.3 | 20.16 | 10.37 | - |
| YUV | 108.01 | 114.46 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 84 | 0 | 0.79 | 0.64 | 0.09 | 348.59 | 0.81 | 0.55 |
| Hex | E9 | 31 | 54 | 0 | 4F | 40 | 9 | 15D | 51 | 37 |
| Octal | 351 | 61 | 124 | 0 | 117 | 100 | 11 | 535 | 121 | 67 |
| Binary | 11101001 | 110001 | 1010100 | 0 | 1001111 | 1000000 | 1001 | 101011101 | 1010001 | 110111 |
Color Harmonies of #E93154
Complementary color
Monochromatic Colors of #E93154
Black with #E93154
Text Example
Text Example
White with #E93154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93154; }
p { color: rgb(233,49,84); }
H1.HeaderClassName
{
color: #E93154;
}
.AnyTagClassName
{
color: #E93154;
}
</style>
background-color css
<style>
a { background-color: #E93154; }
a { background-color: rgb(233,49,84); }
div.DivClassName
{
background-color: #E93154;
}
.BgClassName
{
background-color: #E93154;
}
</style>
border-color css
<style>
span { border-color: #E93154; }
span { border-color: rgb(233,49,84); }
td.TdClassName
{
border-color: #E93154;
}
.TagClassName
{
border-color: #E93154;
}
</style>