#EA3159

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

Shades of Amaranth #EA3159

Tints of Amaranth #EA3159

Color information

#EA3159 (or 0xEA3159) is unknown color: approx Amaranth. HEX triplet: EA, 31 and 59. RGB value is (234,49,89). Sum of RGB (Red+Green+Blue) = 234+49+89=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3159 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3159 is #15CEA6. Grayscale: #6C6C6C. Windows color (decimal): -1429159 or 5845482. OLE color: 5845482.

HSL color Cylindrical-coordinate representation of color #EA3159: hue angle of 347.03º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3159 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB2344989-
CMYK00.790.620.08
HSL347.03º81.5%55.49%-
HSV(B)347.03º79.06%91.76%-
XYZ36.8320.4111.45-
YUV108.87116.79217.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.90%
GREEN value IS 49 (19.53% from 255) = 13.17%
BLUE value IS 89 (35.16% from 255) = 23.92%
R=62.90%
G=13.17%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234498900.790.620.08347.0381.555.49
HexEA315904F3E815b5137
Octal352611310117761053312167
Binary1110101011000110110010100111111111010001010110111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3159; }

 p { color: rgb(234,49,89); }

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

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

 a { background-color: rgb(234,49,89); }

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

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

 span { border-color: rgb(234,49,89); }

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