#EB494A

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

Shades of Amaranth #EB494A

Tints of Amaranth #EB494A

Color information

#EB494A (or 0xEB494A) is unknown color: approx Amaranth. HEX triplet: EB, 49 and 4A. RGB value is (235,73,74). Sum of RGB (Red+Green+Blue) = 235+73+74=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB494A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB494A is #14B6B5. Grayscale: #797979. Windows color (decimal): -1357494 or 4868587. OLE color: 4868587.

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

Color convert

RGB2357374-
CMYK00.690.690.08
HSL359.63º80.2%60.39%-
HSV(B)359.63º68.94%92.16%-
XYZ37.8822.928.91-
YUV121.55101.17208.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.52%
GREEN value IS 73 (28.91% from 255) = 19.11%
BLUE value IS 74 (29.30% from 255) = 19.37%
R=61.52%
G=19.11%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235737400.690.690.08359.6380.260.39
HexEB494A045458168503c
Octal35311111201051051055012074
Binary111010111001001100101001000101100010110001011010001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB494A; }

 p { color: rgb(235,73,74); }

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

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

 a { background-color: rgb(235,73,74); }

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

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

 span { border-color: rgb(235,73,74); }

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