#E52C54

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

Shades of Amaranth #E52C54

Tints of Amaranth #E52C54

Color information

#E52C54 (or 0xE52C54) is unknown color: approx Amaranth. HEX triplet: E5, 2C and 54. RGB value is (229,44,84). Sum of RGB (Red+Green+Blue) = 229+44+84=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52C54 is #1AD3AB. Grayscale: #676767. Windows color (decimal): -1758124 or 5516517. OLE color: 5516517.

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

Color convert

RGB2294484-
CMYK00.810.630.10
HSL347.03º78.06%53.53%-
HSV(B)347.03º80.79%89.8%-
XYZ34.8119.110.24-
YUV103.88116.79217.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 64.15%
GREEN value IS 44 (17.58% from 255) = 12.32%
BLUE value IS 84 (33.20% from 255) = 23.53%
R=64.15%
G=12.32%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229448400.810.630.10347.0378.0653.53
HexE52C540513FA15b4e36
Octal345541240121771253311666
Binary1110010110110010101000101000111111110101010110111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52C54; }

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

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

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

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

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

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

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

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