#E8374A

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

Shades of Amaranth #E8374A

Tints of Amaranth #E8374A

Color information

#E8374A (or 0xE8374A) is unknown color: approx Amaranth. HEX triplet: E8, 37 and 4A. RGB value is (232,55,74). Sum of RGB (Red+Green+Blue) = 232+55+74=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8374A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8374A is #17C8B5. Grayscale: #6E6E6E. Windows color (decimal): -1558710 or 4863976. OLE color: 4863976.

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

Color convert

RGB2325574-
CMYK00.760.680.09
HSL353.56º79.37%56.27%-
HSV(B)353.56º76.29%90.98%-
XYZ35.8820.388.52-
YUV110.09107.64214.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 64.27%
GREEN value IS 55 (21.88% from 255) = 15.24%
BLUE value IS 74 (29.30% from 255) = 20.50%
R=64.27%
G=15.24%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232557400.760.680.09353.5679.3756.27
HexE8374A04C4491624f38
Octal3506711201141041154211770
Binary11101000110111100101001001100100010010011011000101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8374A; }

 p { color: rgb(232,55,74); }

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

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

 a { background-color: rgb(232,55,74); }

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

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

 span { border-color: rgb(232,55,74); }

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