Html Css Color HEX #E8344D Amaranth

📋 copy color: '#E8344D'

red 232 ◦ green 52 ◦ blue 77

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

Shades of Amaranth #E8344D

Tints of Amaranth #E8344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.4%

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

R = 64.27%
G = 14.4%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8344D (or 0xE8344D) is known color: Amaranth. HEX triplet: E8, 34 and 4D. RGB value is (232,52,77). Sum of RGB (Red+Green+Blue) = 232+52+77=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8344D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8344D is #17CBB2. Grayscale: #6C6C6C. Windows color (decimal): -1559475 or 5059816. OLE color: 5059816.

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

Color convert

RGB 232 52 77 -
CMYK 0 0.78 0.67 0.09
HSL 351.67º 0.8% 0.56% -
HSV(B) 351.67º 0.78% 0.91% -
XYZ 35.85 20.15 9.02 -
YUV 108.67 110.13 215.97 -
System Red Green Blue C M Y K H S L
Decimal 232 52 77 0 0.78 0.67 0.09 351.67 0.8 0.56
Hex E8 34 4D 0 4E 43 9 160 50 38
Octal 350 64 115 0 116 103 11 540 120 70
Binary 11101000 110100 1001101 0 1001110 1000011 1001 101100000 1010000 111000

Color Harmonies of #E8344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8344D

Black with #E8344D

Text Example


Text Example

White with #E8344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8344D; }

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

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

background-color css

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

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

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

border-color css

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

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

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