#E52C53

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

Shades of Amaranth #E52C53

Tints of Amaranth #E52C53

Color information

#E52C53 (or 0xE52C53) is unknown color: approx Amaranth. HEX triplet: E5, 2C and 53. RGB value is (229,44,83). Sum of RGB (Red+Green+Blue) = 229+44+83=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52C53 is #1AD3AC. Grayscale: #676767. Windows color (decimal): -1758125 or 5450981. OLE color: 5450981.

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

Color convert

RGB2294483-
CMYK00.810.640.10
HSL347.35º78.06%53.53%-
HSV(B)347.35º80.79%89.8%-
XYZ34.7819.0810.03-
YUV103.76116.29217.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 64.33%
GREEN value IS 44 (17.58% from 255) = 12.36%
BLUE value IS 83 (32.81% from 255) = 23.31%
R=64.33%
G=12.36%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229448300.810.640.10347.3578.0653.53
HexE52C5305140A15b4e36
Octal3455412301211001253311666
Binary11100101101100101001101010001100000010101010110111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52C53; }

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

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

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

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

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

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

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

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