COLOR #EB57A5

HEX: #EB57A5
RGB: (235,87,165)

Color info

#EB57A5 contains mainly red color. Web safe color of #EB57A5 is #FF6699 (or #F69).

RGB color model

#EB57A5 color RGB value is (235,87,165).

  • red value is 235;
  • green value is 87;
  • blue value is 165.
RGB:
(235,87,165)
(92%,34%,65%)

RGB channels and saturation

R 235 of 255 = 92%
G 87 of 255 = 34%
B 165 of 255 = 65%

235
87
165

R + G + B ~ 64%. #EB57A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 87 + 165 = 487 (100%)
R 235 of 487 ~ 48.25%
G 87 of 487 ~ 17.86%
B 165 of 487 ~ 33.88%

%48.25
%17.86
%33.88

CMYK color model

#EB57A5 color CMYK value is (0,63,30,8).

  • cyan value is 0.00%
  • magenta value is 62.98%
  • yellow value is 29.79%
  • key color value is 7.84%
CMYK:
(0,63,30,8)
C0M63Y30K8 
(0%,63%,30%,8%)
(0.00/0.63/0.30/0.08)	

CMYK percentages

%0
%62.98
%29.79
%7.84

Codes

Color #EB57A5 in popluar color models

EB57A5
RGB23587165
HSL328°78.72%63.14%
HSB/HSV328°62.98%92.16%
CMYK0.00%62.98%29.79%
7.84%

Color #EB57A5 in popluar number systems.

HEXEB57A5
Decimal23587165
Binary11101011101011110100101
Octal353127245

Shades and tints

Shades of #EB57A5

#EB57A5
(235,87,165)
#D65096
(214,80,150)
#C14987
(193,73,135)
#AC4278
(172,66,120)
#973B69
(151,59,105)
#82345A
(130,52,90)
#6D2D4B
(109,45,75)
#58263C
(88,38,60)
#431F2D
(67,31,45)
#2E181E
(46,24,30)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #EB57A5

#EB57A5
(235,87,165)
#EC66AD
(236,102,173)
#ED75B5
(237,117,181)
#EE84BD
(238,132,189)
#EF93C5
(239,147,197)
#F0A2CD
(240,162,205)
#F1B1D5
(241,177,213)
#F2C0DD
(242,192,221)
#F3CFE5
(243,207,229)
#F4DEED
(244,222,237)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB57A5 color. Also use rgb(235,87,165) instead hex code.

Text Font Color

.myTextColor { color: #EB57A5; }

<p style="color:#EB57A5">This sample text font color is #EB57A5.</p>

This text font color is #EB57A5.


Background Color

.myBgColor { background-color: #EB57A5; }

<div style="background-color:#EB57A5">Inner text</div>

This div background color is #EB57A5.


Border color

.myBorderColor { border: 1px solid #EB57A5; }

<div style="border:3px solid #EB57A5">Div</div>

This div border color is #EB57A5.


Opacity

.myOpacity80 { color: #EB57A5; opacity: 0.8; }

<p style="color:#EB57A5;opacity:0.8;">80%</p>

Text with #EB57A5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EB57A5;}

<p style="text-shadow: 3px 3px 1px #EB57A5">Text here.</p>

This text has shadow with #EB57A5 color.

.textShadow {text-shadow: 3px 3px 1px #EB57A5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EB57A5, 5px 5px 20px red">Text here.</p>

This text has shadow with #EB57A5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB57A5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EB57A5, Direction=45, Strength=4)">Text</p>

This text has shadow with #EB57A5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EB57A5;
  -webkit-box-shadow:	1px 1px 3px 2px #EB57A5;
  box-shadow:		1px 1px 3px 2px #EB57A5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB57A5;
-webkit-box-shadow: 1px 1px 3px 2px #EB57A5;
box-shadow:1px 1px 3px 2px #EB57A5;">
Div content here</div>
This div box has shadow with color #EB57A5.

Preview

Color preview on black background

This text has color #EB57A5 on black background.


Color preview on white background

This text has color #EB57A5 on white background.



Black color preview on #EB57A5 background

This text has black color on #EB57A5 background.


White color preview on #EB57A5 background

This text has white color on #EB57A5 background.