#e53656

Color #E53656 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #E53656

Tints of Amaranth #E53656

Color information

#E53656 (or 0xE53656) is unknown color: approx Amaranth. HEX triplet: E5, 36 and 56. RGB value is (229,54,86). Sum of RGB (Red+Green+Blue) = 229+54+86=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E53656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53656 is #1AC9A9. Grayscale: #6E6E6E. Windows color (decimal): -1755562 or 5650149. OLE color: 5650149.

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

Color convert

RGB2295486-
CMYK00.760.620.10
HSL349.03º77.09%55.49%-
HSV(B)349.03º76.42%89.8%-
XYZ35.3119.9710.8-
YUV109.97114.48212.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.06%
GREEN value IS 54 (21.48% from 255) = 14.63%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=62.06%
G=14.63%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229548600.760.620.10349.0377.0955.49
HexE5365604C3EA15d4d37
Octal345661260114761253511567
Binary1110010111011010101100100110011111010101010111011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e53656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e53656; }

 p { color: rgb(229,54,86); }

 H1.HeaderClassName
 {
   color: #e53656;
 }
 .AnyTagClassName
 {
   color: #e53656;
 }
</style>
background-color css

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

 a { background-color: rgb(229,54,86); }

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

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

 span { border-color: rgb(229,54,86); }

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