#E2394B

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

Shades of Amaranth #E2394B

Tints of Amaranth #E2394B

Color information

#E2394B (or 0xE2394B) is unknown color: approx Amaranth. HEX triplet: E2, 39 and 4B. RGB value is (226,57,75). Sum of RGB (Red+Green+Blue) = 226+57+75=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2394B is #1DC6B4. Grayscale: #6D6D6D. Windows color (decimal): -1951413 or 4930018. OLE color: 4930018.

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

Color convert

RGB2265775-
CMYK00.750.670.11
HSL353.61º74.45%55.49%-
HSV(B)353.61º74.78%88.63%-
XYZ34.119.68.64-
YUV109.58108.49211.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 63.13%
GREEN value IS 57 (22.66% from 255) = 15.92%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=63.13%
G=15.92%
B=20.95%

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
Decimal226577500.750.670.11353.6174.4555.49
HexE2394B04B43B1624a37
Octal3427111301131031354211267
Binary11100010111001100101101001011100001110111011000101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2394B; }

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

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

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

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

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

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

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

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