#EA394D

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

Shades of Amaranth #EA394D

Tints of Amaranth #EA394D

Color information

#EA394D (or 0xEA394D) is unknown color: approx Amaranth. HEX triplet: EA, 39 and 4D. RGB value is (234,57,77). Sum of RGB (Red+Green+Blue) = 234+57+77=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA394D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA394D is #15C6B2. Grayscale: #707070. Windows color (decimal): -1427123 or 5061098. OLE color: 5061098.

HSL color Cylindrical-coordinate representation of color #EA394D: hue angle of 353.22º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA394D is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB2345777-
CMYK00.760.670.08
HSL353.22º80.82%57.06%-
HSV(B)353.22º75.64%91.76%-
XYZ36.7320.959.13-
YUV112.2108.14214.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.59%
GREEN value IS 57 (22.66% from 255) = 15.49%
BLUE value IS 77 (30.47% from 255) = 20.92%
R=63.59%
G=15.49%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234577700.760.670.08353.2280.8257.06
HexEA394D04C4381615139
Octal3527111501141031054112171
Binary11101010111001100110101001100100001110001011000011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA394D; }

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

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

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

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

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

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

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

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