#E53052

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

Shades of Amaranth #E53052

Tints of Amaranth #E53052

Color information

#E53052 (or 0xE53052) is unknown color: approx Amaranth. HEX triplet: E5, 30 and 52. RGB value is (229,48,82). Sum of RGB (Red+Green+Blue) = 229+48+82=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E53052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53052 is #1ACFAD. Grayscale: #6A6A6A. Windows color (decimal): -1757102 or 5386469. OLE color: 5386469.

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

Color convert

RGB2294882-
CMYK00.790.640.10
HSL348.73º77.68%54.31%-
HSV(B)348.73º79.04%89.8%-
XYZ34.8919.389.88-
YUV106114.47215.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.79%
GREEN value IS 48 (19.14% from 255) = 13.37%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=63.79%
G=13.37%
B=22.84%

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
Decimal229488200.790.640.10348.7377.6854.31
HexE5305204F40A15d4e36
Octal3456012201171001253511666
Binary11100101110000101001001001111100000010101010111011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53052; }

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

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

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

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

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

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

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

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