#E54048

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

Shades of Amaranth #E54048

Tints of Amaranth #E54048

Color information

#E54048 (or 0xE54048) is unknown color: approx Amaranth. HEX triplet: E5, 40 and 48. RGB value is (229,64,72). Sum of RGB (Red+Green+Blue) = 229+64+72=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E54048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54048 is #1ABFB7. Grayscale: #727272. Windows color (decimal): -1753016 or 4735205. OLE color: 4735205.

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

Color convert

RGB2296472-
CMYK00.720.690.10
HSL357.09º76.04%57.45%-
HSV(B)357.09º72.05%89.8%-
XYZ35.3220.798.28-
YUV114.25104.16209.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.74%
GREEN value IS 64 (25.39% from 255) = 17.53%
BLUE value IS 72 (28.52% from 255) = 19.73%
R=62.74%
G=17.53%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229647200.720.690.10357.0976.0457.45
HexE5404804845A1654c39
Octal34510011001101051254511471
Binary111001011000000100100001001000100010110101011001011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54048; }

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

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

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

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

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

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

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

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