#E32A43

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

Shades of Amaranth #E32A43

Tints of Amaranth #E32A43

Color information

#E32A43 (or 0xE32A43) is unknown color: approx Amaranth. HEX triplet: E3, 2A and 43. RGB value is (227,42,67). Sum of RGB (Red+Green+Blue) = 227+42+67=336 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.56% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32A43 is #1CD5BC. Grayscale: #646464. Windows color (decimal): -1889725 or 4401891. OLE color: 4401891.

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

Color convert

RGB2274267-
CMYK00.810.700.11
HSL351.89º76.76%52.75%-
HSV(B)351.89º81.5%89.02%-
XYZ33.5218.397.09-
YUV100.16109.29218.47-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 67.56%
GREEN value IS 42 (16.80% from 255) = 12.5%
BLUE value IS 67 (26.56% from 255) = 19.94%
R=67.56%
G=12.5%
B=19.94%

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
Decimal227426700.810.700.11351.8976.7652.75
HexE32A4305146B1604d35
Octal3435210301211061354011565
Binary11100011101010100001101010001100011010111011000001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32A43; }

 p { color: rgb(227,42,67); }

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

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

 a { background-color: rgb(227,42,67); }

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

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

 span { border-color: rgb(227,42,67); }

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