#E04249

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

Shades of Amaranth #E04249

Tints of Amaranth #E04249

Color information

#E04249 (or 0xE04249) is unknown color: approx Amaranth. HEX triplet: E0, 42 and 49. RGB value is (224,66,73). Sum of RGB (Red+Green+Blue) = 224+66+73=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E04249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04249 is #1FBDB6. Grayscale: #727272. Windows color (decimal): -2080183 or 4801248. OLE color: 4801248.

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

Color convert

RGB2246673-
CMYK00.710.670.12
HSL357.34º71.82%56.86%-
HSV(B)357.34º70.54%87.84%-
XYZ33.8920.228.42-
YUV114.04104.85206.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.71%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 73 (28.91% from 255) = 20.11%
R=61.71%
G=18.18%
B=20.11%

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
Decimal224667300.710.670.12357.3471.8256.86
HexE0424904743C1654839
Octal34010211101071031454511071
Binary111000001000010100100101000111100001111001011001011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04249; }

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

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

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

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

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

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

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

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