#E93B56

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

Shades of Amaranth #E93B56

Tints of Amaranth #E93B56

Color information

#E93B56 (or 0xE93B56) is unknown color: approx Amaranth. HEX triplet: E9, 3B and 56. RGB value is (233,59,86). Sum of RGB (Red+Green+Blue) = 233+59+86=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E93B56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93B56 is #16C4A9. Grayscale: #727272. Windows color (decimal): -1492138 or 5651433. OLE color: 5651433.

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

Color convert

RGB2335986-
CMYK00.750.630.09
HSL350.69º79.82%57.25%-
HSV(B)350.69º74.68%91.37%-
XYZ36.8521.1210.94-
YUV114.1112.15212.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 61.64%
GREEN value IS 59 (23.44% from 255) = 15.61%
BLUE value IS 86 (33.98% from 255) = 22.75%
R=61.64%
G=15.61%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233598600.750.630.09350.6979.8257.25
HexE93B5604B3F915f5039
Octal351731260113771153712071
Binary1110100111101110101100100101111111110011010111111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93B56; }

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

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

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

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

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

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

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

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