#E94249

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

Shades of Amaranth #E94249

Tints of Amaranth #E94249

Color information

#E94249 (or 0xE94249) is unknown color: approx Amaranth. HEX triplet: E9, 42 and 49. RGB value is (233,66,73). Sum of RGB (Red+Green+Blue) = 233+66+73=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E94249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94249 is #16BDB6. Grayscale: #747474. Windows color (decimal): -1490359 or 4801257. OLE color: 4801257.

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

Color convert

RGB2336673-
CMYK00.720.690.09
HSL357.49º79.15%58.63%-
HSV(B)357.49º71.67%91.37%-
XYZ36.7621.78.55-
YUV116.73103.33210.93-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 62.63%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 73 (28.91% from 255) = 19.62%
R=62.63%
G=17.74%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233667300.720.690.09357.4979.1558.63
HexE942490484591654f3b
Octal35110211101101051154511773
Binary111010011000010100100101001000100010110011011001011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94249; }

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

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

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

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

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

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

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

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