Html Css Color HEX #E8324E Amaranth

📋 copy color: '#E8324E'

red 232 ◦ green 50 ◦ blue 78

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

Shades of Amaranth #E8324E

Tints of Amaranth #E8324E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.67%

R = 64.44%
G = 13.89%
B = 21.67%

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

#E8324E (or 0xE8324E) is known color: Amaranth. HEX triplet: E8, 32 and 4E. RGB value is (232,50,78). Sum of RGB (Red+Green+Blue) = 232+50+78=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8324E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8324E is #17CDB1. Grayscale: #6B6B6B. Windows color (decimal): -1559986 or 5124840. OLE color: 5124840.

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

Color convert

RGB 232 50 78 -
CMYK 0 0.78 0.66 0.09
HSL 350.77º 0.8% 0.55% -
HSV(B) 350.77º 0.78% 0.91% -
XYZ 35.79 19.99 9.18 -
YUV 107.61 111.3 216.72 -
System Red Green Blue C M Y K H S L
Decimal 232 50 78 0 0.78 0.66 0.09 350.77 0.8 0.55
Hex E8 32 4E 0 4E 42 9 15F 50 37
Octal 350 62 116 0 116 102 11 537 120 67
Binary 11101000 110010 1001110 0 1001110 1000010 1001 101011111 1010000 110111

Color Harmonies of #E8324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8324E

Black with #E8324E

Text Example


Text Example

White with #E8324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8324E; }

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

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

background-color css

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

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

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

border-color css

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

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

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