#E32059

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

Shades of Amaranth #E32059

Tints of Amaranth #E32059

Color information

#E32059 (or 0xE32059) is unknown color: approx Amaranth. HEX triplet: E3, 20 and 59. RGB value is (227,32,89). Sum of RGB (Red+Green+Blue) = 227+32+89=348 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.23% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 227 - color contains mainly: red. Hex color #E32059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32059 is #1CDFA6. Grayscale: #606060. Windows color (decimal): -1892263 or 5841123. OLE color: 5841123.

HSL color Cylindrical-coordinate representation of color #E32059: hue angle of 342.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E32059 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB2273289-
CMYK00.860.610.11
HSL342.46º77.69%50.78%-
HSV(B)342.46º85.9%89.02%-
XYZ3418.0911.15-
YUV96.8123.6220.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 65.23%
GREEN value IS 32 (12.89% from 255) = 9.20%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=65.23%
G=9.20%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227328900.860.610.11342.4677.6950.78
HexE320590563DB1564e33
Octal343401310126751352611663
Binary1110001110000010110010101011011110110111010101101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32059; }

 p { color: rgb(227,32,89); }

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

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

 a { background-color: rgb(227,32,89); }

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

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

 span { border-color: rgb(227,32,89); }

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