#E53B48

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

Shades of Amaranth #E53B48

Tints of Amaranth #E53B48

Color information

#E53B48 (or 0xE53B48) is unknown color: approx Amaranth. HEX triplet: E5, 3B and 48. RGB value is (229,59,72). Sum of RGB (Red+Green+Blue) = 229+59+72=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E53B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53B48 is #1AC4B7. Grayscale: #6F6F6F. Windows color (decimal): -1754296 or 4733925. OLE color: 4733925.

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

Color convert

RGB2295972-
CMYK00.740.690.10
HSL355.41º76.58%56.47%-
HSV(B)355.41º74.24%89.8%-
XYZ35.0520.258.19-
YUV111.31105.82211.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.61%
GREEN value IS 59 (23.44% from 255) = 16.39%
BLUE value IS 72 (28.52% from 255) = 20%
R=63.61%
G=16.39%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229597200.740.690.10355.4176.5856.47
HexE53B4804A45A1634d38
Octal3457311001121051254311570
Binary11100101111011100100001001010100010110101011000111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53B48; }

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

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

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

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

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

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

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

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