#e53a4c

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

Shades of Amaranth #E53A4C

Tints of Amaranth #E53A4C

Color information

#E53A4C (or 0xE53A4C) is unknown color: approx Amaranth. HEX triplet: E5, 3A and 4C. RGB value is (229,58,76). Sum of RGB (Red+Green+Blue) = 229+58+76=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53A4C is #1AC5B3. Grayscale: #6F6F6F. Windows color (decimal): -1754548 or 4995813. OLE color: 4995813.

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

Color convert

RGB2295876-
CMYK00.750.670.10
HSL353.68º76.68%56.27%-
HSV(B)353.68º74.67%89.8%-
XYZ35.1320.218.89-
YUV111.18108.15212.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.09%
GREEN value IS 58 (23.05% from 255) = 15.98%
BLUE value IS 76 (30.08% from 255) = 20.94%
R=63.09%
G=15.98%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229587600.750.670.10353.6876.6856.27
HexE53A4C04B43A1624d38
Octal3457211401131031254211570
Binary11100101111010100110001001011100001110101011000101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e53a4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e53a4c; }

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

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

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

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

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

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

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

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