Html Css Color HEX #E53244 Amaranth

📋 copy color: '#E53244'

red 229 ◦ green 50 ◦ blue 68

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

Shades of Amaranth #E53244

Tints of Amaranth #E53244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.41%

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

R = 65.99%
G = 14.41%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E53244 (or 0xE53244) is known color: Amaranth. HEX triplet: E5, 32 and 44. RGB value is (229,50,68). Sum of RGB (Red+Green+Blue) = 229+50+68=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E53244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53244 is #1ACDBB. Grayscale: #696969. Windows color (decimal): -1756604 or 4469477. OLE color: 4469477.

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

Color convert

RGB 229 50 68 -
CMYK 0 0.78 0.70 0.10
HSL 353.97º 0.77% 0.55% -
HSV(B) 353.97º 0.78% 0.9% -
XYZ 34.5 19.36 7.39 -
YUV 105.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 229 50 68 0 0.78 0.70 0.10 353.97 0.77 0.55
Hex E5 32 44 0 4E 46 A 162 4D 37
Octal 345 62 104 0 116 106 12 542 115 67
Binary 11100101 110010 1000100 0 1001110 1000110 1010 101100010 1001101 110111

Color Harmonies of #E53244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53244

Black with #E53244

Text Example


Text Example

White with #E53244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53244; }

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

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

background-color css

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

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

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

border-color css

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

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

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