Html Css Color HEX #E5394D Amaranth

📋 copy color: '#E5394D'

red 229 ◦ green 57 ◦ blue 77

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

Shades of Amaranth #E5394D

Tints of Amaranth #E5394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.7%

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

R = 63.09%
G = 15.7%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5394D (or 0xE5394D) is known color: Amaranth. HEX triplet: E5, 39 and 4D. RGB value is (229,57,77). Sum of RGB (Red+Green+Blue) = 229+57+77=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E5394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5394D is #1AC6B2. Grayscale: #6E6E6E. Windows color (decimal): -1754803 or 5061093. OLE color: 5061093.

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

Color convert

RGB 229 57 77 -
CMYK 0 0.75 0.66 0.10
HSL 353.02º 0.77% 0.56% -
HSV(B) 353.02º 0.75% 0.9% -
XYZ 35.12 20.12 9.05 -
YUV 110.71 108.98 212.37 -
System Red Green Blue C M Y K H S L
Decimal 229 57 77 0 0.75 0.66 0.10 353.02 0.77 0.56
Hex E5 39 4D 0 4B 42 A 161 4D 38
Octal 345 71 115 0 113 102 12 541 115 70
Binary 11100101 111001 1001101 0 1001011 1000010 1010 101100001 1001101 111000

Color Harmonies of #E5394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5394D

Black with #E5394D

Text Example


Text Example

White with #E5394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5394D; }

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

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

background-color css

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

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

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

border-color css

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

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

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