#E53959

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

Shades of Amaranth #E53959

Tints of Amaranth #E53959

Color information

#E53959 (or 0xE53959) is unknown color: approx Amaranth. HEX triplet: E5, 39 and 59. RGB value is (229,57,89). Sum of RGB (Red+Green+Blue) = 229+57+89=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E53959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53959 is #1AC6A6. Grayscale: #707070. Windows color (decimal): -1754791 or 5847525. OLE color: 5847525.

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

Color convert

RGB2295789-
CMYK00.750.610.10
HSL348.84º76.79%56.08%-
HSV(B)348.84º75.11%89.8%-
XYZ35.5820.3111.5-
YUV112.08114.98211.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.07%
GREEN value IS 57 (22.66% from 255) = 15.2%
BLUE value IS 89 (35.16% from 255) = 23.73%
R=61.07%
G=15.2%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229578900.750.610.10348.8476.7956.08
HexE5395904B3DA15d4d38
Octal345711310113751253511570
Binary1110010111100110110010100101111110110101010111011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53959; }

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

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

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

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

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

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

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

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