#E5334A

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

Shades of Amaranth #E5334A

Tints of Amaranth #E5334A

Color information

#E5334A (or 0xE5334A) is unknown color: approx Amaranth. HEX triplet: E5, 33 and 4A. RGB value is (229,51,74). Sum of RGB (Red+Green+Blue) = 229+51+74=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E5334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5334A is #1ACCB5. Grayscale: #6A6A6A. Windows color (decimal): -1756342 or 4862949. OLE color: 4862949.

HSL color Cylindrical-coordinate representation of color #E5334A: hue angle of 352.25º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5334A is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB2295174-
CMYK00.780.680.10
HSL352.25º77.39%54.9%-
HSV(B)352.25º77.73%89.8%-
XYZ34.7319.528.42-
YUV106.84109.47215.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 64.69%
GREEN value IS 51 (20.31% from 255) = 14.41%
BLUE value IS 74 (29.30% from 255) = 20.90%
R=64.69%
G=14.41%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229517400.780.680.10352.2577.3954.9
HexE5334A04E44A1604d37
Octal3456311201161041254011567
Binary11100101110011100101001001110100010010101011000001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5334A; }

 p { color: rgb(229,51,74); }

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

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

 a { background-color: rgb(229,51,74); }

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

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

 span { border-color: rgb(229,51,74); }

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