#E73D50

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

Shades of Amaranth #E73D50

Tints of Amaranth #E73D50

Color information

#E73D50 (or 0xE73D50) is unknown color: approx Amaranth. HEX triplet: E7, 3D and 50. RGB value is (231,61,80). Sum of RGB (Red+Green+Blue) = 231+61+80=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E73D50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73D50 is #18C2AF. Grayscale: #727272. Windows color (decimal): -1622704 or 5258727. OLE color: 5258727.

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

Color convert

RGB2316180-
CMYK00.740.650.09
HSL353.29º77.98%57.25%-
HSV(B)353.29º73.59%90.59%-
XYZ36.0720.919.72-
YUV114108.82211.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 62.10%
GREEN value IS 61 (24.22% from 255) = 16.40%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=62.10%
G=16.40%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231618000.740.650.09353.2977.9857.25
HexE73D5004A4191614e39
Octal3477512001121011154111671
Binary11100111111101101000001001010100000110011011000011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73D50; }

 p { color: rgb(231,61,80); }

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

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

 a { background-color: rgb(231,61,80); }

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

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

 span { border-color: rgb(231,61,80); }

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