#E7434A

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

Shades of Amaranth #E7434A

Tints of Amaranth #E7434A

Color information

#E7434A (or 0xE7434A) is unknown color: approx Amaranth. HEX triplet: E7, 43 and 4A. RGB value is (231,67,74). Sum of RGB (Red+Green+Blue) = 231+67+74=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E7434A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7434A is #18BCB5. Grayscale: #747474. Windows color (decimal): -1621174 or 4867047. OLE color: 4867047.

HSL color Cylindrical-coordinate representation of color #E7434A: hue angle of 357.44º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7434A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB2316774-
CMYK00.710.680.09
HSL357.44º77.36%58.43%-
HSV(B)357.44º71%90.59%-
XYZ36.221.58.72-
YUV116.83103.83209.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 62.10%
GREEN value IS 67 (26.56% from 255) = 18.01%
BLUE value IS 74 (29.30% from 255) = 19.89%
R=62.10%
G=18.01%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231677400.710.680.09357.4477.3658.43
HexE7434A0474491654d3a
Octal34710311201071041154511572
Binary111001111000011100101001000111100010010011011001011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7434A; }

 p { color: rgb(231,67,74); }

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

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

 a { background-color: rgb(231,67,74); }

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

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

 span { border-color: rgb(231,67,74); }

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