Html Css Color HEX #E7194D Amaranth

📋 copy color: '#E7194D'

red 231 ◦ green 25 ◦ blue 77

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

Shades of Amaranth #E7194D

Tints of Amaranth #E7194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.51%

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

R = 69.37%
G = 7.51%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7194D (or 0xE7194D) is known color: Amaranth. HEX triplet: E7, 19 and 4D. RGB value is (231,25,77). Sum of RGB (Red+Green+Blue) = 231+25+77=333 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.37% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 231 - color contains mainly: red. Hex color #E7194D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7194D is #18E6B2. Grayscale: #5C5C5C. Windows color (decimal): -1631923 or 5052903. OLE color: 5052903.

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

Color convert

RGB 231 25 77 -
CMYK 0 0.89 0.67 0.09
HSL 344.85º 0.81% 0.5% -
HSV(B) 344.85º 0.89% 0.91% -
XYZ 34.64 18.22 8.71 -
YUV 92.52 119.25 226.77 -
System Red Green Blue C M Y K H S L
Decimal 231 25 77 0 0.89 0.67 0.09 344.85 0.81 0.5
Hex E7 19 4D 0 59 43 9 159 51 32
Octal 347 31 115 0 131 103 11 531 121 62
Binary 11100111 11001 1001101 0 1011001 1000011 1001 101011001 1010001 110010

Color Harmonies of #E7194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7194D

Black with #E7194D

Text Example


Text Example

White with #E7194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7194D; }

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

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

background-color css

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

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

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

border-color css

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

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

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