#E73F55

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

Shades of Amaranth #E73F55

Tints of Amaranth #E73F55

Color information

#E73F55 (or 0xE73F55) is unknown color: approx Amaranth. HEX triplet: E7, 3F and 55. RGB value is (231,63,85). Sum of RGB (Red+Green+Blue) = 231+63+85=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E73F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73F55 is #18C0AA. Grayscale: #737373. Windows color (decimal): -1622187 or 5586919. OLE color: 5586919.

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

Color convert

RGB2316385-
CMYK00.730.630.09
HSL352.14º77.78%57.65%-
HSV(B)352.14º72.73%90.59%-
XYZ36.3721.210.77-
YUV115.74110.66210.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 60.95%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=60.95%
G=16.62%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231638500.730.630.09352.1477.7857.65
HexE73F550493F91604e3a
Octal347771250111771154011672
Binary1110011111111110101010100100111111110011011000001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73F55; }

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

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

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

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

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

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

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

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