#E53D51

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

Shades of Amaranth #E53D51

Tints of Amaranth #E53D51

Color information

#E53D51 (or 0xE53D51) is unknown color: approx Amaranth. HEX triplet: E5, 3D and 51. RGB value is (229,61,81). Sum of RGB (Red+Green+Blue) = 229+61+81=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53D51 is #1AC2AE. Grayscale: #717171. Windows color (decimal): -1753775 or 5324261. OLE color: 5324261.

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

Color convert

RGB2296181-
CMYK00.730.650.10
HSL352.86º76.36%56.86%-
HSV(B)352.86º73.36%89.8%-
XYZ35.4720.599.89-
YUV113.51109.66210.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.73%
GREEN value IS 61 (24.22% from 255) = 16.44%
BLUE value IS 81 (32.03% from 255) = 21.83%
R=61.73%
G=16.44%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229618100.730.650.10352.8676.3656.86
HexE53D5104941A1614c39
Octal3457512101111011254111471
Binary11100101111101101000101001001100000110101011000011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53D51; }

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

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

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

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

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

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

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

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