#E73148

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

Shades of Amaranth #E73148

Tints of Amaranth #E73148

Color information

#E73148 (or 0xE73148) is unknown color: approx Amaranth. HEX triplet: E7, 31 and 48. RGB value is (231,49,72). Sum of RGB (Red+Green+Blue) = 231+49+72=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E73148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73148 is #18CEB7. Grayscale: #6A6A6A. Windows color (decimal): -1625784 or 4731367. OLE color: 4731367.

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

Color convert

RGB2314972-
CMYK00.790.690.09
HSL352.42º79.13%54.9%-
HSV(B)352.42º78.79%90.59%-
XYZ35.2219.658.07-
YUV106.04108.8217.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 65.62%
GREEN value IS 49 (19.53% from 255) = 13.92%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=65.62%
G=13.92%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231497200.790.690.09352.4279.1354.9
HexE7314804F4591604f37
Octal3476111001171051154011767
Binary11100111110001100100001001111100010110011011000001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73148; }

 p { color: rgb(231,49,72); }

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

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

 a { background-color: rgb(231,49,72); }

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

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

 span { border-color: rgb(231,49,72); }

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