#E53047

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

Shades of Amaranth #E53047

Tints of Amaranth #E53047

Color information

#E53047 (or 0xE53047) is unknown color: approx Amaranth. HEX triplet: E5, 30 and 47. RGB value is (229,48,71). Sum of RGB (Red+Green+Blue) = 229+48+71=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E53047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53047 is #1ACFB8. Grayscale: #686868. Windows color (decimal): -1757113 or 4665573. OLE color: 4665573.

HSL color Cylindrical-coordinate representation of color #E53047: hue angle of 352.38º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E53047 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB2294871-
CMYK00.790.690.10
HSL352.38º77.68%54.31%-
HSV(B)352.38º79.04%89.8%-
XYZ34.5119.237.85-
YUV104.74108.97216.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 65.80%
GREEN value IS 48 (19.14% from 255) = 13.79%
BLUE value IS 71 (28.12% from 255) = 20.40%
R=65.80%
G=13.79%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229487100.790.690.10352.3877.6854.31
HexE5304704F45A1604e36
Octal3456010701171051254011666
Binary11100101110000100011101001111100010110101011000001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53047; }

 p { color: rgb(229,48,71); }

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

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

 a { background-color: rgb(229,48,71); }

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

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

 span { border-color: rgb(229,48,71); }

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