#E12849

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

Shades of Amaranth #E12849

Tints of Amaranth #E12849

Color information

#E12849 (or 0xE12849) is unknown color: approx Amaranth. HEX triplet: E1, 28 and 49. RGB value is (225,40,73). Sum of RGB (Red+Green+Blue) = 225+40+73=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E12849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12849 is #1ED7B6. Grayscale: #636363. Windows color (decimal): -2021303 or 4794593. OLE color: 4794593.

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

Color convert

RGB2254073-
CMYK00.820.680.12
HSL349.3º75.51%51.96%-
HSV(B)349.3º82.22%88.24%-
XYZ33.0118.018.04-
YUV99.08113.29217.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.57%
GREEN value IS 40 (16.02% from 255) = 11.83%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=66.57%
G=11.83%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225407300.820.680.12349.375.5151.96
HexE1284905244C15d4c34
Octal3415011101221041453511464
Binary11100001101000100100101010010100010011001010111011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12849; }

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

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

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

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

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

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

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

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