#E32E56

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

Shades of Amaranth #E32E56

Tints of Amaranth #E32E56

Color information

#E32E56 (or 0xE32E56) is unknown color: approx Amaranth. HEX triplet: E3, 2E and 56. RGB value is (227,46,86). Sum of RGB (Red+Green+Blue) = 227+46+86=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32E56 is #1CD1A9. Grayscale: #686868. Windows color (decimal): -1888682 or 5648099. OLE color: 5648099.

HSL color Cylindrical-coordinate representation of color #E32E56: hue angle of 346.74º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32E56 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB2274686-
CMYK00.800.620.11
HSL346.74º76.37%53.53%-
HSV(B)346.74º79.74%89.02%-
XYZ34.3418.9610.65-
YUV104.68117.47215.25-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 63.23%
GREEN value IS 46 (18.36% from 255) = 12.81%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=63.23%
G=12.81%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227468600.800.620.11346.7476.3753.53
HexE32E560503EB15b4c36
Octal343561260120761353311466
Binary1110001110111010101100101000011111010111010110111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32E56; }

 p { color: rgb(227,46,86); }

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

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

 a { background-color: rgb(227,46,86); }

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

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

 span { border-color: rgb(227,46,86); }

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