Html Css Color HEX #E5364A Amaranth

📋 copy color: '#E5364A'

red 229 ◦ green 54 ◦ blue 74

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

Shades of Amaranth #E5364A

Tints of Amaranth #E5364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.13%

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

R = 64.15%
G = 15.13%
B = 20.73%

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

#E5364A (or 0xE5364A) is known color: Amaranth. HEX triplet: E5, 36 and 4A. RGB value is (229,54,74). Sum of RGB (Red+Green+Blue) = 229+54+74=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E5364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5364A is #1AC9B5. Grayscale: #6C6C6C. Windows color (decimal): -1755574 or 4863717. OLE color: 4863717.

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

Color convert

RGB 229 54 74 -
CMYK 0 0.76 0.68 0.10
HSL 353.14º 0.77% 0.55% -
HSV(B) 353.14º 0.76% 0.9% -
XYZ 34.87 19.79 8.46 -
YUV 108.61 108.48 213.87 -
System Red Green Blue C M Y K H S L
Decimal 229 54 74 0 0.76 0.68 0.10 353.14 0.77 0.55
Hex E5 36 4A 0 4C 44 A 161 4D 37
Octal 345 66 112 0 114 104 12 541 115 67
Binary 11100101 110110 1001010 0 1001100 1000100 1010 101100001 1001101 110111

Color Harmonies of #E5364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5364A

Black with #E5364A

Text Example


Text Example

White with #E5364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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