#E52D5A

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

Shades of Amaranth #E52D5A

Tints of Amaranth #E52D5A

Color information

#E52D5A (or 0xE52D5A) is unknown color: approx Amaranth. HEX triplet: E5, 2D and 5A. RGB value is (229,45,90). Sum of RGB (Red+Green+Blue) = 229+45+90=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52D5A is #1AD2A5. Grayscale: #696969. Windows color (decimal): -1757862 or 5909989. OLE color: 5909989.

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

Color convert

RGB2294590-
CMYK00.800.610.10
HSL345.33º77.97%53.73%-
HSV(B)345.33º80.35%89.8%-
XYZ35.119.2711.54-
YUV105.15119.46216.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.91%
GREEN value IS 45 (17.97% from 255) = 12.36%
BLUE value IS 90 (35.55% from 255) = 24.73%
R=62.91%
G=12.36%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229459000.800.610.10345.3377.9753.73
HexE52D5A0503DA1594e36
Octal345551320120751253111666
Binary1110010110110110110100101000011110110101010110011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52D5A; }

 p { color: rgb(229,45,90); }

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

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

 a { background-color: rgb(229,45,90); }

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

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

 span { border-color: rgb(229,45,90); }

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