#E73555

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

Shades of Amaranth #E73555

Tints of Amaranth #E73555

Color information

#E73555 (or 0xE73555) is unknown color: approx Amaranth. HEX triplet: E7, 35 and 55. RGB value is (231,53,85). Sum of RGB (Red+Green+Blue) = 231+53+85=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E73555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73555 is #18CAAA. Grayscale: #6D6D6D. Windows color (decimal): -1624747 or 5584359. OLE color: 5584359.

HSL color Cylindrical-coordinate representation of color #E73555: hue angle of 349.21º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E73555 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB2315385-
CMYK00.770.630.09
HSL349.21º78.76%55.69%-
HSV(B)349.21º77.06%90.59%-
XYZ35.8720.1910.6-
YUV109.87113.97214.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 62.60%
GREEN value IS 53 (21.09% from 255) = 14.36%
BLUE value IS 85 (33.59% from 255) = 23.04%
R=62.60%
G=14.36%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231538500.770.630.09349.2178.7655.69
HexE7355504D3F915d4f38
Octal347651250115771153511770
Binary1110011111010110101010100110111111110011010111011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73555; }

 p { color: rgb(231,53,85); }

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

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

 a { background-color: rgb(231,53,85); }

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

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

 span { border-color: rgb(231,53,85); }

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