#E9424C

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

Shades of Amaranth #E9424C

Tints of Amaranth #E9424C

Color information

#E9424C (or 0xE9424C) is unknown color: approx Amaranth. HEX triplet: E9, 42 and 4C. RGB value is (233,66,76). Sum of RGB (Red+Green+Blue) = 233+66+76=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E9424C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9424C is #16BDB3. Grayscale: #757575. Windows color (decimal): -1490356 or 4997865. OLE color: 4997865.

HSL color Cylindrical-coordinate representation of color #E9424C: hue angle of 356.41º 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 #E9424C is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB2336676-
CMYK00.720.670.09
HSL356.41º79.15%58.63%-
HSV(B)356.41º71.67%91.37%-
XYZ36.8621.749.09-
YUV117.07104.83210.69-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 62.13%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 76 (30.08% from 255) = 20.27%
R=62.13%
G=17.6%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233667600.720.670.09356.4179.1558.63
HexE9424C0484391644f3b
Octal35110211401101031154411773
Binary111010011000010100110001001000100001110011011001001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9424C; }

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

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

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

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

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

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

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

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