#E12A47

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

Shades of Amaranth #E12A47

Tints of Amaranth #E12A47

Color information

#E12A47 (or 0xE12A47) is unknown color: approx Amaranth. HEX triplet: E1, 2A and 47. RGB value is (225,42,71). Sum of RGB (Red+Green+Blue) = 225+42+71=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12A47 is #1ED5B8. Grayscale: #646464. Windows color (decimal): -2020793 or 4664033. OLE color: 4664033.

HSL color Cylindrical-coordinate representation of color #E12A47: hue angle of 350.49º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12A47 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB2254271-
CMYK00.810.680.12
HSL350.49º75.31%52.35%-
HSV(B)350.49º81.33%88.24%-
XYZ33.0218.127.72-
YUV100.02111.63217.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.57%
GREEN value IS 42 (16.80% from 255) = 12.43%
BLUE value IS 71 (28.12% from 255) = 21.01%
R=66.57%
G=12.43%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225427100.810.680.12350.4975.3152.35
HexE12A4705144C15e4b34
Octal3415210701211041453611364
Binary11100001101010100011101010001100010011001010111101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12A47; }

 p { color: rgb(225,42,71); }

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

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

 a { background-color: rgb(225,42,71); }

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

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

 span { border-color: rgb(225,42,71); }

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