Shades of Amaranth #E94653
Tints of Amaranth #E94653
RGB
CMYK
RGB Variations
Color information
#E94653 (or 0xE94653) is known color: Amaranth. HEX triplet: E9, 46 and 53. RGB value is (233,70,83). Sum of RGB (Red+Green+Blue) = 233+70+83=386 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.36% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 233 - color contains mainly: red. Hex color #E94653 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94653 is #16B9AC. Grayscale: #787878. Windows color (decimal): -1489325 or 5457641. OLE color: 5457641.
HSL color Cylindrical-coordinate representation of color #E94653: hue angle of 355.21º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94653 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 83 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.09 |
| HSL | 355.21º | 0.79% | 0.59% | - |
| HSV(B) | 355.21º | 0.7% | 0.91% | - |
| XYZ | 37.36 | 22.33 | 10.52 | - |
| YUV | 120.22 | 107 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 83 | 0 | 0.70 | 0.64 | 0.09 | 355.21 | 0.79 | 0.59 |
| Hex | E9 | 46 | 53 | 0 | 46 | 40 | 9 | 163 | 4F | 3B |
| Octal | 351 | 106 | 123 | 0 | 106 | 100 | 11 | 543 | 117 | 73 |
| Binary | 11101001 | 1000110 | 1010011 | 0 | 1000110 | 1000000 | 1001 | 101100011 | 1001111 | 111011 |
Color Harmonies of #E94653
Complementary color
Monochromatic Colors of #E94653
Black with #E94653
Text Example
Text Example
White with #E94653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94653; }
p { color: rgb(233,70,83); }
H1.HeaderClassName
{
color: #E94653;
}
.AnyTagClassName
{
color: #E94653;
}
</style>
background-color css
<style>
a { background-color: #E94653; }
a { background-color: rgb(233,70,83); }
div.DivClassName
{
background-color: #E94653;
}
.BgClassName
{
background-color: #E94653;
}
</style>
border-color css
<style>
span { border-color: #E94653; }
span { border-color: rgb(233,70,83); }
td.TdClassName
{
border-color: #E94653;
}
.TagClassName
{
border-color: #E94653;
}
</style>