#E12844

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

Shades of Amaranth #E12844

Tints of Amaranth #E12844

Color information

#E12844 (or 0xE12844) is unknown color: approx Amaranth. HEX triplet: E1, 28 and 44. RGB value is (225,40,68). Sum of RGB (Red+Green+Blue) = 225+40+68=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E12844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12844 is #1ED7BB. Grayscale: #626262. Windows color (decimal): -2021308 or 4466913. OLE color: 4466913.

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

Color convert

RGB2254068-
CMYK00.820.700.12
HSL350.92º75.51%51.96%-
HSV(B)350.92º82.22%88.24%-
XYZ32.8517.947.2-
YUV98.51110.79218.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 67.57%
GREEN value IS 40 (16.02% from 255) = 12.01%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=67.57%
G=12.01%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225406800.820.700.12350.9275.5151.96
HexE1284405246C15f4c34
Octal3415010401221061453711464
Binary11100001101000100010001010010100011011001010111111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12844; }

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

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

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

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

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

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

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

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