Html Css Color HEX #E5404F Amaranth

📋 copy color: '#E5404F'

red 229 ◦ green 64 ◦ blue 79

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

Shades of Amaranth #E5404F

Tints of Amaranth #E5404F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.24%

R = 61.56%
G = 17.2%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5404F (or 0xE5404F) is known color: Amaranth. HEX triplet: E5, 40 and 4F. RGB value is (229,64,79). Sum of RGB (Red+Green+Blue) = 229+64+79=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E5404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5404F is #1ABFB0. Grayscale: #737373. Windows color (decimal): -1753009 or 5193957. OLE color: 5193957.

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

Color convert

RGB 229 64 79 -
CMYK 0 0.72 0.66 0.10
HSL 354.55º 0.76% 0.57% -
HSV(B) 354.55º 0.72% 0.9% -
XYZ 35.56 20.89 9.56 -
YUV 115.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 229 64 79 0 0.72 0.66 0.10 354.55 0.76 0.57
Hex E5 40 4F 0 48 42 A 163 4C 39
Octal 345 100 117 0 110 102 12 543 114 71
Binary 11100101 1000000 1001111 0 1001000 1000010 1010 101100011 1001100 111001

Color Harmonies of #E5404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5404F

Black with #E5404F

Text Example


Text Example

White with #E5404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5404F; }

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

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

background-color css

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

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

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

border-color css

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

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

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