#E53144

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

Shades of Amaranth #E53144

Tints of Amaranth #E53144

Color information

#E53144 (or 0xE53144) is unknown color: approx Amaranth. HEX triplet: E5, 31 and 44. RGB value is (229,49,68). Sum of RGB (Red+Green+Blue) = 229+49+68=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E53144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53144 is #1ACEBB. Grayscale: #696969. Windows color (decimal): -1756860 or 4469221. OLE color: 4469221.

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

Color convert

RGB2294968-
CMYK00.790.700.10
HSL353.67º77.59%54.51%-
HSV(B)353.67º78.6%89.8%-
XYZ34.4519.277.37-
YUV104.99107.13216.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 66.18%
GREEN value IS 49 (19.53% from 255) = 14.16%
BLUE value IS 68 (26.95% from 255) = 19.65%
R=66.18%
G=14.16%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229496800.790.700.10353.6777.5954.51
HexE5314404F46A1624e37
Octal3456110401171061254211667
Binary11100101110001100010001001111100011010101011000101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53144; }

 p { color: rgb(229,49,68); }

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

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

 a { background-color: rgb(229,49,68); }

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

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

 span { border-color: rgb(229,49,68); }

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