Html Css Color HEX #E8474D Amaranth

📋 copy color: '#E8474D'

red 232 ◦ green 71 ◦ blue 77

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

Shades of Amaranth #E8474D

Tints of Amaranth #E8474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.68%

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

R = 61.05%
G = 18.68%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8474D (or 0xE8474D) is known color: Amaranth. HEX triplet: E8, 47 and 4D. RGB value is (232,71,77). Sum of RGB (Red+Green+Blue) = 232+71+77=380 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.05% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 232 - color contains mainly: red. Hex color #E8474D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8474D is #17B8B2. Grayscale: #777777. Windows color (decimal): -1554611 or 5064680. OLE color: 5064680.

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

Color convert

RGB 232 71 77 -
CMYK 0 0.69 0.67 0.09
HSL 357.76º 0.78% 0.59% -
HSV(B) 357.76º 0.69% 0.91% -
XYZ 36.87 22.2 9.36 -
YUV 119.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 232 71 77 0 0.69 0.67 0.09 357.76 0.78 0.59
Hex E8 47 4D 0 45 43 9 166 4E 3B
Octal 350 107 115 0 105 103 11 546 116 73
Binary 11101000 1000111 1001101 0 1000101 1000011 1001 101100110 1001110 111011

Color Harmonies of #E8474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8474D

Black with #E8474D

Text Example


Text Example

White with #E8474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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