#E9234A

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

Shades of Amaranth #E9234A

Tints of Amaranth #E9234A

Color information

#E9234A (or 0xE9234A) is unknown color: approx Amaranth. HEX triplet: E9, 23 and 4A. RGB value is (233,35,74). Sum of RGB (Red+Green+Blue) = 233+35+74=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E9234A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9234A is #16DCB5. Grayscale: #626262. Windows color (decimal): -1498294 or 4858857. OLE color: 4858857.

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

Color convert

RGB2333574-
CMYK00.850.680.09
HSL348.18º81.82%52.55%-
HSV(B)348.18º84.98%91.37%-
XYZ35.4419.028.28-
YUV98.65114.1223.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 68.13%
GREEN value IS 35 (14.06% from 255) = 10.23%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=68.13%
G=10.23%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233357400.850.680.09348.1881.8252.55
HexE9234A05544915c5235
Octal3514311201251041153412265
Binary11101001100011100101001010101100010010011010111001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9234A; }

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

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

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

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

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

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

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

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