Html Css Color HEX #E5294A Amaranth

📋 copy color: '#E5294A'

red 229 ◦ green 41 ◦ blue 74

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

Shades of Amaranth #E5294A

Tints of Amaranth #E5294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 66.57%
G = 11.92%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5294A (or 0xE5294A) is known color: Amaranth. HEX triplet: E5, 29 and 4A. RGB value is (229,41,74). Sum of RGB (Red+Green+Blue) = 229+41+74=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E5294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5294A is #1AD6B5. Grayscale: #656565. Windows color (decimal): -1758902 or 4860389. OLE color: 4860389.

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

Color convert

RGB 229 41 74 -
CMYK 0 0.82 0.68 0.10
HSL 349.47º 0.78% 0.53% -
HSV(B) 349.47º 0.82% 0.9% -
XYZ 34.34 18.74 8.29 -
YUV 100.97 112.78 219.32 -
System Red Green Blue C M Y K H S L
Decimal 229 41 74 0 0.82 0.68 0.10 349.47 0.78 0.53
Hex E5 29 4A 0 52 44 A 15D 4E 35
Octal 345 51 112 0 122 104 12 535 116 65
Binary 11100101 101001 1001010 0 1010010 1000100 1010 101011101 1001110 110101

Color Harmonies of #E5294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5294A

Black with #E5294A

Text Example


Text Example

White with #E5294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5294A; }

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

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

background-color css

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

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

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

border-color css

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

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

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