#E12A46

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

Shades of Amaranth #E12A46

Tints of Amaranth #E12A46

Color information

#E12A46 (or 0xE12A46) is unknown color: approx Amaranth. HEX triplet: E1, 2A and 46. RGB value is (225,42,70). Sum of RGB (Red+Green+Blue) = 225+42+70=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12A46 is #1ED5B9. Grayscale: #636363. Windows color (decimal): -2020794 or 4598497. OLE color: 4598497.

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

Color convert

RGB2254270-
CMYK00.810.690.12
HSL350.82º75.31%52.35%-
HSV(B)350.82º81.33%88.24%-
XYZ32.9818.117.55-
YUV99.91111.13217.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.77%
GREEN value IS 42 (16.80% from 255) = 12.46%
BLUE value IS 70 (27.73% from 255) = 20.77%
R=66.77%
G=12.46%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225427000.810.690.12350.8275.3152.35
HexE12A4605145C15f4b34
Octal3415210601211051453711364
Binary11100001101010100011001010001100010111001010111111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12A46; }

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

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

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

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

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

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

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

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