#E53D4D

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

Shades of Amaranth #E53D4D

Tints of Amaranth #E53D4D

Color information

#E53D4D (or 0xE53D4D) is unknown color: approx Amaranth. HEX triplet: E5, 3D and 4D. RGB value is (229,61,77). Sum of RGB (Red+Green+Blue) = 229+61+77=367 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.40% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53D4D is #1AC2B2. Grayscale: #717171. Windows color (decimal): -1753779 or 5062117. OLE color: 5062117.

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

Color convert

RGB2296177-
CMYK00.730.660.10
HSL354.29º76.36%56.86%-
HSV(B)354.29º73.36%89.8%-
XYZ35.3220.539.12-
YUV113.06107.66210.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.40%
GREEN value IS 61 (24.22% from 255) = 16.62%
BLUE value IS 77 (30.47% from 255) = 20.98%
R=62.40%
G=16.62%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229617700.730.660.10354.2976.3656.86
HexE53D4D04942A1624c39
Octal3457511501111021254211471
Binary11100101111101100110101001001100001010101011000101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53D4D; }

 p { color: rgb(229,61,77); }

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

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

 a { background-color: rgb(229,61,77); }

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

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

 span { border-color: rgb(229,61,77); }

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