#E7364A

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

Shades of Amaranth #E7364A

Tints of Amaranth #E7364A

Color information

#E7364A (or 0xE7364A) is unknown color: approx Amaranth. HEX triplet: E7, 36 and 4A. RGB value is (231,54,74). Sum of RGB (Red+Green+Blue) = 231+54+74=359 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.35% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 231 - color contains mainly: red. Hex color #E7364A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7364A is #18C9B5. Grayscale: #6D6D6D. Windows color (decimal): -1624502 or 4863719. OLE color: 4863719.

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

Color convert

RGB2315474-
CMYK00.770.680.09
HSL353.22º78.67%55.88%-
HSV(B)353.22º76.62%90.59%-
XYZ35.5120.128.49-
YUV109.2108.14214.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 64.35%
GREEN value IS 54 (21.48% from 255) = 15.04%
BLUE value IS 74 (29.30% from 255) = 20.61%
R=64.35%
G=15.04%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231547400.770.680.09353.2278.6755.88
HexE7364A04D4491614f38
Octal3476611201151041154111770
Binary11100111110110100101001001101100010010011011000011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7364A; }

 p { color: rgb(231,54,74); }

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

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

 a { background-color: rgb(231,54,74); }

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

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

 span { border-color: rgb(231,54,74); }

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