#e44449

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

Shades of Amaranth #E44449

Tints of Amaranth #E44449

Color information

#E44449 (or 0xE44449) is unknown color: approx Amaranth. HEX triplet: E4, 44 and 49. RGB value is (228,68,73). Sum of RGB (Red+Green+Blue) = 228+68+73=369 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.79% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 228 - color contains mainly: red. Hex color #E44449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44449 is #1BBBB6. Grayscale: #747474. Windows color (decimal): -1817527 or 4801764. OLE color: 4801764.

HSL color Cylindrical-coordinate representation of color #E44449: hue angle of 358.12º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E44449 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB2286873-
CMYK00.700.680.11
HSL358.12º74.77%58.04%-
HSV(B)358.12º70.18%89.41%-
XYZ35.2621.118.52-
YUV116.41103.51207.59-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 61.79%
GREEN value IS 68 (26.95% from 255) = 18.43%
BLUE value IS 73 (28.91% from 255) = 19.78%
R=61.79%
G=18.43%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228687300.700.680.11358.1274.7758.04
HexE4444904644B1664b3a
Octal34410411101061041354611372
Binary111001001000100100100101000110100010010111011001101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e44449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e44449; }

 p { color: rgb(228,68,73); }

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

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

 a { background-color: rgb(228,68,73); }

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

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

 span { border-color: rgb(228,68,73); }

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