Html Css Color HEX #E8434A Amaranth

📋 copy color: '#E8434A'

red 232 ◦ green 67 ◦ blue 74

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

Shades of Amaranth #E8434A

Tints of Amaranth #E8434A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.96%

 BLUE value IS 74 (29.3% from 255) = 19.84%

R = 62.2%
G = 17.96%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8434A (or 0xE8434A) is known color: Amaranth. HEX triplet: E8, 43 and 4A. RGB value is (232,67,74). Sum of RGB (Red+Green+Blue) = 232+67+74=373 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.20% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 232 - color contains mainly: red. Hex color #E8434A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8434A is #17BCB5. Grayscale: #757575. Windows color (decimal): -1555638 or 4867048. OLE color: 4867048.

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

Color convert

RGB 232 67 74 -
CMYK 0 0.71 0.68 0.09
HSL 357.45º 0.78% 0.59% -
HSV(B) 357.45º 0.71% 0.91% -
XYZ 36.52 21.66 8.74 -
YUV 117.13 103.66 209.93 -
System Red Green Blue C M Y K H S L
Decimal 232 67 74 0 0.71 0.68 0.09 357.45 0.78 0.59
Hex E8 43 4A 0 47 44 9 165 4E 3B
Octal 350 103 112 0 107 104 11 545 116 73
Binary 11101000 1000011 1001010 0 1000111 1000100 1001 101100101 1001110 111011

Color Harmonies of #E8434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8434A

Black with #E8434A

Text Example


Text Example

White with #E8434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8434A; }

 p { color: rgb(232,67,74); }

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

background-color css

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

 a { background-color: rgb(232,67,74); }

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

border-color css

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

 span { border-color: rgb(232,67,74); }

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