#E8324E

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

Shades of Amaranth #E8324E

Tints of Amaranth #E8324E

Color information

#E8324E (or 0xE8324E) is unknown color: approx Amaranth. HEX triplet: E8, 32 and 4E. RGB value is (232,50,78). Sum of RGB (Red+Green+Blue) = 232+50+78=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8324E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8324E is #17CDB1. Grayscale: #6B6B6B. Windows color (decimal): -1559986 or 5124840. OLE color: 5124840.

HSL color Cylindrical-coordinate representation of color #E8324E: hue angle of 350.77º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8324E is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB2325078-
CMYK00.780.660.09
HSL350.77º79.82%55.29%-
HSV(B)350.77º78.45%90.98%-
XYZ35.7919.999.18-
YUV107.61111.3216.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 64.44%
GREEN value IS 50 (19.92% from 255) = 13.89%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=64.44%
G=13.89%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232507800.780.660.09350.7779.8255.29
HexE8324E04E42915f5037
Octal3506211601161021153712067
Binary11101000110010100111001001110100001010011010111111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8324E; }

 p { color: rgb(232,50,78); }

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

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

 a { background-color: rgb(232,50,78); }

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

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

 span { border-color: rgb(232,50,78); }

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