Html Css Color HEX #E8404B Amaranth

📋 copy color: '#E8404B'

red 232 ◦ green 64 ◦ blue 75

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

Shades of Amaranth #E8404B

Tints of Amaranth #E8404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.25%

 BLUE value IS 75 (29.69% from 255) = 20.22%

R = 62.53%
G = 17.25%
B = 20.22%

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

#E8404B (or 0xE8404B) is known color: Amaranth. HEX triplet: E8, 40 and 4B. RGB value is (232,64,75). Sum of RGB (Red+Green+Blue) = 232+64+75=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E8404B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8404B is #17BFB4. Grayscale: #737373. Windows color (decimal): -1556405 or 4931816. OLE color: 4931816.

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

Color convert

RGB 232 64 75 -
CMYK 0 0.72 0.68 0.09
HSL 356.07º 0.79% 0.58% -
HSV(B) 356.07º 0.72% 0.91% -
XYZ 36.38 21.33 8.86 -
YUV 115.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 232 64 75 0 0.72 0.68 0.09 356.07 0.79 0.58
Hex E8 40 4B 0 48 44 9 164 4F 3A
Octal 350 100 113 0 110 104 11 544 117 72
Binary 11101000 1000000 1001011 0 1001000 1000100 1001 101100100 1001111 111010

Color Harmonies of #E8404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8404B

Black with #E8404B

Text Example


Text Example

White with #E8404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8404B; }

 p { color: rgb(232,64,75); }

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

background-color css

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

 a { background-color: rgb(232,64,75); }

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

border-color css

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

 span { border-color: rgb(232,64,75); }

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