#E93E50

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

Shades of Amaranth #E93E50

Tints of Amaranth #E93E50

Color information

#E93E50 (or 0xE93E50) is unknown color: approx Amaranth. HEX triplet: E9, 3E and 50. RGB value is (233,62,80). Sum of RGB (Red+Green+Blue) = 233+62+80=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E93E50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93E50 is #16C1AF. Grayscale: #737373. Windows color (decimal): -1491376 or 5258985. OLE color: 5258985.

HSL color Cylindrical-coordinate representation of color #E93E50: hue angle of 353.68º degrees, saturation: 0.8, 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 #E93E50 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB2336280-
CMYK00.730.660.09
HSL353.68º79.53%57.84%-
HSV(B)353.68º73.39%91.37%-
XYZ36.7721.359.77-
YUV115.18108.15212.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 62.13%
GREEN value IS 62 (24.61% from 255) = 16.53%
BLUE value IS 80 (31.64% from 255) = 21.33%
R=62.13%
G=16.53%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233628000.730.660.09353.6879.5357.84
HexE93E50049429162503a
Octal3517612001111021154212072
Binary11101001111110101000001001001100001010011011000101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93E50; }

 p { color: rgb(233,62,80); }

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

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

 a { background-color: rgb(233,62,80); }

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

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

 span { border-color: rgb(233,62,80); }

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