#E4394A

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

Shades of Amaranth #E4394A

Tints of Amaranth #E4394A

Color information

#E4394A (or 0xE4394A) is unknown color: approx Amaranth. HEX triplet: E4, 39 and 4A. RGB value is (228,57,74). Sum of RGB (Red+Green+Blue) = 228+57+74=359 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.51% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 228 - color contains mainly: red. Hex color #E4394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4394A is #1BC6B5. Grayscale: #6E6E6E. Windows color (decimal): -1820342 or 4864484. OLE color: 4864484.

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

Color convert

RGB2285774-
CMYK00.750.680.11
HSL354.04º76%55.88%-
HSV(B)354.04º75%89.41%-
XYZ34.6919.918.49-
YUV110.07107.65212.12-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 63.51%
GREEN value IS 57 (22.66% from 255) = 15.88%
BLUE value IS 74 (29.30% from 255) = 20.61%
R=63.51%
G=15.88%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228577400.750.680.11354.047655.88
HexE4394A04B44B1624c38
Octal3447111201131041354211470
Binary11100100111001100101001001011100010010111011000101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4394A; }

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

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

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

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

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

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

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

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