Html Css Color HEX #E8414A Amaranth

📋 copy color: '#E8414A'

red 232 ◦ green 65 ◦ blue 74

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

Shades of Amaranth #E8414A

Tints of Amaranth #E8414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.52%

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

R = 62.53%
G = 17.52%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8414A (or 0xE8414A) is known color: Amaranth. HEX triplet: E8, 41 and 4A. RGB value is (232,65,74). Sum of RGB (Red+Green+Blue) = 232+65+74=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E8414A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8414A is #17BEB5. Grayscale: #747474. Windows color (decimal): -1556150 or 4866536. OLE color: 4866536.

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

Color convert

RGB 232 65 74 -
CMYK 0 0.72 0.68 0.09
HSL 356.77º 0.78% 0.58% -
HSV(B) 356.77º 0.72% 0.91% -
XYZ 36.41 21.43 8.7 -
YUV 115.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 232 65 74 0 0.72 0.68 0.09 356.77 0.78 0.58
Hex E8 41 4A 0 48 44 9 165 4E 3A
Octal 350 101 112 0 110 104 11 545 116 72
Binary 11101000 1000001 1001010 0 1001000 1000100 1001 101100101 1001110 111010

Color Harmonies of #E8414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8414A

Black with #E8414A

Text Example


Text Example

White with #E8414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8414A; }

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

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

background-color css

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

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

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

border-color css

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

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

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