#E3444C

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

Shades of Amaranth #E3444C

Tints of Amaranth #E3444C

Color information

#E3444C (or 0xE3444C) is unknown color: approx Amaranth. HEX triplet: E3, 44 and 4C. RGB value is (227,68,76). Sum of RGB (Red+Green+Blue) = 227+68+76=371 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.19% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 227 - color contains mainly: red. Hex color #E3444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3444C is #1CBBB3. Grayscale: #747474. Windows color (decimal): -1883060 or 4998371. OLE color: 4998371.

HSL color Cylindrical-coordinate representation of color #E3444C: hue angle of 356.98º degrees, saturation: 0.74, 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 #E3444C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB2276876-
CMYK00.700.670.11
HSL356.98º73.95%57.84%-
HSV(B)356.98º70.04%89.02%-
XYZ35.0520.999.04-
YUV116.45105.18206.85-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 61.19%
GREEN value IS 68 (26.95% from 255) = 18.33%
BLUE value IS 76 (30.08% from 255) = 20.49%
R=61.19%
G=18.33%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227687600.700.670.11356.9873.9557.84
HexE3444C04643B1654a3a
Octal34310411401061031354511272
Binary111000111000100100110001000110100001110111011001011001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3444C; }

 p { color: rgb(227,68,76); }

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

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

 a { background-color: rgb(227,68,76); }

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

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

 span { border-color: rgb(227,68,76); }

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