#E53A4E

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

Shades of Amaranth #E53A4E

Tints of Amaranth #E53A4E

Color information

#E53A4E (or 0xE53A4E) is unknown color: approx Amaranth. HEX triplet: E5, 3A and 4E. RGB value is (229,58,78). Sum of RGB (Red+Green+Blue) = 229+58+78=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53A4E is #1AC5B1. Grayscale: #6F6F6F. Windows color (decimal): -1754546 or 5126885. OLE color: 5126885.

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

Color convert

RGB2295878-
CMYK00.750.660.10
HSL352.98º76.68%56.27%-
HSV(B)352.98º74.67%89.8%-
XYZ35.220.239.26-
YUV111.41109.15211.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.74%
GREEN value IS 58 (23.05% from 255) = 15.89%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=62.74%
G=15.89%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229587800.750.660.10352.9876.6856.27
HexE53A4E04B42A1614d38
Octal3457211601131021254111570
Binary11100101111010100111001001011100001010101011000011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53A4E; }

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

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

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

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

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

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

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

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