#E52B50

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

Shades of Amaranth #E52B50

Tints of Amaranth #E52B50

Color information

#E52B50 (or 0xE52B50) is unknown color: approx Amaranth. HEX triplet: E5, 2B and 50. RGB value is (229,43,80). Sum of RGB (Red+Green+Blue) = 229+43+80=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52B50 is #1AD4AF. Grayscale: #666666. Windows color (decimal): -1758384 or 5254117. OLE color: 5254117.

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

Color convert

RGB2294380-
CMYK00.810.650.10
HSL348.06º78.15%53.33%-
HSV(B)348.06º81.22%89.8%-
XYZ34.6218.969.43-
YUV102.83115.12217.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 65.06%
GREEN value IS 43 (17.19% from 255) = 12.22%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=65.06%
G=12.22%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229438000.810.650.10348.0678.1553.33
HexE52B5005141A15c4e35
Octal3455312001211011253411665
Binary11100101101011101000001010001100000110101010111001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52B50; }

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

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

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

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

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

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

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

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