COLOR #EB9EC1

HEX: #EB9EC1
RGB: (235,158,193)

Color info

#EB9EC1 contains mainly red and blue colors. Web safe color of #EB9EC1 is #FF99CC (or #F9C).

RGB color model

#EB9EC1 color RGB value is (235,158,193).

  • red value is 235;
  • green value is 158;
  • blue value is 193.
RGB:
(235,158,193)
(92%,62%,76%)

RGB channels and saturation

R 235 of 255 = 92%
G 158 of 255 = 62%
B 193 of 255 = 76%

235
158
193

R + G + B ~ 77%. #EB9EC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 158 + 193 = 586 (100%)
R 235 of 586 ~ 40.1%
G 158 of 586 ~ 26.96%
B 193 of 586 ~ 32.94%

%40.1
%26.96
%32.94

CMYK color model

#EB9EC1 color CMYK value is (0,33,18,8).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 17.87%
  • key color value is 7.84%
CMYK:
(0,33,18,8)
C0M33Y18K8 
(0%,33%,18%,8%)
(0.00/0.33/0.18/0.08)	

CMYK percentages

%0
%32.77
%17.87
%7.84

Codes

Color #EB9EC1 in popluar color models

EB9EC1
RGB235158193
HSL333°65.81%77.06%
HSB/HSV333°32.77%92.16%
CMYK0.00%32.77%17.87%
7.84%

Color #EB9EC1 in popluar number systems.

HEXEB9EC1
Decimal235158193
Binary111010111001111011000001
Octal353236301

Shades and tints

Shades of #EB9EC1

#EB9EC1
(235,158,193)
#D690B0
(214,144,176)
#C1829F
(193,130,159)
#AC748E
(172,116,142)
#97667D
(151,102,125)
#82586C
(130,88,108)
#6D4A5B
(109,74,91)
#583C4A
(88,60,74)
#432E39
(67,46,57)
#2E2028
(46,32,40)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #EB9EC1

#EB9EC1
(235,158,193)
#ECA6C6
(236,166,198)
#EDAECB
(237,174,203)
#EEB6D0
(238,182,208)
#EFBED5
(239,190,213)
#F0C6DA
(240,198,218)
#F1CEDF
(241,206,223)
#F2D6E4
(242,214,228)
#F3DEE9
(243,222,233)
#F4E6EE
(244,230,238)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9EC1 color. Also use rgb(235,158,193) instead hex code.

Text Font Color

.myTextColor { color: #EB9EC1; }

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

This text font color is #EB9EC1.


Background Color

.myBgColor { background-color: #EB9EC1; }

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

This div background color is #EB9EC1.


Border color

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

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

This div border color is #EB9EC1.


Opacity

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

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

Text with #EB9EC1 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 #EB9EC1;}

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

This text has shadow with #EB9EC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9EC1 on black background.


Color preview on white background

This text has color #EB9EC1 on white background.



Black color preview on #EB9EC1 background

This text has black color on #EB9EC1 background.


White color preview on #EB9EC1 background

This text has white color on #EB9EC1 background.