Html Css Color HEX #E8404D Amaranth

📋 copy color: '#E8404D'

red 232 ◦ green 64 ◦ blue 77

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

Shades of Amaranth #E8404D

Tints of Amaranth #E8404D

RGB

 RED value IS 232 (91.02% from 255) = 62.2%

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

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

R = 62.2%
G = 17.16%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8404D (or 0xE8404D) is known color: Amaranth. HEX triplet: E8, 40 and 4D. RGB value is (232,64,77). Sum of RGB (Red+Green+Blue) = 232+64+77=373 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.20% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 232 - color contains mainly: red. Hex color #E8404D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8404D is #17BFB2. Grayscale: #737373. Windows color (decimal): -1556403 or 5062888. OLE color: 5062888.

HSL color Cylindrical-coordinate representation of color #E8404D: hue angle of 355.36º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8404D is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 64 77 -
CMYK 0 0.72 0.67 0.09
HSL 355.36º 0.79% 0.58% -
HSV(B) 355.36º 0.72% 0.91% -
XYZ 36.45 21.36 9.22 -
YUV 115.71 106.16 210.94 -
System Red Green Blue C M Y K H S L
Decimal 232 64 77 0 0.72 0.67 0.09 355.36 0.79 0.58
Hex E8 40 4D 0 48 43 9 163 4F 3A
Octal 350 100 115 0 110 103 11 543 117 72
Binary 11101000 1000000 1001101 0 1001000 1000011 1001 101100011 1001111 111010

Color Harmonies of #E8404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8404D

Black with #E8404D

Text Example


Text Example

White with #E8404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8404D; }

 p { color: rgb(232,64,77); }

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

background-color css

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

 a { background-color: rgb(232,64,77); }

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

border-color css

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

 span { border-color: rgb(232,64,77); }

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