#E9434A

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

Shades of Amaranth #E9434A

Tints of Amaranth #E9434A

Color information

#E9434A (or 0xE9434A) is unknown color: approx Amaranth. HEX triplet: E9, 43 and 4A. RGB value is (233,67,74). Sum of RGB (Red+Green+Blue) = 233+67+74=374 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.30% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 233 - color contains mainly: red. Hex color #E9434A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9434A is #16BCB5. Grayscale: #757575. Windows color (decimal): -1490102 or 4867049. OLE color: 4867049.

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

Color convert

RGB2336774-
CMYK00.710.680.09
HSL357.47º79.05%58.82%-
HSV(B)357.47º71.24%91.37%-
XYZ36.8521.838.75-
YUV117.43103.5210.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 62.30%
GREEN value IS 67 (26.56% from 255) = 17.91%
BLUE value IS 74 (29.30% from 255) = 19.79%
R=62.30%
G=17.91%
B=19.79%

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
Decimal233677400.710.680.09357.4779.0558.82
HexE9434A0474491654f3b
Octal35110311201071041154511773
Binary111010011000011100101001000111100010010011011001011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9434A; }

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

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

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

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

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

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

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

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