#E73C50

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

Shades of Amaranth #E73C50

Tints of Amaranth #E73C50

Color information

#E73C50 (or 0xE73C50) is unknown color: approx Amaranth. HEX triplet: E7, 3C and 50. RGB value is (231,60,80). Sum of RGB (Red+Green+Blue) = 231+60+80=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E73C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73C50 is #18C3AF. Grayscale: #717171. Windows color (decimal): -1622960 or 5258471. OLE color: 5258471.

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

Color convert

RGB2316080-
CMYK00.740.650.09
HSL352.98º78.08%57.06%-
HSV(B)352.98º74.03%90.59%-
XYZ36.0220.89.71-
YUV113.41109.15211.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 62.26%
GREEN value IS 60 (23.83% from 255) = 16.17%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=62.26%
G=16.17%
B=21.56%

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
Decimal231608000.740.650.09352.9878.0857.06
HexE73C5004A4191614e39
Octal3477412001121011154111671
Binary11100111111100101000001001010100000110011011000011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73C50; }

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

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

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

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

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

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

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

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