#E53956

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

Shades of Amaranth #E53956

Tints of Amaranth #E53956

Color information

#E53956 (or 0xE53956) is unknown color: approx Amaranth. HEX triplet: E5, 39 and 56. RGB value is (229,57,86). Sum of RGB (Red+Green+Blue) = 229+57+86=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E53956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53956 is #1AC6A9. Grayscale: #6F6F6F. Windows color (decimal): -1754794 or 5650917. OLE color: 5650917.

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

Color convert

RGB2295786-
CMYK00.750.620.10
HSL349.88º76.79%56.08%-
HSV(B)349.88º75.11%89.8%-
XYZ35.4620.2610.85-
YUV111.73113.48211.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.56%
GREEN value IS 57 (22.66% from 255) = 15.32%
BLUE value IS 86 (33.98% from 255) = 23.12%
R=61.56%
G=15.32%
B=23.12%

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
Decimal229578600.750.620.10349.8876.7956.08
HexE5395604B3EA15e4d38
Octal345711260113761253611570
Binary1110010111100110101100100101111111010101010111101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53956; }

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

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

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

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

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

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

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

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