#E53D4F

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

Shades of Amaranth #E53D4F

Tints of Amaranth #E53D4F

Color information

#E53D4F (or 0xE53D4F) is unknown color: approx Amaranth. HEX triplet: E5, 3D and 4F. RGB value is (229,61,79). Sum of RGB (Red+Green+Blue) = 229+61+79=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53D4F is #1AC2B0. Grayscale: #717171. Windows color (decimal): -1753777 or 5193189. OLE color: 5193189.

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

Color convert

RGB2296179-
CMYK00.730.660.10
HSL353.57º76.36%56.86%-
HSV(B)353.57º73.36%89.8%-
XYZ35.3920.569.5-
YUV113.28108.66210.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.06%
GREEN value IS 61 (24.22% from 255) = 16.53%
BLUE value IS 79 (31.25% from 255) = 21.41%
R=62.06%
G=16.53%
B=21.41%

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
Decimal229617900.730.660.10353.5776.3656.86
HexE53D4F04942A1624c39
Octal3457511701111021254211471
Binary11100101111101100111101001001100001010101011000101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53D4F; }

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

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

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

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

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

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

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

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