Shades of Amaranth #E94153
Tints of Amaranth #E94153
RGB
CMYK
RGB Variations
Color information
#E94153 (or 0xE94153) is known color: Amaranth. HEX triplet: E9, 41 and 53. RGB value is (233,65,83). Sum of RGB (Red+Green+Blue) = 233+65+83=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E94153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94153 is #16BEAC. Grayscale: #757575. Windows color (decimal): -1490605 or 5456361. OLE color: 5456361.
HSL color Cylindrical-coordinate representation of color #E94153: hue angle of 353.57º 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 #E94153 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 83 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.09 |
| HSL | 353.57º | 0.79% | 0.58% | - |
| HSV(B) | 353.57º | 0.72% | 0.91% | - |
| XYZ | 37.06 | 21.73 | 10.42 | - |
| YUV | 117.28 | 108.66 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 83 | 0 | 0.72 | 0.64 | 0.09 | 353.57 | 0.79 | 0.58 |
| Hex | E9 | 41 | 53 | 0 | 48 | 40 | 9 | 162 | 4F | 3A |
| Octal | 351 | 101 | 123 | 0 | 110 | 100 | 11 | 542 | 117 | 72 |
| Binary | 11101001 | 1000001 | 1010011 | 0 | 1001000 | 1000000 | 1001 | 101100010 | 1001111 | 111010 |
Color Harmonies of #E94153
Complementary color
Monochromatic Colors of #E94153
Black with #E94153
Text Example
Text Example
White with #E94153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94153; }
p { color: rgb(233,65,83); }
H1.HeaderClassName
{
color: #E94153;
}
.AnyTagClassName
{
color: #E94153;
}
</style>
background-color css
<style>
a { background-color: #E94153; }
a { background-color: rgb(233,65,83); }
div.DivClassName
{
background-color: #E94153;
}
.BgClassName
{
background-color: #E94153;
}
</style>
border-color css
<style>
span { border-color: #E94153; }
span { border-color: rgb(233,65,83); }
td.TdClassName
{
border-color: #E94153;
}
.TagClassName
{
border-color: #E94153;
}
</style>