#E12A44

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

Shades of Amaranth #E12A44

Tints of Amaranth #E12A44

Color information

#E12A44 (or 0xE12A44) is unknown color: approx Amaranth. HEX triplet: E1, 2A and 44. RGB value is (225,42,68). Sum of RGB (Red+Green+Blue) = 225+42+68=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12A44 is #1ED5BB. Grayscale: #636363. Windows color (decimal): -2020796 or 4467425. OLE color: 4467425.

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

Color convert

RGB2254268-
CMYK00.810.700.12
HSL351.48º75.31%52.35%-
HSV(B)351.48º81.33%88.24%-
XYZ32.9218.087.22-
YUV99.68110.13217.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 67.16%
GREEN value IS 42 (16.80% from 255) = 12.54%
BLUE value IS 68 (26.95% from 255) = 20.30%
R=67.16%
G=12.54%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225426800.810.700.12351.4875.3152.35
HexE12A4405146C15f4b34
Octal3415210401211061453711364
Binary11100001101010100010001010001100011011001010111111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12A44; }

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

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

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

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

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

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

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

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