Html Css Color HEX #E5374E Amaranth

📋 copy color: '#E5374E'

red 229 ◦ green 55 ◦ blue 78

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

Shades of Amaranth #E5374E

Tints of Amaranth #E5374E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.55%

R = 63.26%
G = 15.19%
B = 21.55%

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

#E5374E (or 0xE5374E) is known color: Amaranth. HEX triplet: E5, 37 and 4E. RGB value is (229,55,78). Sum of RGB (Red+Green+Blue) = 229+55+78=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E5374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5374E is #1AC8B1. Grayscale: #6D6D6D. Windows color (decimal): -1755314 or 5126117. OLE color: 5126117.

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

Color convert

RGB 229 55 78 -
CMYK 0 0.76 0.66 0.10
HSL 352.07º 0.77% 0.56% -
HSV(B) 352.07º 0.76% 0.9% -
XYZ 35.05 19.94 9.21 -
YUV 109.65 110.15 213.13 -
System Red Green Blue C M Y K H S L
Decimal 229 55 78 0 0.76 0.66 0.10 352.07 0.77 0.56
Hex E5 37 4E 0 4C 42 A 160 4D 38
Octal 345 67 116 0 114 102 12 540 115 70
Binary 11100101 110111 1001110 0 1001100 1000010 1010 101100000 1001101 111000

Color Harmonies of #E5374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5374E

Black with #E5374E

Text Example


Text Example

White with #E5374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5374E; }

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

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

background-color css

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

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

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

border-color css

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

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

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