#E12046

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

Shades of Amaranth #E12046

Tints of Amaranth #E12046

Color information

#E12046 (or 0xE12046) is unknown color: approx Amaranth. HEX triplet: E1, 20 and 46. RGB value is (225,32,70). Sum of RGB (Red+Green+Blue) = 225+32+70=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E12046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12046 is #1EDFB9. Grayscale: #5E5E5E. Windows color (decimal): -2023354 or 4595937. OLE color: 4595937.

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

Color convert

RGB2253270-
CMYK00.860.690.12
HSL348.19º76.28%50.39%-
HSV(B)348.19º85.78%88.24%-
XYZ32.6717.487.45-
YUV94.04114.44221.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.81%
GREEN value IS 32 (12.89% from 255) = 9.79%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=68.81%
G=9.79%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225327000.860.690.12348.1976.2850.39
HexE1204605645C15c4c32
Octal3414010601261051453411462
Binary11100001100000100011001010110100010111001010111001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12046; }

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

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

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

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

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

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

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

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