Html Css Color HEX #E53146 Amaranth

📋 copy color: '#E53146'

red 229 ◦ green 49 ◦ blue 70

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

Shades of Amaranth #E53146

Tints of Amaranth #E53146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 65.8%
G = 14.08%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E53146 (or 0xE53146) is known color: Amaranth. HEX triplet: E5, 31 and 46. RGB value is (229,49,70). Sum of RGB (Red+Green+Blue) = 229+49+70=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E53146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53146 is #1ACEB9. Grayscale: #696969. Windows color (decimal): -1756858 or 4600293. OLE color: 4600293.

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

Color convert

RGB 229 49 70 -
CMYK 0 0.79 0.69 0.10
HSL 353º 0.78% 0.55% -
HSV(B) 353º 0.79% 0.9% -
XYZ 34.52 19.3 7.7 -
YUV 105.21 108.13 216.29 -
System Red Green Blue C M Y K H S L
Decimal 229 49 70 0 0.79 0.69 0.10 353 0.78 0.55
Hex E5 31 46 0 4F 45 A 161 4E 37
Octal 345 61 106 0 117 105 12 541 116 67
Binary 11100101 110001 1000110 0 1001111 1000101 1010 101100001 1001110 110111

Color Harmonies of #E53146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53146

Black with #E53146

Text Example


Text Example

White with #E53146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53146; }

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

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

background-color css

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

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

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

border-color css

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

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

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