#E8394E

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

Shades of Amaranth #E8394E

Tints of Amaranth #E8394E

Color information

#E8394E (or 0xE8394E) is unknown color: approx Amaranth. HEX triplet: E8, 39 and 4E. RGB value is (232,57,78). Sum of RGB (Red+Green+Blue) = 232+57+78=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E8394E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8394E is #17C6B1. Grayscale: #6F6F6F. Windows color (decimal): -1558194 or 5126632. OLE color: 5126632.

HSL color Cylindrical-coordinate representation of color #E8394E: hue angle of 352.8º 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 #E8394E is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB2325778-
CMYK00.750.660.09
HSL352.8º79.19%56.67%-
HSV(B)352.8º75.43%90.98%-
XYZ36.1220.639.29-
YUV111.72108.98213.79-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 63.22%
GREEN value IS 57 (22.66% from 255) = 15.53%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=63.22%
G=15.53%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232577800.750.660.09352.879.1956.67
HexE8394E04B4291614f39
Octal3507111601131021154111771
Binary11101000111001100111001001011100001010011011000011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8394E; }

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

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

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

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

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

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

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

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