#E4344C

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

Shades of Amaranth #E4344C

Tints of Amaranth #E4344C

Color information

#E4344C (or 0xE4344C) is unknown color: approx Amaranth. HEX triplet: E4, 34 and 4C. RGB value is (228,52,76). Sum of RGB (Red+Green+Blue) = 228+52+76=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E4344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4344C is #1BCBB3. Grayscale: #6B6B6B. Windows color (decimal): -1821620 or 4994276. OLE color: 4994276.

HSL color Cylindrical-coordinate representation of color #E4344C: hue angle of 351.82º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E4344C is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB2285276-
CMYK00.770.670.11
HSL351.82º76.52%54.9%-
HSV(B)351.82º77.19%89.41%-
XYZ34.5319.478.78-
YUV107.36110.31214.05-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 64.04%
GREEN value IS 52 (20.70% from 255) = 14.61%
BLUE value IS 76 (30.08% from 255) = 21.35%
R=64.04%
G=14.61%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228527600.770.670.11351.8276.5254.9
HexE4344C04D43B1604d37
Octal3446411401151031354011567
Binary11100100110100100110001001101100001110111011000001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4344C; }

 p { color: rgb(228,52,76); }

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

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

 a { background-color: rgb(228,52,76); }

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

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

 span { border-color: rgb(228,52,76); }

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