Html Css Color HEX #E8424D Amaranth

📋 copy color: '#E8424D'

red 232 ◦ green 66 ◦ blue 77

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

Shades of Amaranth #E8424D

Tints of Amaranth #E8424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.6%

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

R = 61.87%
G = 17.6%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8424D (or 0xE8424D) is known color: Amaranth. HEX triplet: E8, 42 and 4D. RGB value is (232,66,77). Sum of RGB (Red+Green+Blue) = 232+66+77=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8424D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8424D is #17BDB2. Grayscale: #757575. Windows color (decimal): -1555891 or 5063400. OLE color: 5063400.

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

Color convert

RGB 232 66 77 -
CMYK 0 0.72 0.67 0.09
HSL 356.02º 0.78% 0.58% -
HSV(B) 356.02º 0.72% 0.91% -
XYZ 36.57 21.59 9.26 -
YUV 116.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 232 66 77 0 0.72 0.67 0.09 356.02 0.78 0.58
Hex E8 42 4D 0 48 43 9 164 4E 3A
Octal 350 102 115 0 110 103 11 544 116 72
Binary 11101000 1000010 1001101 0 1001000 1000011 1001 101100100 1001110 111010

Color Harmonies of #E8424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8424D

Black with #E8424D

Text Example


Text Example

White with #E8424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8424D; }

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

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

background-color css

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

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

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

border-color css

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

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

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