#EA3157

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

Shades of Amaranth #EA3157

Tints of Amaranth #EA3157

Color information

#EA3157 (or 0xEA3157) is unknown color: approx Amaranth. HEX triplet: EA, 31 and 57. RGB value is (234,49,87). Sum of RGB (Red+Green+Blue) = 234+49+87=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3157 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3157 is #15CEA8. Grayscale: #6C6C6C. Windows color (decimal): -1429161 or 5714410. OLE color: 5714410.

HSL color Cylindrical-coordinate representation of color #EA3157: hue angle of 347.68º 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 #EA3157 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB2344987-
CMYK00.790.630.08
HSL347.68º81.5%55.49%-
HSV(B)347.68º79.06%91.76%-
XYZ36.7520.3811.01-
YUV108.65115.79217.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.24%
GREEN value IS 49 (19.53% from 255) = 13.24%
BLUE value IS 87 (34.38% from 255) = 23.51%
R=63.24%
G=13.24%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234498700.790.630.08347.6881.555.49
HexEA315704F3F815c5137
Octal352611270117771053412167
Binary1110101011000110101110100111111111110001010111001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3157; }

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

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

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

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

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

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

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

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