Html Css Color HEX #E53145 Amaranth

📋 copy color: '#E53145'

red 229 ◦ green 49 ◦ blue 69

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

Shades of Amaranth #E53145

Tints of Amaranth #E53145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.88%

R = 65.99%
G = 14.12%
B = 19.88%

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

#E53145 (or 0xE53145) is known color: Amaranth. HEX triplet: E5, 31 and 45. RGB value is (229,49,69). Sum of RGB (Red+Green+Blue) = 229+49+69=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E53145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53145 is #1ACEBA. Grayscale: #696969. Windows color (decimal): -1756859 or 4534757. OLE color: 4534757.

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

Color convert

RGB 229 49 69 -
CMYK 0 0.79 0.70 0.10
HSL 353.33º 0.78% 0.55% -
HSV(B) 353.33º 0.79% 0.9% -
XYZ 34.49 19.28 7.53 -
YUV 105.1 107.63 216.37 -
System Red Green Blue C M Y K H S L
Decimal 229 49 69 0 0.79 0.70 0.10 353.33 0.78 0.55
Hex E5 31 45 0 4F 46 A 161 4E 37
Octal 345 61 105 0 117 106 12 541 116 67
Binary 11100101 110001 1000101 0 1001111 1000110 1010 101100001 1001110 110111

Color Harmonies of #E53145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53145

Black with #E53145

Text Example


Text Example

White with #E53145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53145; }

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

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

background-color css

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

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

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

border-color css

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

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

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