#EA3146

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

Shades of Amaranth #EA3146

Tints of Amaranth #EA3146

Color information

#EA3146 (or 0xEA3146) is unknown color: approx Amaranth. HEX triplet: EA, 31 and 46. RGB value is (234,49,70). Sum of RGB (Red+Green+Blue) = 234+49+70=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3146 is #15CEB9. Grayscale: #6A6A6A. Windows color (decimal): -1429178 or 4600298. OLE color: 4600298.

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

Color convert

RGB2344970-
CMYK00.790.700.08
HSL353.19º81.5%55.49%-
HSV(B)353.19º79.06%91.76%-
XYZ36.1420.137.78-
YUV106.71107.29218.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.29%
GREEN value IS 49 (19.53% from 255) = 13.88%
BLUE value IS 70 (27.73% from 255) = 19.83%
R=66.29%
G=13.88%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234497000.790.700.08353.1981.555.49
HexEA314604F4681615137
Octal3526110601171061054112167
Binary11101010110001100011001001111100011010001011000011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3146; }

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

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

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

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

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

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

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

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