#E2394A

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

Shades of Amaranth #E2394A

Tints of Amaranth #E2394A

Color information

#E2394A (or 0xE2394A) is unknown color: approx Amaranth. HEX triplet: E2, 39 and 4A. RGB value is (226,57,74). Sum of RGB (Red+Green+Blue) = 226+57+74=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E2394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2394A is #1DC6B5. Grayscale: #6D6D6D. Windows color (decimal): -1951414 or 4864482. OLE color: 4864482.

HSL color Cylindrical-coordinate representation of color #E2394A: hue angle of 353.96º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2394A is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB2265774-
CMYK00.750.670.11
HSL353.96º74.45%55.49%-
HSV(B)353.96º74.78%88.63%-
XYZ34.0619.598.46-
YUV109.47107.99211.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 63.31%
GREEN value IS 57 (22.66% from 255) = 15.97%
BLUE value IS 74 (29.30% from 255) = 20.73%
R=63.31%
G=15.97%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226577400.750.670.11353.9674.4555.49
HexE2394A04B43B1624a37
Octal3427111201131031354211267
Binary11100010111001100101001001011100001110111011000101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2394A; }

 p { color: rgb(226,57,74); }

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

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

 a { background-color: rgb(226,57,74); }

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

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

 span { border-color: rgb(226,57,74); }

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