#E12A4A

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

Shades of Amaranth #E12A4A

Tints of Amaranth #E12A4A

Color information

#E12A4A (or 0xE12A4A) is unknown color: approx Amaranth. HEX triplet: E1, 2A and 4A. RGB value is (225,42,74). Sum of RGB (Red+Green+Blue) = 225+42+74=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12A4A is #1ED5B5. Grayscale: #646464. Windows color (decimal): -2020790 or 4860641. OLE color: 4860641.

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

Color convert

RGB2254274-
CMYK00.810.670.12
HSL349.51º75.31%52.35%-
HSV(B)349.51º81.33%88.24%-
XYZ33.1218.168.24-
YUV100.36113.13216.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 65.98%
GREEN value IS 42 (16.80% from 255) = 12.32%
BLUE value IS 74 (29.30% from 255) = 21.70%
R=65.98%
G=12.32%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225427400.810.670.12349.5175.3152.35
HexE12A4A05143C15e4b34
Octal3415211201211031453611364
Binary11100001101010100101001010001100001111001010111101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12A4A; }

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

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

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

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

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

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

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

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