#EA3949

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

Shades of Amaranth #EA3949

Tints of Amaranth #EA3949

Color information

#EA3949 (or 0xEA3949) is unknown color: approx Amaranth. HEX triplet: EA, 39 and 49. RGB value is (234,57,73). Sum of RGB (Red+Green+Blue) = 234+57+73=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3949 is #15C6B6. Grayscale: #6F6F6F. Windows color (decimal): -1427127 or 4798954. OLE color: 4798954.

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

Color convert

RGB2345773-
CMYK00.760.690.08
HSL354.58º80.82%57.06%-
HSV(B)354.58º75.64%91.76%-
XYZ36.620.98.41-
YUV111.75106.14215.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.29%
GREEN value IS 57 (22.66% from 255) = 15.66%
BLUE value IS 73 (28.91% from 255) = 20.05%
R=64.29%
G=15.66%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234577300.760.690.08354.5880.8257.06
HexEA394904C4581635139
Octal3527111101141051054312171
Binary11101010111001100100101001100100010110001011000111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3949; }

 p { color: rgb(234,57,73); }

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

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

 a { background-color: rgb(234,57,73); }

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

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

 span { border-color: rgb(234,57,73); }

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