Html Css Color HEX #E5294D Amaranth

📋 copy color: '#E5294D'

red 229 ◦ green 41 ◦ blue 77

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

Shades of Amaranth #E5294D

Tints of Amaranth #E5294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.19%

R = 65.99%
G = 11.82%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5294D (or 0xE5294D) is known color: Amaranth. HEX triplet: E5, 29 and 4D. RGB value is (229,41,77). Sum of RGB (Red+Green+Blue) = 229+41+77=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E5294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5294D is #1AD6B2. Grayscale: #656565. Windows color (decimal): -1758899 or 5056997. OLE color: 5056997.

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

Color convert

RGB 229 41 77 -
CMYK 0 0.82 0.66 0.10
HSL 348.51º 0.78% 0.53% -
HSV(B) 348.51º 0.82% 0.9% -
XYZ 34.45 18.78 8.83 -
YUV 101.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 229 41 77 0 0.82 0.66 0.10 348.51 0.78 0.53
Hex E5 29 4D 0 52 42 A 15D 4E 35
Octal 345 51 115 0 122 102 12 535 116 65
Binary 11100101 101001 1001101 0 1010010 1000010 1010 101011101 1001110 110101

Color Harmonies of #E5294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5294D

Black with #E5294D

Text Example


Text Example

White with #E5294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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