#E12E4E

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

Shades of Amaranth #E12E4E

Tints of Amaranth #E12E4E

Color information

#E12E4E (or 0xE12E4E) is unknown color: approx Amaranth. HEX triplet: E1, 2E and 4E. RGB value is (225,46,78). Sum of RGB (Red+Green+Blue) = 225+46+78=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12E4E is #1ED1B1. Grayscale: #676767. Windows color (decimal): -2019762 or 5123809. OLE color: 5123809.

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

Color convert

RGB2254678-
CMYK00.800.650.12
HSL349.27º74.9%53.14%-
HSV(B)349.27º79.56%88.24%-
XYZ33.418.519.02-
YUV103.17113.8214.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 64.47%
GREEN value IS 46 (18.36% from 255) = 13.18%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=64.47%
G=13.18%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225467800.800.650.12349.2774.953.14
HexE12E4E05041C15d4b35
Octal3415611601201011453511365
Binary11100001101110100111001010000100000111001010111011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12E4E; }

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

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

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

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

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

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

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

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