Html Css Color HEX #E53144 Amaranth

📋 copy color: '#E53144'

red 229 ◦ green 49 ◦ blue 68

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

Shades of Amaranth #E53144

Tints of Amaranth #E53144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.16%

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

R = 66.18%
G = 14.16%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E53144 (or 0xE53144) is known color: Amaranth. HEX triplet: E5, 31 and 44. RGB value is (229,49,68). Sum of RGB (Red+Green+Blue) = 229+49+68=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E53144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53144 is #1ACEBB. Grayscale: #696969. Windows color (decimal): -1756860 or 4469221. OLE color: 4469221.

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

Color convert

RGB 229 49 68 -
CMYK 0 0.79 0.70 0.10
HSL 353.67º 0.78% 0.55% -
HSV(B) 353.67º 0.79% 0.9% -
XYZ 34.45 19.27 7.37 -
YUV 104.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 229 49 68 0 0.79 0.70 0.10 353.67 0.78 0.55
Hex E5 31 44 0 4F 46 A 162 4E 37
Octal 345 61 104 0 117 106 12 542 116 67
Binary 11100101 110001 1000100 0 1001111 1000110 1010 101100010 1001110 110111

Color Harmonies of #E53144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53144

Black with #E53144

Text Example


Text Example

White with #E53144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53144; }

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

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

background-color css

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

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

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

border-color css

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

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

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