#E12E48

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

Shades of Amaranth #E12E48

Tints of Amaranth #E12E48

Color information

#E12E48 (or 0xE12E48) is unknown color: approx Amaranth. HEX triplet: E1, 2E and 48. RGB value is (225,46,72). Sum of RGB (Red+Green+Blue) = 225+46+72=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12E48 is #1ED1B7. Grayscale: #666666. Windows color (decimal): -2019768 or 4730593. OLE color: 4730593.

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

Color convert

RGB2254672-
CMYK00.800.680.12
HSL351.28º74.9%53.14%-
HSV(B)351.28º79.56%88.24%-
XYZ33.218.437.94-
YUV102.48110.8215.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 65.60%
GREEN value IS 46 (18.36% from 255) = 13.41%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=65.60%
G=13.41%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225467200.800.680.12351.2874.953.14
HexE12E4805044C15f4b35
Octal3415611001201041453711365
Binary11100001101110100100001010000100010011001010111111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12E48; }

 p { color: rgb(225,46,72); }

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

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

 a { background-color: rgb(225,46,72); }

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

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

 span { border-color: rgb(225,46,72); }

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