#E54258

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

Shades of Amaranth #E54258

Tints of Amaranth #E54258

Color information

#E54258 (or 0xE54258) is unknown color: approx Amaranth. HEX triplet: E5, 42 and 58. RGB value is (229,66,88). Sum of RGB (Red+Green+Blue) = 229+66+88=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E54258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54258 is #1ABDA7. Grayscale: #757575. Windows color (decimal): -1752488 or 5784293. OLE color: 5784293.

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

Color convert

RGB2296688-
CMYK00.710.620.10
HSL351.9º75.81%57.84%-
HSV(B)351.9º71.18%89.8%-
XYZ36.0221.2611.44-
YUV117.24111.5207.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.79%
GREEN value IS 66 (26.17% from 255) = 17.23%
BLUE value IS 88 (34.77% from 255) = 22.98%
R=59.79%
G=17.23%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229668800.710.620.10351.975.8157.84
HexE542580473EA1604c3a
Octal3451021300107761254011472
Binary11100101100001010110000100011111111010101011000001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54258; }

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

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

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

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

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

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

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

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