#E54049

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

Shades of Amaranth #E54049

Tints of Amaranth #E54049

Color information

#E54049 (or 0xE54049) is unknown color: approx Amaranth. HEX triplet: E5, 40 and 49. RGB value is (229,64,73). Sum of RGB (Red+Green+Blue) = 229+64+73=366 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.57% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 229 - color contains mainly: red. Hex color #E54049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54049 is #1ABFB6. Grayscale: #727272. Windows color (decimal): -1753015 or 4800741. OLE color: 4800741.

HSL color Cylindrical-coordinate representation of color #E54049: hue angle of 356.73º 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 #E54049 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB2296473-
CMYK00.720.680.10
HSL356.73º76.04%57.45%-
HSV(B)356.73º72.05%89.8%-
XYZ35.3520.818.46-
YUV114.36104.66209.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.57%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 73 (28.91% from 255) = 19.95%
R=62.57%
G=17.49%
B=19.95%

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
Decimal229647300.720.680.10356.7376.0457.45
HexE5404904844A1654c39
Octal34510011101101041254511471
Binary111001011000000100100101001000100010010101011001011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54049; }

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

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

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

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

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

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

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

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