#EB4057

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

Shades of Amaranth #EB4057

Tints of Amaranth #EB4057

Color information

#EB4057 (or 0xEB4057) is unknown color: approx Amaranth. HEX triplet: EB, 40 and 57. RGB value is (235,64,87). Sum of RGB (Red+Green+Blue) = 235+64+87=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4057 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4057 is #14BFA8. Grayscale: #757575. Windows color (decimal): -1359785 or 5718251. OLE color: 5718251.

HSL color Cylindrical-coordinate representation of color #EB4057: hue angle of 351.93º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB4057 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB2356487-
CMYK00.730.630.08
HSL351.93º81.04%58.63%-
HSV(B)351.93º72.77%92.16%-
XYZ37.8122.0211.27-
YUV117.75110.65211.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.88%
GREEN value IS 64 (25.39% from 255) = 16.58%
BLUE value IS 87 (34.38% from 255) = 22.54%
R=60.88%
G=16.58%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235648700.730.630.08351.9381.0458.63
HexEB40570493F8160513b
Octal3531001270111771054012173
Binary11101011100000010101110100100111111110001011000001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4057; }

 p { color: rgb(235,64,87); }

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

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

 a { background-color: rgb(235,64,87); }

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

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

 span { border-color: rgb(235,64,87); }

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