#e52d48

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

Shades of Amaranth #E52D48

Tints of Amaranth #E52D48

Color information

#E52D48 (or 0xE52D48) is unknown color: approx Amaranth. HEX triplet: E5, 2D and 48. RGB value is (229,45,72). Sum of RGB (Red+Green+Blue) = 229+45+72=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52D48 is #1AD2B7. Grayscale: #676767. Windows color (decimal): -1757880 or 4730341. OLE color: 4730341.

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

Color convert

RGB2294572-
CMYK00.800.690.10
HSL351.2º77.97%53.73%-
HSV(B)351.2º80.35%89.8%-
XYZ34.42197.98-
YUV103.09110.46217.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 66.18%
GREEN value IS 45 (17.97% from 255) = 13.01%
BLUE value IS 72 (28.52% from 255) = 20.81%
R=66.18%
G=13.01%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229457200.800.690.10351.277.9753.73
HexE52D4805045A15f4e36
Octal3455511001201051253711666
Binary11100101101101100100001010000100010110101010111111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e52d48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e52d48; }

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

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

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

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

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

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

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

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