Html Css Color HEX #E8464D Amaranth

📋 copy color: '#E8464D'

red 232 ◦ green 70 ◦ blue 77

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

Shades of Amaranth #E8464D

Tints of Amaranth #E8464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.47%

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

R = 61.21%
G = 18.47%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8464D (or 0xE8464D) is known color: Amaranth. HEX triplet: E8, 46 and 4D. RGB value is (232,70,77). Sum of RGB (Red+Green+Blue) = 232+70+77=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E8464D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8464D is #17B9B2. Grayscale: #777777. Windows color (decimal): -1554867 or 5064424. OLE color: 5064424.

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

Color convert

RGB 232 70 77 -
CMYK 0 0.70 0.67 0.09
HSL 357.41º 0.78% 0.59% -
HSV(B) 357.41º 0.7% 0.91% -
XYZ 36.81 22.07 9.34 -
YUV 119.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 232 70 77 0 0.70 0.67 0.09 357.41 0.78 0.59
Hex E8 46 4D 0 46 43 9 165 4E 3B
Octal 350 106 115 0 106 103 11 545 116 73
Binary 11101000 1000110 1001101 0 1000110 1000011 1001 101100101 1001110 111011

Color Harmonies of #E8464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8464D

Black with #E8464D

Text Example


Text Example

White with #E8464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8464D; }

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

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

background-color css

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

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

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

border-color css

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

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

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