#E5404A

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

Shades of Amaranth #E5404A

Tints of Amaranth #E5404A

Color information

#E5404A (or 0xE5404A) is unknown color: approx Amaranth. HEX triplet: E5, 40 and 4A. RGB value is (229,64,74). Sum of RGB (Red+Green+Blue) = 229+64+74=367 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.40% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 229 - color contains mainly: red. Hex color #E5404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5404A is #1ABFB5. Grayscale: #727272. Windows color (decimal): -1753014 or 4866277. OLE color: 4866277.

HSL color Cylindrical-coordinate representation of color #E5404A: hue angle of 356.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5404A is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB2296474-
CMYK00.720.680.10
HSL356.36º76.04%57.45%-
HSV(B)356.36º72.05%89.8%-
XYZ35.3820.828.63-
YUV114.48105.16209.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.40%
GREEN value IS 64 (25.39% from 255) = 17.44%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=62.40%
G=17.44%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229647400.720.680.10356.3676.0457.45
HexE5404A04844A1644c39
Octal34510011201101041254411471
Binary111001011000000100101001001000100010010101011001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5404A; }

 p { color: rgb(229,64,74); }

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

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

 a { background-color: rgb(229,64,74); }

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

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

 span { border-color: rgb(229,64,74); }

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