#E04145

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

Shades of Amaranth #E04145

Tints of Amaranth #E04145

Color information

#E04145 (or 0xE04145) is unknown color: approx Amaranth. HEX triplet: E0, 41 and 45. RGB value is (224,65,69). Sum of RGB (Red+Green+Blue) = 224+65+69=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E04145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04145 is #1FBEBA. Grayscale: #717171. Windows color (decimal): -2080443 or 4538848. OLE color: 4538848.

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

Color convert

RGB2246569-
CMYK00.710.690.12
HSL358.49º71.95%56.67%-
HSV(B)358.49º70.98%87.84%-
XYZ33.720.067.73-
YUV113103.18207.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.57%
GREEN value IS 65 (25.78% from 255) = 18.16%
BLUE value IS 69 (27.34% from 255) = 19.27%
R=62.57%
G=18.16%
B=19.27%

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
Decimal224656900.710.690.12358.4971.9556.67
HexE0414504745C1664839
Octal34010110501071051454611071
Binary111000001000001100010101000111100010111001011001101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04145; }

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

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

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

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

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

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

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

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