#E93B59

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

Shades of Amaranth #E93B59

Tints of Amaranth #E93B59

Color information

#E93B59 (or 0xE93B59) is unknown color: approx Amaranth. HEX triplet: E9, 3B and 59. RGB value is (233,59,89). Sum of RGB (Red+Green+Blue) = 233+59+89=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E93B59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93B59 is #16C4A6. Grayscale: #727272. Windows color (decimal): -1492135 or 5848041. OLE color: 5848041.

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

Color convert

RGB2335989-
CMYK00.750.620.09
HSL349.66º79.82%57.25%-
HSV(B)349.66º74.68%91.37%-
XYZ36.9721.1711.59-
YUV114.45113.65212.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 61.15%
GREEN value IS 59 (23.44% from 255) = 15.49%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=61.15%
G=15.49%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233598900.750.620.09349.6679.8257.25
HexE93B5904B3E915e5039
Octal351731310113761153612071
Binary1110100111101110110010100101111111010011010111101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93B59; }

 p { color: rgb(233,59,89); }

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

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

 a { background-color: rgb(233,59,89); }

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

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

 span { border-color: rgb(233,59,89); }

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