#E53A53

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

Shades of Amaranth #E53A53

Tints of Amaranth #E53A53

Color information

#E53A53 (or 0xE53A53) is unknown color: approx Amaranth. HEX triplet: E5, 3A and 53. RGB value is (229,58,83). Sum of RGB (Red+Green+Blue) = 229+58+83=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53A53 is #1AC5AC. Grayscale: #707070. Windows color (decimal): -1754541 or 5454565. OLE color: 5454565.

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

Color convert

RGB2295883-
CMYK00.750.640.10
HSL351.23º76.68%56.27%-
HSV(B)351.23º74.67%89.8%-
XYZ35.3920.3110.24-
YUV111.98111.65211.47-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.89%
GREEN value IS 58 (23.05% from 255) = 15.68%
BLUE value IS 83 (32.81% from 255) = 22.43%
R=61.89%
G=15.68%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229588300.750.640.10351.2376.6856.27
HexE53A5304B40A15f4d38
Octal3457212301131001253711570
Binary11100101111010101001101001011100000010101010111111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53A53; }

 p { color: rgb(229,58,83); }

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

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

 a { background-color: rgb(229,58,83); }

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

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

 span { border-color: rgb(229,58,83); }

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