Html Css Color HEX #E8474F Amaranth

📋 copy color: '#E8474F'

red 232 ◦ green 71 ◦ blue 79

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

Shades of Amaranth #E8474F

Tints of Amaranth #E8474F

RGB

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

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

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

R = 60.73%
G = 18.59%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8474F (or 0xE8474F) is known color: Amaranth. HEX triplet: E8, 47 and 4F. RGB value is (232,71,79). Sum of RGB (Red+Green+Blue) = 232+71+79=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E8474F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8474F is #17B8B0. Grayscale: #787878. Windows color (decimal): -1554609 or 5195752. OLE color: 5195752.

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

Color convert

RGB 232 71 79 -
CMYK 0 0.69 0.66 0.09
HSL 357.02º 0.78% 0.59% -
HSV(B) 357.02º 0.69% 0.91% -
XYZ 36.94 22.23 9.74 -
YUV 120.05 104.84 207.85 -
System Red Green Blue C M Y K H S L
Decimal 232 71 79 0 0.69 0.66 0.09 357.02 0.78 0.59
Hex E8 47 4F 0 45 42 9 165 4E 3B
Octal 350 107 117 0 105 102 11 545 116 73
Binary 11101000 1000111 1001111 0 1000101 1000010 1001 101100101 1001110 111011

Color Harmonies of #E8474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8474F

Black with #E8474F

Text Example


Text Example

White with #E8474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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