#E54345

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

Shades of Amaranth #E54345

Tints of Amaranth #E54345

Color information

#E54345 (or 0xE54345) is unknown color: approx Amaranth. HEX triplet: E5, 43 and 45. RGB value is (229,67,69). Sum of RGB (Red+Green+Blue) = 229+67+69=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E54345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54345 is #1ABCBA. Grayscale: #737373. Windows color (decimal): -1752251 or 4539365. OLE color: 4539365.

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

Color convert

RGB2296769-
CMYK00.710.700.10
HSL359.26º75.7%58.04%-
HSV(B)359.26º70.74%89.8%-
XYZ35.3921.17.84-
YUV115.67101.67208.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.74%
GREEN value IS 67 (26.56% from 255) = 18.36%
BLUE value IS 69 (27.34% from 255) = 18.90%
R=62.74%
G=18.36%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229676900.710.700.10359.2675.758.04
HexE5434504746A1674c3a
Octal34510310501071061254711472
Binary111001011000011100010101000111100011010101011001111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54345; }

 p { color: rgb(229,67,69); }

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

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

 a { background-color: rgb(229,67,69); }

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

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

 span { border-color: rgb(229,67,69); }

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