#E53551

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

Shades of Amaranth #E53551

Tints of Amaranth #E53551

Color information

#E53551 (or 0xE53551) is unknown color: approx Amaranth. HEX triplet: E5, 35 and 51. RGB value is (229,53,81). Sum of RGB (Red+Green+Blue) = 229+53+81=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E53551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53551 is #1ACAAE. Grayscale: #6C6C6C. Windows color (decimal): -1755823 or 5322213. OLE color: 5322213.

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

Color convert

RGB2295381-
CMYK00.770.650.10
HSL350.45º77.19%55.29%-
HSV(B)350.45º76.86%89.8%-
XYZ35.0719.89.76-
YUV108.82112.31213.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.09%
GREEN value IS 53 (21.09% from 255) = 14.60%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=63.09%
G=14.60%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229538100.770.650.10350.4577.1955.29
HexE5355104D41A15e4d37
Octal3456512101151011253611567
Binary11100101110101101000101001101100000110101010111101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53551; }

 p { color: rgb(229,53,81); }

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

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

 a { background-color: rgb(229,53,81); }

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

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

 span { border-color: rgb(229,53,81); }

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