#E9424A

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

Shades of Amaranth #E9424A

Tints of Amaranth #E9424A

Color information

#E9424A (or 0xE9424A) is unknown color: approx Amaranth. HEX triplet: E9, 42 and 4A. RGB value is (233,66,74). Sum of RGB (Red+Green+Blue) = 233+66+74=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E9424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9424A is #16BDB5. Grayscale: #747474. Windows color (decimal): -1490358 or 4866793. OLE color: 4866793.

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

Color convert

RGB2336674-
CMYK00.720.680.09
HSL357.13º79.15%58.63%-
HSV(B)357.13º71.67%91.37%-
XYZ36.7921.718.73-
YUV116.84103.83210.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 62.47%
GREEN value IS 66 (26.17% from 255) = 17.69%
BLUE value IS 74 (29.30% from 255) = 19.84%
R=62.47%
G=17.69%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233667400.720.680.09357.1379.1558.63
HexE9424A0484491654f3b
Octal35110211201101041154511773
Binary111010011000010100101001001000100010010011011001011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9424A; }

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

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

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

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

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

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

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

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