#E32049

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

Shades of Amaranth #E32049

Tints of Amaranth #E32049

Color information

#E32049 (or 0xE32049) is unknown color: approx Amaranth. HEX triplet: E3, 20 and 49. RGB value is (227,32,73). Sum of RGB (Red+Green+Blue) = 227+32+73=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E32049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32049 is #1CDFB6. Grayscale: #5F5F5F. Windows color (decimal): -1892279 or 4792547. OLE color: 4792547.

HSL color Cylindrical-coordinate representation of color #E32049: hue angle of 347.38º 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 #E32049 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB2273273-
CMYK00.860.680.11
HSL347.38º77.69%50.78%-
HSV(B)347.38º85.9%89.02%-
XYZ33.417.847.99-
YUV94.98115.6222.17-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 68.37%
GREEN value IS 32 (12.89% from 255) = 9.64%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=68.37%
G=9.64%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227327300.860.680.11347.3877.6950.78
HexE3204905644B15b4e33
Octal3434011101261041353311663
Binary11100011100000100100101010110100010010111010110111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32049; }

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

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

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

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

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

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

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

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