Html Css Color HEX #E5194D Amaranth

📋 copy color: '#E5194D'

red 229 ◦ green 25 ◦ blue 77

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

Shades of Amaranth #E5194D

Tints of Amaranth #E5194D

RGB

 RED value IS 229 (89.84% from 255) = 69.18%

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

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

R = 69.18%
G = 7.55%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5194D (or 0xE5194D) is known color: Amaranth. HEX triplet: E5, 19 and 4D. RGB value is (229,25,77). Sum of RGB (Red+Green+Blue) = 229+25+77=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E5194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5194D is #1AE6B2. Grayscale: #5B5B5B. Windows color (decimal): -1762995 or 5052901. OLE color: 5052901.

HSL color Cylindrical-coordinate representation of color #E5194D: hue angle of 344.71º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5194D is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 25 77 -
CMYK 0 0.89 0.66 0.10
HSL 344.71º 0.8% 0.5% -
HSV(B) 344.71º 0.89% 0.9% -
XYZ 34 17.89 8.68 -
YUV 91.92 119.59 225.77 -
System Red Green Blue C M Y K H S L
Decimal 229 25 77 0 0.89 0.66 0.10 344.71 0.8 0.5
Hex E5 19 4D 0 59 42 A 159 50 32
Octal 345 31 115 0 131 102 12 531 120 62
Binary 11100101 11001 1001101 0 1011001 1000010 1010 101011001 1010000 110010

Color Harmonies of #E5194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5194D

Black with #E5194D

Text Example


Text Example

White with #E5194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5194D; }

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

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

background-color css

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

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

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

border-color css

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

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

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