#E32E55

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

Shades of Amaranth #E32E55

Tints of Amaranth #E32E55

Color information

#E32E55 (or 0xE32E55) is unknown color: approx Amaranth. HEX triplet: E3, 2E and 55. RGB value is (227,46,85). Sum of RGB (Red+Green+Blue) = 227+46+85=358 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.41% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32E55 is #1CD1AA. Grayscale: #686868. Windows color (decimal): -1888683 or 5582563. OLE color: 5582563.

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

Color convert

RGB2274685-
CMYK00.800.630.11
HSL347.07º76.37%53.53%-
HSV(B)347.07º79.74%89.02%-
XYZ34.318.9410.44-
YUV104.56116.97215.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 63.41%
GREEN value IS 46 (18.36% from 255) = 12.85%
BLUE value IS 85 (33.59% from 255) = 23.74%
R=63.41%
G=12.85%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227468500.800.630.11347.0776.3753.53
HexE32E550503FB15b4c36
Octal343561250120771353311466
Binary1110001110111010101010101000011111110111010110111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32E55; }

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

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

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

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

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

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

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

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