#E54153

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

Shades of Amaranth #E54153

Tints of Amaranth #E54153

Color information

#E54153 (or 0xE54153) is unknown color: approx Amaranth. HEX triplet: E5, 41 and 53. RGB value is (229,65,83). Sum of RGB (Red+Green+Blue) = 229+65+83=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E54153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54153 is #1ABEAC. Grayscale: #747474. Windows color (decimal): -1752749 or 5456357. OLE color: 5456357.

HSL color Cylindrical-coordinate representation of color #E54153: hue angle of 353.41º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54153 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB2296583-
CMYK00.720.640.10
HSL353.41º75.93%57.65%-
HSV(B)353.41º71.62%89.8%-
XYZ35.7621.0610.36-
YUV116.09109.33208.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.74%
GREEN value IS 65 (25.78% from 255) = 17.24%
BLUE value IS 83 (32.81% from 255) = 22.02%
R=60.74%
G=17.24%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229658300.720.640.10353.4175.9357.65
HexE5415304840A1614c3a
Octal34510112301101001254111472
Binary111001011000001101001101001000100000010101011000011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54153; }

 p { color: rgb(229,65,83); }

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

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

 a { background-color: rgb(229,65,83); }

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

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

 span { border-color: rgb(229,65,83); }

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