#EA3A44

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

Shades of Amaranth #EA3A44

Tints of Amaranth #EA3A44

Color information

#EA3A44 (or 0xEA3A44) is unknown color: approx Amaranth. HEX triplet: EA, 3A and 44. RGB value is (234,58,68). Sum of RGB (Red+Green+Blue) = 234+58+68=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3A44 is #15C5BB. Grayscale: #6F6F6F. Windows color (decimal): -1426876 or 4471530. OLE color: 4471530.

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

Color convert

RGB2345868-
CMYK00.750.710.08
HSL356.59º80.73%57.25%-
HSV(B)356.59º75.21%91.76%-
XYZ36.4920.947.59-
YUV111.76103.31215.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65%
GREEN value IS 58 (23.05% from 255) = 16.11%
BLUE value IS 68 (26.95% from 255) = 18.89%
R=65%
G=16.11%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234586800.750.710.08356.5980.7357.25
HexEA3A4404B4781655139
Octal3527210401131071054512171
Binary11101010111010100010001001011100011110001011001011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3A44; }

 p { color: rgb(234,58,68); }

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

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

 a { background-color: rgb(234,58,68); }

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

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

 span { border-color: rgb(234,58,68); }

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