#E94044

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

Shades of Amaranth #E94044

Tints of Amaranth #E94044

Color information

#E94044 (or 0xE94044) is unknown color: approx Amaranth. HEX triplet: E9, 40 and 44. RGB value is (233,64,68). Sum of RGB (Red+Green+Blue) = 233+64+68=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E94044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94044 is #16BFBB. Grayscale: #737373. Windows color (decimal): -1490876 or 4473065. OLE color: 4473065.

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

Color convert

RGB2336468-
CMYK00.730.710.09
HSL358.58º79.34%58.24%-
HSV(B)358.58º72.53%91.37%-
XYZ36.4821.417.68-
YUV114.99101.49212.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 63.84%
GREEN value IS 64 (25.39% from 255) = 17.53%
BLUE value IS 68 (26.95% from 255) = 18.63%
R=63.84%
G=17.53%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233646800.730.710.09358.5879.3458.24
HexE940440494791674f3a
Octal35110010401111071154711772
Binary111010011000000100010001001001100011110011011001111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94044; }

 p { color: rgb(233,64,68); }

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

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

 a { background-color: rgb(233,64,68); }

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

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

 span { border-color: rgb(233,64,68); }

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