#E53955

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

Shades of Amaranth #E53955

Tints of Amaranth #E53955

Color information

#E53955 (or 0xE53955) is unknown color: approx Amaranth. HEX triplet: E5, 39 and 55. RGB value is (229,57,85). Sum of RGB (Red+Green+Blue) = 229+57+85=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E53955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53955 is #1AC6AA. Grayscale: #6F6F6F. Windows color (decimal): -1754795 or 5585381. OLE color: 5585381.

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

Color convert

RGB2295785-
CMYK00.750.630.10
HSL350.23º76.79%56.08%-
HSV(B)350.23º75.11%89.8%-
XYZ35.4220.2410.63-
YUV111.62112.98211.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.73%
GREEN value IS 57 (22.66% from 255) = 15.36%
BLUE value IS 85 (33.59% from 255) = 22.91%
R=61.73%
G=15.36%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229578500.750.630.10350.2376.7956.08
HexE5395504B3FA15e4d38
Octal345711250113771253611570
Binary1110010111100110101010100101111111110101010111101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53955; }

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

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

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

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

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

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

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

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