#E53E45

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

Shades of Amaranth #E53E45

Tints of Amaranth #E53E45

Color information

#E53E45 (or 0xE53E45) is unknown color: approx Amaranth. HEX triplet: E5, 3E and 45. RGB value is (229,62,69). Sum of RGB (Red+Green+Blue) = 229+62+69=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53E45 is #1AC1BA. Grayscale: #707070. Windows color (decimal): -1753531 or 4538085. OLE color: 4538085.

HSL color Cylindrical-coordinate representation of color #E53E45: hue angle of 357.49º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53E45 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB2296269-
CMYK00.730.700.10
HSL357.49º76.26%57.06%-
HSV(B)357.49º72.93%89.8%-
XYZ35.1120.537.74-
YUV112.73103.33210.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.61%
GREEN value IS 62 (24.61% from 255) = 17.22%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=63.61%
G=17.22%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229626900.730.700.10357.4976.2657.06
HexE53E4504946A1654c39
Octal3457610501111061254511471
Binary11100101111110100010101001001100011010101011001011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53E45; }

 p { color: rgb(229,62,69); }

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

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

 a { background-color: rgb(229,62,69); }

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

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

 span { border-color: rgb(229,62,69); }

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