Shades of Amaranth #E94154
Tints of Amaranth #E94154
RGB
CMYK
RGB Variations
Color information
#E94154 (or 0xE94154) is known color: Amaranth. HEX triplet: E9, 41 and 54. RGB value is (233,65,84). Sum of RGB (Red+Green+Blue) = 233+65+84=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E94154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94154 is #16BEAB. Grayscale: #757575. Windows color (decimal): -1490604 or 5521897. OLE color: 5521897.
HSL color Cylindrical-coordinate representation of color #E94154: hue angle of 353.21º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94154 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 84 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.09 |
| HSL | 353.21º | 0.79% | 0.58% | - |
| HSV(B) | 353.21º | 0.72% | 0.91% | - |
| XYZ | 37.09 | 21.74 | 10.63 | - |
| YUV | 117.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 84 | 0 | 0.72 | 0.64 | 0.09 | 353.21 | 0.79 | 0.58 |
| Hex | E9 | 41 | 54 | 0 | 48 | 40 | 9 | 161 | 4F | 3A |
| Octal | 351 | 101 | 124 | 0 | 110 | 100 | 11 | 541 | 117 | 72 |
| Binary | 11101001 | 1000001 | 1010100 | 0 | 1001000 | 1000000 | 1001 | 101100001 | 1001111 | 111010 |
Color Harmonies of #E94154
Complementary color
Monochromatic Colors of #E94154
Black with #E94154
Text Example
Text Example
White with #E94154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94154; }
p { color: rgb(233,65,84); }
H1.HeaderClassName
{
color: #E94154;
}
.AnyTagClassName
{
color: #E94154;
}
</style>
background-color css
<style>
a { background-color: #E94154; }
a { background-color: rgb(233,65,84); }
div.DivClassName
{
background-color: #E94154;
}
.BgClassName
{
background-color: #E94154;
}
</style>
border-color css
<style>
span { border-color: #E94154; }
span { border-color: rgb(233,65,84); }
td.TdClassName
{
border-color: #E94154;
}
.TagClassName
{
border-color: #E94154;
}
</style>