#E53E4A

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

Shades of Amaranth #E53E4A

Tints of Amaranth #E53E4A

Color information

#E53E4A (or 0xE53E4A) is unknown color: approx Amaranth. HEX triplet: E5, 3E and 4A. RGB value is (229,62,74). Sum of RGB (Red+Green+Blue) = 229+62+74=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53E4A is #1AC1B5. Grayscale: #717171. Windows color (decimal): -1753526 or 4865765. OLE color: 4865765.

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

Color convert

RGB2296274-
CMYK00.730.680.10
HSL355.69º76.26%57.06%-
HSV(B)355.69º72.93%89.8%-
XYZ35.2720.68.6-
YUV113.3105.83210.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.74%
GREEN value IS 62 (24.61% from 255) = 16.99%
BLUE value IS 74 (29.30% from 255) = 20.27%
R=62.74%
G=16.99%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229627400.730.680.10355.6976.2657.06
HexE53E4A04944A1644c39
Octal3457611201111041254411471
Binary11100101111110100101001001001100010010101011001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53E4A; }

 p { color: rgb(229,62,74); }

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

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

 a { background-color: rgb(229,62,74); }

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

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

 span { border-color: rgb(229,62,74); }

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