Html Css Color HEX #E52944 Amaranth

📋 copy color: '#E52944'

red 229 ◦ green 41 ◦ blue 68

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

Shades of Amaranth #E52944

Tints of Amaranth #E52944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.12%

R = 67.75%
G = 12.13%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E52944 (or 0xE52944) is known color: Amaranth. HEX triplet: E5, 29 and 44. RGB value is (229,41,68). Sum of RGB (Red+Green+Blue) = 229+41+68=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E52944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52944 is #1AD6BB. Grayscale: #646464. Windows color (decimal): -1758908 or 4467173. OLE color: 4467173.

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

Color convert

RGB 229 41 68 -
CMYK 0 0.82 0.70 0.10
HSL 351.38º 0.78% 0.53% -
HSV(B) 351.38º 0.82% 0.9% -
XYZ 34.15 18.66 7.27 -
YUV 100.29 109.78 219.8 -
System Red Green Blue C M Y K H S L
Decimal 229 41 68 0 0.82 0.70 0.10 351.38 0.78 0.53
Hex E5 29 44 0 52 46 A 15F 4E 35
Octal 345 51 104 0 122 106 12 537 116 65
Binary 11100101 101001 1000100 0 1010010 1000110 1010 101011111 1001110 110101

Color Harmonies of #E52944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52944

Black with #E52944

Text Example


Text Example

White with #E52944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52944; }

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

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

background-color css

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

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

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

border-color css

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

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

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