Html Css Color HEX #E8464F Amaranth

📋 copy color: '#E8464F'

red 232 ◦ green 70 ◦ blue 79

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

Shades of Amaranth #E8464F

Tints of Amaranth #E8464F

RGB

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

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

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

R = 60.89%
G = 18.37%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8464F (or 0xE8464F) is known color: Amaranth. HEX triplet: E8, 46 and 4F. RGB value is (232,70,79). Sum of RGB (Red+Green+Blue) = 232+70+79=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E8464F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8464F is #17B9B0. Grayscale: #777777. Windows color (decimal): -1554865 or 5195496. OLE color: 5195496.

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

Color convert

RGB 232 70 79 -
CMYK 0 0.70 0.66 0.09
HSL 356.67º 0.78% 0.59% -
HSV(B) 356.67º 0.7% 0.91% -
XYZ 36.88 22.1 9.72 -
YUV 119.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 232 70 79 0 0.70 0.66 0.09 356.67 0.78 0.59
Hex E8 46 4F 0 46 42 9 165 4E 3B
Octal 350 106 117 0 106 102 11 545 116 73
Binary 11101000 1000110 1001111 0 1000110 1000010 1001 101100101 1001110 111011

Color Harmonies of #E8464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8464F

Black with #E8464F

Text Example


Text Example

White with #E8464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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