Html Css Color HEX #E53346 Amaranth

📋 copy color: '#E53346'

red 229 ◦ green 51 ◦ blue 70

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

Shades of Amaranth #E53346

Tints of Amaranth #E53346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.57%

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

R = 65.43%
G = 14.57%
B = 20%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E53346 (or 0xE53346) is known color: Amaranth. HEX triplet: E5, 33 and 46. RGB value is (229,51,70). Sum of RGB (Red+Green+Blue) = 229+51+70=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E53346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53346 is #1ACCB9. Grayscale: #6A6A6A. Windows color (decimal): -1756346 or 4600805. OLE color: 4600805.

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

Color convert

RGB 229 51 70 -
CMYK 0 0.78 0.69 0.10
HSL 353.6º 0.77% 0.55% -
HSV(B) 353.6º 0.78% 0.9% -
XYZ 34.6 19.47 7.73 -
YUV 106.39 107.47 215.46 -
System Red Green Blue C M Y K H S L
Decimal 229 51 70 0 0.78 0.69 0.10 353.6 0.77 0.55
Hex E5 33 46 0 4E 45 A 162 4D 37
Octal 345 63 106 0 116 105 12 542 115 67
Binary 11100101 110011 1000110 0 1001110 1000101 1010 101100010 1001101 110111

Color Harmonies of #E53346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53346

Black with #E53346

Text Example


Text Example

White with #E53346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53346; }

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

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

background-color css

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

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

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

border-color css

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

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

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