Html Css Color HEX #E8374D Amaranth

📋 copy color: '#E8374D'

red 232 ◦ green 55 ◦ blue 77

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

Shades of Amaranth #E8374D

Tints of Amaranth #E8374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.11%

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

R = 63.74%
G = 15.11%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8374D (or 0xE8374D) is known color: Amaranth. HEX triplet: E8, 37 and 4D. RGB value is (232,55,77). Sum of RGB (Red+Green+Blue) = 232+55+77=364 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.74% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 232 - color contains mainly: red. Hex color #E8374D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8374D is #17C8B2. Grayscale: #6E6E6E. Windows color (decimal): -1558707 or 5060584. OLE color: 5060584.

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

Color convert

RGB 232 55 77 -
CMYK 0 0.76 0.67 0.09
HSL 352.54º 0.79% 0.56% -
HSV(B) 352.54º 0.76% 0.91% -
XYZ 35.98 20.42 9.07 -
YUV 110.43 109.14 214.71 -
System Red Green Blue C M Y K H S L
Decimal 232 55 77 0 0.76 0.67 0.09 352.54 0.79 0.56
Hex E8 37 4D 0 4C 43 9 161 4F 38
Octal 350 67 115 0 114 103 11 541 117 70
Binary 11101000 110111 1001101 0 1001100 1000011 1001 101100001 1001111 111000

Color Harmonies of #E8374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8374D

Black with #E8374D

Text Example


Text Example

White with #E8374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8374D; }

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

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

background-color css

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

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

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

border-color css

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

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

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