#e52b48

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

Shades of Amaranth #E52B48

Tints of Amaranth #E52B48

Color information

#E52B48 (or 0xE52B48) is unknown color: approx Amaranth. HEX triplet: E5, 2B and 48. RGB value is (229,43,72). Sum of RGB (Red+Green+Blue) = 229+43+72=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52B48 is #1AD4B7. Grayscale: #656565. Windows color (decimal): -1758392 or 4729829. OLE color: 4729829.

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

Color convert

RGB2294372-
CMYK00.810.690.10
HSL350.65º78.15%53.33%-
HSV(B)350.65º81.22%89.8%-
XYZ34.3518.857.96-
YUV101.92111.12218.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 66.57%
GREEN value IS 43 (17.19% from 255) = 12.5%
BLUE value IS 72 (28.52% from 255) = 20.93%
R=66.57%
G=12.5%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229437200.810.690.10350.6578.1553.33
HexE52B4805145A15f4e35
Octal3455311001211051253711665
Binary11100101101011100100001010001100010110101010111111001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e52b48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e52b48; }

 p { color: rgb(229,43,72); }

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

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

 a { background-color: rgb(229,43,72); }

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

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

 span { border-color: rgb(229,43,72); }

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