#E5434D

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

Shades of Amaranth #E5434D

Tints of Amaranth #E5434D

Color information

#E5434D (or 0xE5434D) is unknown color: approx Amaranth. HEX triplet: E5, 43 and 4D. RGB value is (229,67,77). Sum of RGB (Red+Green+Blue) = 229+67+77=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E5434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5434D is #1ABCB2. Grayscale: #747474. Windows color (decimal): -1752243 or 5063653. OLE color: 5063653.

HSL color Cylindrical-coordinate representation of color #E5434D: hue angle of 356.3º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5434D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB2296777-
CMYK00.710.660.10
HSL356.3º75.7%58.04%-
HSV(B)356.3º70.74%89.8%-
XYZ35.6621.219.24-
YUV116.58105.67208.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.39%
GREEN value IS 67 (26.56% from 255) = 17.96%
BLUE value IS 77 (30.47% from 255) = 20.64%
R=61.39%
G=17.96%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229677700.710.660.10356.375.758.04
HexE5434D04742A1644c3a
Octal34510311501071021254411472
Binary111001011000011100110101000111100001010101011001001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5434D; }

 p { color: rgb(229,67,77); }

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

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

 a { background-color: rgb(229,67,77); }

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

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

 span { border-color: rgb(229,67,77); }

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