#E54247

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

Shades of Amaranth #E54247

Tints of Amaranth #E54247

Color information

#E54247 (or 0xE54247) is unknown color: approx Amaranth. HEX triplet: E5, 42 and 47. RGB value is (229,66,71). Sum of RGB (Red+Green+Blue) = 229+66+71=366 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.57% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 229 - color contains mainly: red. Hex color #E54247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54247 is #1ABDB8. Grayscale: #737373. Windows color (decimal): -1752505 or 4670181. OLE color: 4670181.

HSL color Cylindrical-coordinate representation of color #E54247: hue angle of 358.16º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E54247 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB2296671-
CMYK00.710.690.10
HSL358.16º75.81%57.84%-
HSV(B)358.16º71.18%89.8%-
XYZ35.421.018.15-
YUV115.31103209.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.57%
GREEN value IS 66 (26.17% from 255) = 18.03%
BLUE value IS 71 (28.12% from 255) = 19.40%
R=62.57%
G=18.03%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229667100.710.690.10358.1675.8157.84
HexE5424704745A1664c3a
Octal34510210701071051254611472
Binary111001011000010100011101000111100010110101011001101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54247; }

 p { color: rgb(229,66,71); }

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

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

 a { background-color: rgb(229,66,71); }

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

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

 span { border-color: rgb(229,66,71); }

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