#EA2E57

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

Shades of Amaranth #EA2E57

Tints of Amaranth #EA2E57

Color information

#EA2E57 (or 0xEA2E57) is unknown color: approx Amaranth. HEX triplet: EA, 2E and 57. RGB value is (234,46,87). Sum of RGB (Red+Green+Blue) = 234+46+87=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 46 (18.36% from 255 or 12.53% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2E57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2E57 is #15D1A8. Grayscale: #6A6A6A. Windows color (decimal): -1429929 or 5713642. OLE color: 5713642.

HSL color Cylindrical-coordinate representation of color #EA2E57: hue angle of 346.91º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2E57 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB2344687-
CMYK00.800.630.08
HSL346.91º81.74%54.9%-
HSV(B)346.91º80.34%91.76%-
XYZ36.6320.1310.97-
YUV106.89116.78218.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.76%
GREEN value IS 46 (18.36% from 255) = 12.53%
BLUE value IS 87 (34.38% from 255) = 23.71%
R=63.76%
G=12.53%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234468700.800.630.08346.9181.7454.9
HexEA2E570503F815b5237
Octal352561270120771053312267
Binary1110101010111010101110101000011111110001010110111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2E57; }

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

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

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

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

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

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

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

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