Html Css Color HEX #E5374D Amaranth

📋 copy color: '#E5374D'

red 229 ◦ green 55 ◦ blue 77

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

Shades of Amaranth #E5374D

Tints of Amaranth #E5374D

RGB

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

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

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

R = 63.43%
G = 15.24%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5374D (or 0xE5374D) is known color: Amaranth. HEX triplet: E5, 37 and 4D. RGB value is (229,55,77). Sum of RGB (Red+Green+Blue) = 229+55+77=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E5374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5374D is #1AC8B2. Grayscale: #6D6D6D. Windows color (decimal): -1755315 or 5060581. OLE color: 5060581.

HSL color Cylindrical-coordinate representation of color #E5374D: hue angle of 352.41º 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 #E5374D is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 55 77 -
CMYK 0 0.76 0.66 0.10
HSL 352.41º 0.77% 0.56% -
HSV(B) 352.41º 0.76% 0.9% -
XYZ 35.02 19.93 9.02 -
YUV 109.53 109.65 213.21 -
System Red Green Blue C M Y K H S L
Decimal 229 55 77 0 0.76 0.66 0.10 352.41 0.77 0.56
Hex E5 37 4D 0 4C 42 A 160 4D 38
Octal 345 67 115 0 114 102 12 540 115 70
Binary 11100101 110111 1001101 0 1001100 1000010 1010 101100000 1001101 111000

Color Harmonies of #E5374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5374D

Black with #E5374D

Text Example


Text Example

White with #E5374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5374D; }

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

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

background-color css

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

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

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

border-color css

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

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

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