#EB4449

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

Shades of Amaranth #EB4449

Tints of Amaranth #EB4449

Color information

#EB4449 (or 0xEB4449) is unknown color: approx Amaranth. HEX triplet: EB, 44 and 49. RGB value is (235,68,73). Sum of RGB (Red+Green+Blue) = 235+68+73=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4449 is #14BBB6. Grayscale: #767676. Windows color (decimal): -1358775 or 4801771. OLE color: 4801771.

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

Color convert

RGB2356873-
CMYK00.710.690.08
HSL358.2º80.68%59.41%-
HSV(B)358.2º71.06%92.16%-
XYZ37.5322.288.63-
YUV118.5102.33211.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 62.5%
GREEN value IS 68 (26.95% from 255) = 18.09%
BLUE value IS 73 (28.91% from 255) = 19.41%
R=62.5%
G=18.09%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235687300.710.690.08358.280.6859.41
HexEB4449047458166513b
Octal35310411101071051054612173
Binary111010111000100100100101000111100010110001011001101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4449; }

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

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

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

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

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

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

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

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