#E52F55

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

Shades of Amaranth #E52F55

Tints of Amaranth #E52F55

Color information

#E52F55 (or 0xE52F55) is unknown color: approx Amaranth. HEX triplet: E5, 2F and 55. RGB value is (229,47,85). Sum of RGB (Red+Green+Blue) = 229+47+85=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52F55 is #1AD0AA. Grayscale: #696969. Windows color (decimal): -1757355 or 5582821. OLE color: 5582821.

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

Color convert

RGB2294785-
CMYK00.790.630.10
HSL347.47º77.78%54.12%-
HSV(B)347.47º79.48%89.8%-
XYZ34.9719.3510.49-
YUV105.75116.3215.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.43%
GREEN value IS 47 (18.75% from 255) = 13.02%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=63.43%
G=13.02%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229478500.790.630.10347.4777.7854.12
HexE52F5504F3FA15b4e36
Octal345571250117771253311666
Binary1110010110111110101010100111111111110101010110111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52F55; }

 p { color: rgb(229,47,85); }

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

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

 a { background-color: rgb(229,47,85); }

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

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

 span { border-color: rgb(229,47,85); }

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