Html Css Color HEX #E7394B Amaranth

📋 copy color: '#E7394B'

red 231 ◦ green 57 ◦ blue 75

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

Shades of Amaranth #E7394B

Tints of Amaranth #E7394B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.66%

R = 63.64%
G = 15.7%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7394B (or 0xE7394B) is known color: Amaranth. HEX triplet: E7, 39 and 4B. RGB value is (231,57,75). Sum of RGB (Red+Green+Blue) = 231+57+75=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E7394B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7394B is #18C6B4. Grayscale: #6F6F6F. Windows color (decimal): -1623733 or 4930023. OLE color: 4930023.

HSL color Cylindrical-coordinate representation of color #E7394B: hue angle of 353.79º 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 #E7394B is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 57 75 -
CMYK 0 0.75 0.68 0.09
HSL 353.79º 0.78% 0.56% -
HSV(B) 353.79º 0.75% 0.91% -
XYZ 35.69 20.42 8.72 -
YUV 111.08 107.65 213.54 -
System Red Green Blue C M Y K H S L
Decimal 231 57 75 0 0.75 0.68 0.09 353.79 0.78 0.56
Hex E7 39 4B 0 4B 44 9 162 4E 38
Octal 347 71 113 0 113 104 11 542 116 70
Binary 11100111 111001 1001011 0 1001011 1000100 1001 101100010 1001110 111000

Color Harmonies of #E7394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7394B

Black with #E7394B

Text Example


Text Example

White with #E7394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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