Html Css Color HEX #E8295C Amaranth

📋 copy color: '#E8295C'

red 232 ◦ green 41 ◦ blue 92

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

Shades of Amaranth #E8295C

Tints of Amaranth #E8295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.23%

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 63.56%
G = 11.23%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E8295C (or 0xE8295C) is known color: Amaranth. HEX triplet: E8, 29 and 5C. RGB value is (232,41,92). Sum of RGB (Red+Green+Blue) = 232+41+92=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E8295C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8295C is #17D6A3. Grayscale: #676767. Windows color (decimal): -1562276 or 6040040. OLE color: 6040040.

HSL color Cylindrical-coordinate representation of color #E8295C: hue angle of 343.98º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8295C is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 41 92 -
CMYK 0 0.82 0.60 0.09
HSL 343.98º 0.81% 0.54% -
HSV(B) 343.98º 0.82% 0.91% -
XYZ 36 19.51 11.99 -
YUV 103.92 121.28 219.35 -
System Red Green Blue C M Y K H S L
Decimal 232 41 92 0 0.82 0.60 0.09 343.98 0.81 0.54
Hex E8 29 5C 0 52 3C 9 158 51 36
Octal 350 51 134 0 122 74 11 530 121 66
Binary 11101000 101001 1011100 0 1010010 111100 1001 101011000 1010001 110110

Color Harmonies of #E8295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8295C

Black with #E8295C

Text Example


Text Example

White with #E8295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8295C; }

 p { color: rgb(232,41,92); }

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

background-color css

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

 a { background-color: rgb(232,41,92); }

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

border-color css

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

 span { border-color: rgb(232,41,92); }

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