#E03145

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

Shades of Amaranth #E03145

Tints of Amaranth #E03145

Color information

#E03145 (or 0xE03145) is unknown color: approx Amaranth. HEX triplet: E0, 31 and 45. RGB value is (224,49,69). Sum of RGB (Red+Green+Blue) = 224+49+69=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E03145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03145 is #1FCEBA. Grayscale: #676767. Windows color (decimal): -2084539 or 4534752. OLE color: 4534752.

HSL color Cylindrical-coordinate representation of color #E03145: hue angle of 353.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03145 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB2244969-
CMYK00.780.690.12
HSL353.14º73.84%53.53%-
HSV(B)353.14º78.12%87.84%-
XYZ32.9118.477.46-
YUV103.6108.48213.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.50%
GREEN value IS 49 (19.53% from 255) = 14.33%
BLUE value IS 69 (27.34% from 255) = 20.18%
R=65.50%
G=14.33%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224496900.780.690.12353.1473.8453.53
HexE0314504E45C1614a36
Octal3406110501161051454111266
Binary11100000110001100010101001110100010111001011000011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03145; }

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

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

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

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

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

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

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

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