Html Css Color HEX #E53446 Amaranth

📋 copy color: '#E53446'

red 229 ◦ green 52 ◦ blue 70

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

Shades of Amaranth #E53446

Tints of Amaranth #E53446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.81%

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

R = 65.24%
G = 14.81%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E53446 (or 0xE53446) is known color: Amaranth. HEX triplet: E5, 34 and 46. RGB value is (229,52,70). Sum of RGB (Red+Green+Blue) = 229+52+70=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E53446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53446 is #1ACBB9. Grayscale: #6B6B6B. Windows color (decimal): -1756090 or 4601061. OLE color: 4601061.

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

Color convert

RGB 229 52 70 -
CMYK 0 0.77 0.69 0.10
HSL 353.9º 0.77% 0.55% -
HSV(B) 353.9º 0.77% 0.9% -
XYZ 34.65 19.56 7.74 -
YUV 106.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 229 52 70 0 0.77 0.69 0.10 353.9 0.77 0.55
Hex E5 34 46 0 4D 45 A 162 4D 37
Octal 345 64 106 0 115 105 12 542 115 67
Binary 11100101 110100 1000110 0 1001101 1000101 1010 101100010 1001101 110111

Color Harmonies of #E53446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53446

Black with #E53446

Text Example


Text Example

White with #E53446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53446; }

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

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

background-color css

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

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

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

border-color css

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

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

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