Html Css Color HEX #E8325A Amaranth

📋 copy color: '#E8325A'

red 232 ◦ green 50 ◦ blue 90

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

Shades of Amaranth #E8325A

Tints of Amaranth #E8325A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.44%

 BLUE value IS 90 (35.55% from 255) = 24.19%

R = 62.37%
G = 13.44%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8325A (or 0xE8325A) is known color: Amaranth. HEX triplet: E8, 32 and 5A. RGB value is (232,50,90). Sum of RGB (Red+Green+Blue) = 232+50+90=372 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.37% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 232 - color contains mainly: red. Hex color #E8325A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8325A is #17CDA5. Grayscale: #6D6D6D. Windows color (decimal): -1559974 or 5911272. OLE color: 5911272.

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

Color convert

RGB 232 50 90 -
CMYK 0 0.78 0.61 0.09
HSL 346.81º 0.8% 0.55% -
HSV(B) 346.81º 0.78% 0.91% -
XYZ 36.26 20.18 11.66 -
YUV 108.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 232 50 90 0 0.78 0.61 0.09 346.81 0.8 0.55
Hex E8 32 5A 0 4E 3D 9 15B 50 37
Octal 350 62 132 0 116 75 11 533 120 67
Binary 11101000 110010 1011010 0 1001110 111101 1001 101011011 1010000 110111

Color Harmonies of #E8325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8325A

Black with #E8325A

Text Example


Text Example

White with #E8325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8325A; }

 p { color: rgb(232,50,90); }

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

background-color css

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

 a { background-color: rgb(232,50,90); }

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

border-color css

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

 span { border-color: rgb(232,50,90); }

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