#EA3144

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

Shades of Amaranth #EA3144

Tints of Amaranth #EA3144

Color information

#EA3144 (or 0xEA3144) is unknown color: approx Amaranth. HEX triplet: EA, 31 and 44. RGB value is (234,49,68). Sum of RGB (Red+Green+Blue) = 234+49+68=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3144 is #15CEBB. Grayscale: #6A6A6A. Windows color (decimal): -1429180 or 4469226. OLE color: 4469226.

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

Color convert

RGB2344968-
CMYK00.790.710.08
HSL353.84º81.5%55.49%-
HSV(B)353.84º79.06%91.76%-
XYZ36.0720.117.45-
YUV106.48106.29218.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.67%
GREEN value IS 49 (19.53% from 255) = 13.96%
BLUE value IS 68 (26.95% from 255) = 19.37%
R=66.67%
G=13.96%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234496800.790.710.08353.8481.555.49
HexEA314404F4781625137
Octal3526110401171071054212167
Binary11101010110001100010001001111100011110001011000101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3144; }

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

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

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

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

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

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

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

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