#E53E4B

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

Shades of Amaranth #E53E4B

Tints of Amaranth #E53E4B

Color information

#E53E4B (or 0xE53E4B) is unknown color: approx Amaranth. HEX triplet: E5, 3E and 4B. RGB value is (229,62,75). Sum of RGB (Red+Green+Blue) = 229+62+75=366 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.57% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53E4B is #1AC1B4. Grayscale: #717171. Windows color (decimal): -1753525 or 4931301. OLE color: 4931301.

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

Color convert

RGB2296275-
CMYK00.730.670.10
HSL355.33º76.26%57.06%-
HSV(B)355.33º72.93%89.8%-
XYZ35.3120.618.77-
YUV113.42106.33210.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.57%
GREEN value IS 62 (24.61% from 255) = 16.94%
BLUE value IS 75 (29.69% from 255) = 20.49%
R=62.57%
G=16.94%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229627500.730.670.10355.3376.2657.06
HexE53E4B04943A1634c39
Octal3457611301111031254311471
Binary11100101111110100101101001001100001110101011000111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53E4B; }

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

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

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

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

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

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

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

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