#E53A56

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

Shades of Amaranth #E53A56

Tints of Amaranth #E53A56

Color information

#E53A56 (or 0xE53A56) is unknown color: approx Amaranth. HEX triplet: E5, 3A and 56. RGB value is (229,58,86). Sum of RGB (Red+Green+Blue) = 229+58+86=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53A56 is #1AC5A9. Grayscale: #707070. Windows color (decimal): -1754538 or 5651173. OLE color: 5651173.

HSL color Cylindrical-coordinate representation of color #E53A56: hue angle of 350.18º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53A56 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB2295886-
CMYK00.750.620.10
HSL350.18º76.68%56.27%-
HSV(B)350.18º74.67%89.8%-
XYZ35.5120.3610.86-
YUV112.32113.15211.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.39%
GREEN value IS 58 (23.05% from 255) = 15.55%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=61.39%
G=15.55%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229588600.750.620.10350.1876.6856.27
HexE53A5604B3EA15e4d38
Octal345721260113761253611570
Binary1110010111101010101100100101111111010101010111101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53A56; }

 p { color: rgb(229,58,86); }

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

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

 a { background-color: rgb(229,58,86); }

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

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

 span { border-color: rgb(229,58,86); }

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