#E04149

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

Shades of Amaranth #E04149

Tints of Amaranth #E04149

Color information

#E04149 (or 0xE04149) is unknown color: approx Amaranth. HEX triplet: E0, 41 and 49. RGB value is (224,65,73). Sum of RGB (Red+Green+Blue) = 224+65+73=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E04149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04149 is #1FBEB6. Grayscale: #717171. Windows color (decimal): -2080439 or 4800992. OLE color: 4800992.

HSL color Cylindrical-coordinate representation of color #E04149: hue angle of 356.98º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04149 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB2246573-
CMYK00.710.670.12
HSL356.98º71.95%56.67%-
HSV(B)356.98º70.98%87.84%-
XYZ33.8320.118.4-
YUV113.45105.18206.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.88%
GREEN value IS 65 (25.78% from 255) = 17.96%
BLUE value IS 73 (28.91% from 255) = 20.17%
R=61.88%
G=17.96%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224657300.710.670.12356.9871.9556.67
HexE0414904743C1654839
Octal34010111101071031454511071
Binary111000001000001100100101000111100001111001011001011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04149; }

 p { color: rgb(224,65,73); }

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

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

 a { background-color: rgb(224,65,73); }

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

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

 span { border-color: rgb(224,65,73); }

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