#EB3E58

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

Shades of Amaranth #EB3E58

Tints of Amaranth #EB3E58

Color information

#EB3E58 (or 0xEB3E58) is unknown color: approx Amaranth. HEX triplet: EB, 3E and 58. RGB value is (235,62,88). Sum of RGB (Red+Green+Blue) = 235+62+88=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3E58 is #14C1A7. Grayscale: #747474. Windows color (decimal): -1360296 or 5783275. OLE color: 5783275.

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

Color convert

RGB2356288-
CMYK00.740.630.08
HSL350.98º81.22%58.24%-
HSV(B)350.98º73.62%92.16%-
XYZ37.7521.8111.45-
YUV116.69111.81212.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.04%
GREEN value IS 62 (24.61% from 255) = 16.10%
BLUE value IS 88 (34.77% from 255) = 22.86%
R=61.04%
G=16.10%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235628800.740.630.08350.9881.2258.24
HexEB3E5804A3F815f513a
Octal353761300112771053712172
Binary1110101111111010110000100101011111110001010111111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3E58; }

 p { color: rgb(235,62,88); }

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

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

 a { background-color: rgb(235,62,88); }

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

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

 span { border-color: rgb(235,62,88); }

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