Html Css Color HEX #E8314D Amaranth

📋 copy color: '#E8314D'

red 232 ◦ green 49 ◦ blue 77

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

Shades of Amaranth #E8314D

Tints of Amaranth #E8314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.69%

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

R = 64.8%
G = 13.69%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8314D (or 0xE8314D) is known color: Amaranth. HEX triplet: E8, 31 and 4D. RGB value is (232,49,77). Sum of RGB (Red+Green+Blue) = 232+49+77=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E8314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8314D is #17CEB2. Grayscale: #6A6A6A. Windows color (decimal): -1560243 or 5059048. OLE color: 5059048.

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

Color convert

RGB 232 49 77 -
CMYK 0 0.79 0.67 0.09
HSL 350.82º 0.8% 0.55% -
HSV(B) 350.82º 0.79% 0.91% -
XYZ 35.72 19.89 8.98 -
YUV 106.91 111.13 217.22 -
System Red Green Blue C M Y K H S L
Decimal 232 49 77 0 0.79 0.67 0.09 350.82 0.8 0.55
Hex E8 31 4D 0 4F 43 9 15F 50 37
Octal 350 61 115 0 117 103 11 537 120 67
Binary 11101000 110001 1001101 0 1001111 1000011 1001 101011111 1010000 110111

Color Harmonies of #E8314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8314D

Black with #E8314D

Text Example


Text Example

White with #E8314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8314D; }

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

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

background-color css

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

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

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

border-color css

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

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

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