Html Css Color HEX #E5294C Amaranth

📋 copy color: '#E5294C'

red 229 ◦ green 41 ◦ blue 76

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

Shades of Amaranth #E5294C

Tints of Amaranth #E5294C

RGB

 RED value IS 229 (89.84% from 255) = 66.18%

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

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 66.18%
G = 11.85%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5294C (or 0xE5294C) is known color: Amaranth. HEX triplet: E5, 29 and 4C. RGB value is (229,41,76). Sum of RGB (Red+Green+Blue) = 229+41+76=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E5294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5294C is #1AD6B3. Grayscale: #656565. Windows color (decimal): -1758900 or 4991461. OLE color: 4991461.

HSL color Cylindrical-coordinate representation of color #E5294C: hue angle of 348.83º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5294C is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 41 76 -
CMYK 0 0.82 0.67 0.10
HSL 348.83º 0.78% 0.53% -
HSV(B) 348.83º 0.82% 0.9% -
XYZ 34.41 18.77 8.65 -
YUV 101.2 113.78 219.15 -
System Red Green Blue C M Y K H S L
Decimal 229 41 76 0 0.82 0.67 0.10 348.83 0.78 0.53
Hex E5 29 4C 0 52 43 A 15D 4E 35
Octal 345 51 114 0 122 103 12 535 116 65
Binary 11100101 101001 1001100 0 1010010 1000011 1010 101011101 1001110 110101

Color Harmonies of #E5294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5294C

Black with #E5294C

Text Example


Text Example

White with #E5294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5294C; }

 p { color: rgb(229,41,76); }

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

background-color css

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

 a { background-color: rgb(229,41,76); }

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

border-color css

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

 span { border-color: rgb(229,41,76); }

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