#E12A49

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

Shades of Amaranth #E12A49

Tints of Amaranth #E12A49

Color information

#E12A49 (or 0xE12A49) is unknown color: approx Amaranth. HEX triplet: E1, 2A and 49. RGB value is (225,42,73). Sum of RGB (Red+Green+Blue) = 225+42+73=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12A49 is #1ED5B6. Grayscale: #646464. Windows color (decimal): -2020791 or 4795105. OLE color: 4795105.

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

Color convert

RGB2254273-
CMYK00.810.680.12
HSL349.84º75.31%52.35%-
HSV(B)349.84º81.33%88.24%-
XYZ33.0818.148.06-
YUV100.25112.63216.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.18%
GREEN value IS 42 (16.80% from 255) = 12.35%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=66.18%
G=12.35%
B=21.47%

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
Decimal225427300.810.680.12349.8475.3152.35
HexE12A4905144C15e4b34
Octal3415211101211041453611364
Binary11100001101010100100101010001100010011001010111101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12A49; }

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

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

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

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

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

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

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

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