Html Css Color HEX #E7194B Amaranth

📋 copy color: '#E7194B'

red 231 ◦ green 25 ◦ blue 75

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

Shades of Amaranth #E7194B

Tints of Amaranth #E7194B

RGB

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

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

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

R = 69.79%
G = 7.55%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7194B (or 0xE7194B) is known color: Amaranth. HEX triplet: E7, 19 and 4B. RGB value is (231,25,75). Sum of RGB (Red+Green+Blue) = 231+25+75=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E7194B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7194B is #18E6B4. Grayscale: #5C5C5C. Windows color (decimal): -1631925 or 4921831. OLE color: 4921831.

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

Color convert

RGB 231 25 75 -
CMYK 0 0.89 0.68 0.09
HSL 345.44º 0.81% 0.5% -
HSV(B) 345.44º 0.89% 0.91% -
XYZ 34.57 18.19 8.35 -
YUV 92.29 118.25 226.93 -
System Red Green Blue C M Y K H S L
Decimal 231 25 75 0 0.89 0.68 0.09 345.44 0.81 0.5
Hex E7 19 4B 0 59 44 9 159 51 32
Octal 347 31 113 0 131 104 11 531 121 62
Binary 11100111 11001 1001011 0 1011001 1000100 1001 101011001 1010001 110010

Color Harmonies of #E7194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7194B

Black with #E7194B

Text Example


Text Example

White with #E7194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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