#E54454

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

Shades of Amaranth #E54454

Tints of Amaranth #E54454

Color information

#E54454 (or 0xE54454) is unknown color: approx Amaranth. HEX triplet: E5, 44 and 54. RGB value is (229,68,84). Sum of RGB (Red+Green+Blue) = 229+68+84=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E54454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54454 is #1ABBAB. Grayscale: #767676. Windows color (decimal): -1751980 or 5522661. OLE color: 5522661.

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

Color convert

RGB2296884-
CMYK00.700.630.10
HSL354.04º75.59%58.24%-
HSV(B)354.04º70.31%89.8%-
XYZ35.9821.4310.63-
YUV117.96108.84207.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.10%
GREEN value IS 68 (26.95% from 255) = 17.85%
BLUE value IS 84 (33.20% from 255) = 22.05%
R=60.10%
G=17.85%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229688400.700.630.10354.0475.5958.24
HexE544540463FA1624c3a
Octal3451041240106771254211472
Binary11100101100010010101000100011011111110101011000101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54454; }

 p { color: rgb(229,68,84); }

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

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

 a { background-color: rgb(229,68,84); }

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

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

 span { border-color: rgb(229,68,84); }

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