Html Css Color HEX #E8354F Amaranth

📋 copy color: '#E8354F'

red 232 ◦ green 53 ◦ blue 79

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

Shades of Amaranth #E8354F

Tints of Amaranth #E8354F

RGB

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

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

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

R = 63.74%
G = 14.56%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8354F (or 0xE8354F) is known color: Amaranth. HEX triplet: E8, 35 and 4F. RGB value is (232,53,79). Sum of RGB (Red+Green+Blue) = 232+53+79=364 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.74% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 232 - color contains mainly: red. Hex color #E8354F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8354F is #17CAB0. Grayscale: #6D6D6D. Windows color (decimal): -1559217 or 5191144. OLE color: 5191144.

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

Color convert

RGB 232 53 79 -
CMYK 0 0.77 0.66 0.09
HSL 351.28º 0.8% 0.56% -
HSV(B) 351.28º 0.77% 0.91% -
XYZ 35.96 20.27 9.41 -
YUV 109.49 110.8 215.39 -
System Red Green Blue C M Y K H S L
Decimal 232 53 79 0 0.77 0.66 0.09 351.28 0.8 0.56
Hex E8 35 4F 0 4D 42 9 15F 50 38
Octal 350 65 117 0 115 102 11 537 120 70
Binary 11101000 110101 1001111 0 1001101 1000010 1001 101011111 1010000 111000

Color Harmonies of #E8354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8354F

Black with #E8354F

Text Example


Text Example

White with #E8354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8354F; }

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

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

background-color css

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

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

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

border-color css

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

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

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