Html Css Color HEX #E52E49 Amaranth

📋 copy color: '#E52E49'

red 229 ◦ green 46 ◦ blue 73

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

Shades of Amaranth #E52E49

Tints of Amaranth #E52E49

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.22%

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 65.8%
G = 13.22%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E52E49 (or 0xE52E49) is known color: Amaranth. HEX triplet: E5, 2E and 49. RGB value is (229,46,73). Sum of RGB (Red+Green+Blue) = 229+46+73=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52E49 is #1AD1B6. Grayscale: #676767. Windows color (decimal): -1757623 or 4796133. OLE color: 4796133.

HSL color Cylindrical-coordinate representation of color #E52E49: hue angle of 351.15º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52E49 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 46 73 -
CMYK 0 0.80 0.68 0.10
HSL 351.15º 0.78% 0.54% -
HSV(B) 351.15º 0.8% 0.9% -
XYZ 34.49 19.09 8.17 -
YUV 103.8 110.63 217.3 -
System Red Green Blue C M Y K H S L
Decimal 229 46 73 0 0.80 0.68 0.10 351.15 0.78 0.54
Hex E5 2E 49 0 50 44 A 15F 4E 36
Octal 345 56 111 0 120 104 12 537 116 66
Binary 11100101 101110 1001001 0 1010000 1000100 1010 101011111 1001110 110110

Color Harmonies of #E52E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52E49

Black with #E52E49

Text Example


Text Example

White with #E52E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52E49; }

 p { color: rgb(229,46,73); }

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

background-color css

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

 a { background-color: rgb(229,46,73); }

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

border-color css

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

 span { border-color: rgb(229,46,73); }

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