#E04146

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

Shades of Amaranth #E04146

Tints of Amaranth #E04146

Color information

#E04146 (or 0xE04146) is unknown color: approx Amaranth. HEX triplet: E0, 41 and 46. RGB value is (224,65,70). Sum of RGB (Red+Green+Blue) = 224+65+70=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E04146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04146 is #1FBEB9. Grayscale: #717171. Windows color (decimal): -2080442 or 4604384. OLE color: 4604384.

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

Color convert

RGB2246570-
CMYK00.710.690.12
HSL358.11º71.95%56.67%-
HSV(B)358.11º70.98%87.84%-
XYZ33.7420.077.89-
YUV113.11103.68207.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.40%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 70 (27.73% from 255) = 19.50%
R=62.40%
G=18.11%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224657000.710.690.12358.1171.9556.67
HexE0414604745C1664839
Octal34010110601071051454611071
Binary111000001000001100011001000111100010111001011001101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04146; }

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

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

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

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

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

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

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

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