#E73B50

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

Shades of Amaranth #E73B50

Tints of Amaranth #E73B50

Color information

#E73B50 (or 0xE73B50) is unknown color: approx Amaranth. HEX triplet: E7, 3B and 50. RGB value is (231,59,80). Sum of RGB (Red+Green+Blue) = 231+59+80=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E73B50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73B50 is #18C4AF. Grayscale: #707070. Windows color (decimal): -1623216 or 5258215. OLE color: 5258215.

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

Color convert

RGB2315980-
CMYK00.740.650.09
HSL352.67º78.18%56.86%-
HSV(B)352.67º74.46%90.59%-
XYZ35.9720.79.69-
YUV112.82109.48212.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 62.43%
GREEN value IS 59 (23.44% from 255) = 15.95%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=62.43%
G=15.95%
B=21.62%

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
Decimal231598000.740.650.09352.6778.1856.86
HexE73B5004A4191614e39
Octal3477312001121011154111671
Binary11100111111011101000001001010100000110011011000011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73B50; }

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

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

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

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

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

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

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

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