Html Css Color HEX #E7394D Amaranth

📋 copy color: '#E7394D'

red 231 ◦ green 57 ◦ blue 77

#E7394D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #E7394D

Tints of Amaranth #E7394D

RGB

 RED value IS 231 (90.63% from 255) = 63.29%

 GREEN value IS 57 (22.66% from 255) = 15.62%

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 63.29%
G = 15.62%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7394D (or 0xE7394D) is known color: Amaranth. HEX triplet: E7, 39 and 4D. RGB value is (231,57,77). Sum of RGB (Red+Green+Blue) = 231+57+77=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E7394D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7394D is #18C6B2. Grayscale: #6F6F6F. Windows color (decimal): -1623731 or 5061095. OLE color: 5061095.

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

Color convert

RGB 231 57 77 -
CMYK 0 0.75 0.67 0.09
HSL 353.1º 0.78% 0.56% -
HSV(B) 353.1º 0.75% 0.91% -
XYZ 35.76 20.45 9.08 -
YUV 111.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 231 57 77 0 0.75 0.67 0.09 353.1 0.78 0.56
Hex E7 39 4D 0 4B 43 9 161 4E 38
Octal 347 71 115 0 113 103 11 541 116 70
Binary 11100111 111001 1001101 0 1001011 1000011 1001 101100001 1001110 111000

Color Harmonies of #E7394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7394D

Black with #E7394D

Text Example


Text Example

White with #E7394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7394D; }

 p { color: rgb(231,57,77); }

 H1.HeaderClassName
 {
   color: #E7394D;
 }
 .AnyTagClassName
 {
   color: #E7394D;
 }
</style>

background-color css

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

 a { background-color: rgb(231,57,77); }

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

border-color css

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

 span { border-color: rgb(231,57,77); }

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