#E53A46

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

Shades of Amaranth #E53A46

Tints of Amaranth #E53A46

Color information

#E53A46 (or 0xE53A46) is unknown color: approx Amaranth. HEX triplet: E5, 3A and 46. RGB value is (229,58,70). Sum of RGB (Red+Green+Blue) = 229+58+70=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53A46 is #1AC5B9. Grayscale: #6E6E6E. Windows color (decimal): -1754554 or 4602597. OLE color: 4602597.

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

Color convert

RGB2295870-
CMYK00.750.690.10
HSL355.79º76.68%56.27%-
HSV(B)355.79º74.67%89.8%-
XYZ34.9320.137.84-
YUV110.5105.15212.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 64.15%
GREEN value IS 58 (23.05% from 255) = 16.25%
BLUE value IS 70 (27.73% from 255) = 19.61%
R=64.15%
G=16.25%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229587000.750.690.10355.7976.6856.27
HexE53A4604B45A1644d38
Octal3457210601131051254411570
Binary11100101111010100011001001011100010110101011001001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53A46; }

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

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

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

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

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

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

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

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