#E8394D

Color #E8394D Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #E8394D

Tints of Amaranth #E8394D

Color information

#E8394D (or 0xE8394D) is unknown color: approx Amaranth. HEX triplet: E8, 39 and 4D. RGB value is (232,57,77). Sum of RGB (Red+Green+Blue) = 232+57+77=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E8394D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8394D is #17C6B2. Grayscale: #6F6F6F. Windows color (decimal): -1558195 or 5061096. OLE color: 5061096.

HSL color Cylindrical-coordinate representation of color #E8394D: hue angle of 353.14º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8394D is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB2325777-
CMYK00.750.670.09
HSL353.14º79.19%56.67%-
HSV(B)353.14º75.43%90.98%-
XYZ36.0820.629.1-
YUV111.6108.48213.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 63.39%
GREEN value IS 57 (22.66% from 255) = 15.57%
BLUE value IS 77 (30.47% from 255) = 21.04%
R=63.39%
G=15.57%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232577700.750.670.09353.1479.1956.67
HexE8394D04B4391614f39
Octal3507111501131031154111771
Binary11101000111001100110101001011100001110011011000011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8394D; }

 p { color: rgb(232,57,77); }

 H1.HeaderClassName
 {
   color: #E8394D;
 }
 .AnyTagClassName
 {
   color: #E8394D;
 }
</style>
background-color css

<style>
 a { background-color: #E8394D; }

 a { background-color: rgb(232,57,77); }

 div.DivClassName
 {
   background-color: #E8394D;
 }
 .BgClassName
 {
   background-color: #E8394D;
 }
</style>
border-color css

<style>
 span { border-color: #E8394D; }

 span { border-color: rgb(232,57,77); }

 td.TdClassName
 {
   border-color: #E8394D;
 }
 .TagClassName
 {
   border-color: #E8394D;
 }
</style>