#E52753

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

Shades of Amaranth #E52753

Tints of Amaranth #E52753

Color information

#E52753 (or 0xE52753) is unknown color: approx Amaranth. HEX triplet: E5, 27 and 53. RGB value is (229,39,83). Sum of RGB (Red+Green+Blue) = 229+39+83=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E52753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52753 is #1AD8AC. Grayscale: #646464. Windows color (decimal): -1759405 or 5449701. OLE color: 5449701.

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

Color convert

RGB2293983-
CMYK00.830.640.10
HSL346.11º78.51%52.55%-
HSV(B)346.11º82.97%89.8%-
XYZ34.618.739.98-
YUV100.83117.95219.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 65.24%
GREEN value IS 39 (15.62% from 255) = 11.11%
BLUE value IS 83 (32.81% from 255) = 23.65%
R=65.24%
G=11.11%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229398300.830.640.10346.1178.5152.55
HexE5275305340A15a4f35
Octal3454712301231001253211765
Binary11100101100111101001101010011100000010101010110101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52753; }

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

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

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

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

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

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

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

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