#E54648

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

Shades of Amaranth #E54648

Tints of Amaranth #E54648

Color information

#E54648 (or 0xE54648) is unknown color: approx Amaranth. HEX triplet: E5, 46 and 48. RGB value is (229,70,72). Sum of RGB (Red+Green+Blue) = 229+70+72=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E54648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54648 is #1AB9B7. Grayscale: #757575. Windows color (decimal): -1751480 or 4736741. OLE color: 4736741.

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

Color convert

RGB2297072-
CMYK00.690.690.10
HSL359.25º75.36%58.63%-
HSV(B)359.25º69.43%89.8%-
XYZ35.6721.518.4-
YUV117.77102.18207.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.73%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=61.73%
G=18.87%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229707200.690.690.10359.2575.3658.63
HexE5464804545A1674b3b
Octal34510611001051051254711373
Binary111001011000110100100001000101100010110101011001111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54648; }

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

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

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

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

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

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

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

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