#E32B45

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

Shades of Amaranth #E32B45

Tints of Amaranth #E32B45

Color information

#E32B45 (or 0xE32B45) is unknown color: approx Amaranth. HEX triplet: E3, 2B and 45. RGB value is (227,43,69). Sum of RGB (Red+Green+Blue) = 227+43+69=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E32B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32B45 is #1CD4BA. Grayscale: #656565. Windows color (decimal): -1889467 or 4533219. OLE color: 4533219.

HSL color Cylindrical-coordinate representation of color #E32B45: hue angle of 351.52º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32B45 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB2274369-
CMYK00.810.700.11
HSL351.52º76.67%52.94%-
HSV(B)351.52º81.06%89.02%-
XYZ33.6218.497.43-
YUV100.98109.96217.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 66.96%
GREEN value IS 43 (17.19% from 255) = 12.68%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=66.96%
G=12.68%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227436900.810.700.11351.5276.6752.94
HexE32B4505146B1604d35
Octal3435310501211061354011565
Binary11100011101011100010101010001100011010111011000001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32B45; }

 p { color: rgb(227,43,69); }

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

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

 a { background-color: rgb(227,43,69); }

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

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

 span { border-color: rgb(227,43,69); }

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