Html Css Color HEX #E8354C Amaranth

📋 copy color: '#E8354C'

red 232 ◦ green 53 ◦ blue 76

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

Shades of Amaranth #E8354C

Tints of Amaranth #E8354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.68%

 BLUE value IS 76 (30.08% from 255) = 21.05%

R = 64.27%
G = 14.68%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8354C (or 0xE8354C) is known color: Amaranth. HEX triplet: E8, 35 and 4C. RGB value is (232,53,76). Sum of RGB (Red+Green+Blue) = 232+53+76=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8354C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8354C is #17CAB3. Grayscale: #6D6D6D. Windows color (decimal): -1559220 or 4994536. OLE color: 4994536.

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

Color convert

RGB 232 53 76 -
CMYK 0 0.77 0.67 0.09
HSL 352.29º 0.8% 0.56% -
HSV(B) 352.29º 0.77% 0.91% -
XYZ 35.86 20.22 8.85 -
YUV 109.14 109.3 215.63 -
System Red Green Blue C M Y K H S L
Decimal 232 53 76 0 0.77 0.67 0.09 352.29 0.8 0.56
Hex E8 35 4C 0 4D 43 9 160 50 38
Octal 350 65 114 0 115 103 11 540 120 70
Binary 11101000 110101 1001100 0 1001101 1000011 1001 101100000 1010000 111000

Color Harmonies of #E8354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8354C

Black with #E8354C

Text Example


Text Example

White with #E8354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8354C; }

 p { color: rgb(232,53,76); }

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

background-color css

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

 a { background-color: rgb(232,53,76); }

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

border-color css

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

 span { border-color: rgb(232,53,76); }

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