#E54058

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

Shades of Amaranth #E54058

Tints of Amaranth #E54058

Color information

#E54058 (or 0xE54058) is unknown color: approx Amaranth. HEX triplet: E5, 40 and 58. RGB value is (229,64,88). Sum of RGB (Red+Green+Blue) = 229+64+88=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E54058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54058 is #1ABFA7. Grayscale: #747474. Windows color (decimal): -1753000 or 5783781. OLE color: 5783781.

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

Color convert

RGB2296488-
CMYK00.720.620.10
HSL351.27º76.04%57.45%-
HSV(B)351.27º72.05%89.8%-
XYZ35.9121.0311.4-
YUV116.07112.16208.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.10%
GREEN value IS 64 (25.39% from 255) = 16.80%
BLUE value IS 88 (34.77% from 255) = 23.10%
R=60.10%
G=16.80%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229648800.720.620.10351.2776.0457.45
HexE540580483EA15f4c39
Octal3451001300110761253711471
Binary11100101100000010110000100100011111010101010111111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54058; }

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

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

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

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

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

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

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

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