Html Css Color HEX #E5404C Amaranth

📋 copy color: '#E5404C'

red 229 ◦ green 64 ◦ blue 76

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

Shades of Amaranth #E5404C

Tints of Amaranth #E5404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.34%

 BLUE value IS 76 (30.08% from 255) = 20.6%

R = 62.06%
G = 17.34%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5404C (or 0xE5404C) is known color: Amaranth. HEX triplet: E5, 40 and 4C. RGB value is (229,64,76). Sum of RGB (Red+Green+Blue) = 229+64+76=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E5404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5404C is #1ABFB3. Grayscale: #727272. Windows color (decimal): -1753012 or 4997349. OLE color: 4997349.

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

Color convert

RGB 229 64 76 -
CMYK 0 0.72 0.67 0.10
HSL 355.64º 0.76% 0.57% -
HSV(B) 355.64º 0.72% 0.9% -
XYZ 35.45 20.85 8.99 -
YUV 114.7 106.16 209.52 -
System Red Green Blue C M Y K H S L
Decimal 229 64 76 0 0.72 0.67 0.10 355.64 0.76 0.57
Hex E5 40 4C 0 48 43 A 164 4C 39
Octal 345 100 114 0 110 103 12 544 114 71
Binary 11100101 1000000 1001100 0 1001000 1000011 1010 101100100 1001100 111001

Color Harmonies of #E5404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5404C

Black with #E5404C

Text Example


Text Example

White with #E5404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5404C; }

 p { color: rgb(229,64,76); }

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

background-color css

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

 a { background-color: rgb(229,64,76); }

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

border-color css

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

 span { border-color: rgb(229,64,76); }

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