Html Css Color HEX #E8324F Amaranth

📋 copy color: '#E8324F'

red 232 ◦ green 50 ◦ blue 79

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

Shades of Amaranth #E8324F

Tints of Amaranth #E8324F

RGB

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

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

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

R = 64.27%
G = 13.85%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8324F (or 0xE8324F) is known color: Amaranth. HEX triplet: E8, 32 and 4F. RGB value is (232,50,79). Sum of RGB (Red+Green+Blue) = 232+50+79=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8324F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8324F is #17CDB0. Grayscale: #6B6B6B. Windows color (decimal): -1559985 or 5190376. OLE color: 5190376.

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

Color convert

RGB 232 50 79 -
CMYK 0 0.78 0.66 0.09
HSL 350.44º 0.8% 0.55% -
HSV(B) 350.44º 0.78% 0.91% -
XYZ 35.83 20 9.37 -
YUV 107.72 111.8 216.64 -
System Red Green Blue C M Y K H S L
Decimal 232 50 79 0 0.78 0.66 0.09 350.44 0.8 0.55
Hex E8 32 4F 0 4E 42 9 15E 50 37
Octal 350 62 117 0 116 102 11 536 120 67
Binary 11101000 110010 1001111 0 1001110 1000010 1001 101011110 1010000 110111

Color Harmonies of #E8324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8324F

Black with #E8324F

Text Example


Text Example

White with #E8324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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