Html Css Color HEX #E5354A Amaranth

📋 copy color: '#E5354A'

red 229 ◦ green 53 ◦ blue 74

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

Shades of Amaranth #E5354A

Tints of Amaranth #E5354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.89%

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

R = 64.33%
G = 14.89%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5354A (or 0xE5354A) is known color: Amaranth. HEX triplet: E5, 35 and 4A. RGB value is (229,53,74). Sum of RGB (Red+Green+Blue) = 229+53+74=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5354A is #1ACAB5. Grayscale: #6C6C6C. Windows color (decimal): -1755830 or 4863461. OLE color: 4863461.

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

Color convert

RGB 229 53 74 -
CMYK 0 0.77 0.68 0.10
HSL 352.84º 0.77% 0.55% -
HSV(B) 352.84º 0.77% 0.9% -
XYZ 34.82 19.7 8.45 -
YUV 108.02 108.81 214.29 -
System Red Green Blue C M Y K H S L
Decimal 229 53 74 0 0.77 0.68 0.10 352.84 0.77 0.55
Hex E5 35 4A 0 4D 44 A 161 4D 37
Octal 345 65 112 0 115 104 12 541 115 67
Binary 11100101 110101 1001010 0 1001101 1000100 1010 101100001 1001101 110111

Color Harmonies of #E5354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5354A

Black with #E5354A

Text Example


Text Example

White with #E5354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5354A; }

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

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

background-color css

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

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

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

border-color css

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

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

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