#E53053

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

Shades of Amaranth #E53053

Tints of Amaranth #E53053

Color information

#E53053 (or 0xE53053) is unknown color: approx Amaranth. HEX triplet: E5, 30 and 53. RGB value is (229,48,83). Sum of RGB (Red+Green+Blue) = 229+48+83=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E53053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53053 is #1ACFAC. Grayscale: #6A6A6A. Windows color (decimal): -1757101 or 5452005. OLE color: 5452005.

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

Color convert

RGB2294883-
CMYK00.790.640.10
HSL348.4º77.68%54.31%-
HSV(B)348.4º79.04%89.8%-
XYZ34.9319.410.09-
YUV106.11114.97215.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.61%
GREEN value IS 48 (19.14% from 255) = 13.33%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=63.61%
G=13.33%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229488300.790.640.10348.477.6854.31
HexE5305304F40A15c4e36
Octal3456012301171001253411666
Binary11100101110000101001101001111100000010101010111001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53053; }

 p { color: rgb(229,48,83); }

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

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

 a { background-color: rgb(229,48,83); }

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

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

 span { border-color: rgb(229,48,83); }

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