#E53958

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

Shades of Amaranth #E53958

Tints of Amaranth #E53958

Color information

#E53958 (or 0xE53958) is unknown color: approx Amaranth. HEX triplet: E5, 39 and 58. RGB value is (229,57,88). Sum of RGB (Red+Green+Blue) = 229+57+88=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E53958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53958 is #1AC6A7. Grayscale: #707070. Windows color (decimal): -1754792 or 5781989. OLE color: 5781989.

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

Color convert

RGB2295788-
CMYK00.750.620.10
HSL349.19º76.79%56.08%-
HSV(B)349.19º75.11%89.8%-
XYZ35.5420.2911.28-
YUV111.96114.48211.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.23%
GREEN value IS 57 (22.66% from 255) = 15.24%
BLUE value IS 88 (34.77% from 255) = 23.53%
R=61.23%
G=15.24%
B=23.53%

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
Decimal229578800.750.620.10349.1976.7956.08
HexE5395804B3EA15d4d38
Octal345711300113761253511570
Binary1110010111100110110000100101111111010101010111011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53958; }

 p { color: rgb(229,57,88); }

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

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

 a { background-color: rgb(229,57,88); }

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

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

 span { border-color: rgb(229,57,88); }

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