Html Css Color HEX #E9194A Amaranth

📋 copy color: '#E9194A'

red 233 ◦ green 25 ◦ blue 74

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

Shades of Amaranth #E9194A

Tints of Amaranth #E9194A

RGB

 RED value IS 233 (91.41% from 255) = 70.18%

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 70.18%
G = 7.53%
B = 22.29%

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

#E9194A (or 0xE9194A) is known color: Amaranth. HEX triplet: E9, 19 and 4A. RGB value is (233,25,74). Sum of RGB (Red+Green+Blue) = 233+25+74=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E9194A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9194A is #16E6B5. Grayscale: #5C5C5C. Windows color (decimal): -1500854 or 4856297. OLE color: 4856297.

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

Color convert

RGB 233 25 74 -
CMYK 0 0.89 0.68 0.09
HSL 345.87º 0.83% 0.51% -
HSV(B) 345.87º 0.89% 0.91% -
XYZ 35.19 18.51 8.2 -
YUV 92.78 117.41 228.02 -
System Red Green Blue C M Y K H S L
Decimal 233 25 74 0 0.89 0.68 0.09 345.87 0.83 0.51
Hex E9 19 4A 0 59 44 9 15A 53 33
Octal 351 31 112 0 131 104 11 532 123 63
Binary 11101001 11001 1001010 0 1011001 1000100 1001 101011010 1010011 110011

Color Harmonies of #E9194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9194A

Black with #E9194A

Text Example


Text Example

White with #E9194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9194A; }

 p { color: rgb(233,25,74); }

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

background-color css

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

 a { background-color: rgb(233,25,74); }

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

border-color css

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

 span { border-color: rgb(233,25,74); }

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