#E53448

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

Shades of Amaranth #E53448

Tints of Amaranth #E53448

Color information

#E53448 (or 0xE53448) is unknown color: approx Amaranth. HEX triplet: E5, 34 and 48. RGB value is (229,52,72). Sum of RGB (Red+Green+Blue) = 229+52+72=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E53448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53448 is #1ACBB7. Grayscale: #6B6B6B. Windows color (decimal): -1756088 or 4732133. OLE color: 4732133.

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

Color convert

RGB2295272-
CMYK00.770.690.10
HSL353.22º77.29%55.1%-
HSV(B)353.22º77.29%89.8%-
XYZ34.7119.588.08-
YUV107.2108.14214.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 64.87%
GREEN value IS 52 (20.70% from 255) = 14.73%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=64.87%
G=14.73%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229527200.770.690.10353.2277.2955.1
HexE5344804D45A1614d37
Octal3456411001151051254111567
Binary11100101110100100100001001101100010110101011000011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53448; }

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

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

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

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

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

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

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

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