#E52C59

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

Shades of Amaranth #E52C59

Tints of Amaranth #E52C59

Color information

#E52C59 (or 0xE52C59) is unknown color: approx Amaranth. HEX triplet: E5, 2C and 59. RGB value is (229,44,89). Sum of RGB (Red+Green+Blue) = 229+44+89=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52C59 is #1AD3A6. Grayscale: #686868. Windows color (decimal): -1758119 or 5844197. OLE color: 5844197.

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

Color convert

RGB2294489-
CMYK00.810.610.10
HSL345.41º78.06%53.53%-
HSV(B)345.41º80.79%89.8%-
XYZ35.0219.1811.31-
YUV104.44119.29216.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.26%
GREEN value IS 44 (17.58% from 255) = 12.15%
BLUE value IS 89 (35.16% from 255) = 24.59%
R=63.26%
G=12.15%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229448900.810.610.10345.4178.0653.53
HexE52C590513DA1594e36
Octal345541310121751253111666
Binary1110010110110010110010101000111110110101010110011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52C59; }

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

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

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

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

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

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

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

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