Html Css Color HEX #E5374A Amaranth

📋 copy color: '#E5374A'

red 229 ◦ green 55 ◦ blue 74

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

Shades of Amaranth #E5374A

Tints of Amaranth #E5374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.36%

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

R = 63.97%
G = 15.36%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5374A (or 0xE5374A) is known color: Amaranth. HEX triplet: E5, 37 and 4A. RGB value is (229,55,74). Sum of RGB (Red+Green+Blue) = 229+55+74=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5374A is #1AC8B5. Grayscale: #6D6D6D. Windows color (decimal): -1755318 or 4863973. OLE color: 4863973.

HSL color Cylindrical-coordinate representation of color #E5374A: hue angle of 353.45º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5374A is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 55 74 -
CMYK 0 0.76 0.68 0.10
HSL 353.45º 0.77% 0.56% -
HSV(B) 353.45º 0.76% 0.9% -
XYZ 34.92 19.88 8.48 -
YUV 109.19 108.15 213.46 -
System Red Green Blue C M Y K H S L
Decimal 229 55 74 0 0.76 0.68 0.10 353.45 0.77 0.56
Hex E5 37 4A 0 4C 44 A 161 4D 38
Octal 345 67 112 0 114 104 12 541 115 70
Binary 11100101 110111 1001010 0 1001100 1000100 1010 101100001 1001101 111000

Color Harmonies of #E5374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5374A

Black with #E5374A

Text Example


Text Example

White with #E5374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5374A; }

 p { color: rgb(229,55,74); }

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

background-color css

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

 a { background-color: rgb(229,55,74); }

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

border-color css

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

 span { border-color: rgb(229,55,74); }

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