#E53459

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

Shades of Amaranth #E53459

Tints of Amaranth #E53459

Color information

#E53459 (or 0xE53459) is unknown color: approx Amaranth. HEX triplet: E5, 34 and 59. RGB value is (229,52,89). Sum of RGB (Red+Green+Blue) = 229+52+89=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E53459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53459 is #1ACBA6. Grayscale: #6D6D6D. Windows color (decimal): -1756071 or 5846245. OLE color: 5846245.

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

Color convert

RGB2295289-
CMYK00.770.610.10
HSL347.46º77.29%55.1%-
HSV(B)347.46º77.29%89.8%-
XYZ35.3419.8411.42-
YUV109.14116.64213.49-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.89%
GREEN value IS 52 (20.70% from 255) = 14.05%
BLUE value IS 89 (35.16% from 255) = 24.05%
R=61.89%
G=14.05%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229528900.770.610.10347.4677.2955.1
HexE5345904D3DA15b4d37
Octal345641310115751253311567
Binary1110010111010010110010100110111110110101010110111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53459; }

 p { color: rgb(229,52,89); }

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

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

 a { background-color: rgb(229,52,89); }

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

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

 span { border-color: rgb(229,52,89); }

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