COLOR #EB9CC1

HEX: #EB9CC1
RGB: (235,156,193)

Color info

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

RGB color model

#EB9CC1 color RGB value is (235,156,193).

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

RGB channels and saturation

R 235 of 255 = 92%
G 156 of 255 = 61%
B 193 of 255 = 76%

235
156
193

R + G + B ~ 76%. #EB9CC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 156 + 193 = 584 (100%)
R 235 of 584 ~ 40.24%
G 156 of 584 ~ 26.71%
B 193 of 584 ~ 33.05%

%40.24
%26.71
%33.05

CMYK color model

#EB9CC1 color CMYK value is (0,34,18,8).

  • cyan value is 0.00%
  • magenta value is 33.62%
  • yellow value is 17.87%
  • key color value is 7.84%
CMYK:
(0,34,18,8)
C0M34Y18K8 
(0%,34%,18%,8%)
(0.00/0.34/0.18/0.08)	

CMYK percentages

%0
%33.62
%17.87
%7.84

Codes

Color #EB9CC1 in popluar color models

EB9CC1
RGB235156193
HSL332°66.39%76.67%
HSB/HSV332°33.62%92.16%
CMYK0.00%33.62%17.87%
7.84%

Color #EB9CC1 in popluar number systems.

HEXEB9CC1
Decimal235156193
Binary111010111001110011000001
Octal353234301

Shades and tints

Shades of #EB9CC1

#EB9CC1
(235,156,193)
#D68EB0
(214,142,176)
#C1809F
(193,128,159)
#AC728E
(172,114,142)
#97647D
(151,100,125)
#82566C
(130,86,108)
#6D485B
(109,72,91)
#583A4A
(88,58,74)
#432C39
(67,44,57)
#2E1E28
(46,30,40)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #EB9CC1

#EB9CC1
(235,156,193)
#ECA5C6
(236,165,198)
#EDAECB
(237,174,203)
#EEB7D0
(238,183,208)
#EFC0D5
(239,192,213)
#F0C9DA
(240,201,218)
#F1D2DF
(241,210,223)
#F2DBE4
(242,219,228)
#F3E4E9
(243,228,233)
#F4EDEE
(244,237,238)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB9CC1; }

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

This text font color is #EB9CC1.


Background Color

.myBgColor { background-color: #EB9CC1; }

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

This div background color is #EB9CC1.


Border color

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

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

This div border color is #EB9CC1.


Opacity

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

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

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

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

This text has shadow with #EB9CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9CC1 on black background.


Color preview on white background

This text has color #EB9CC1 on white background.



Black color preview on #EB9CC1 background

This text has black color on #EB9CC1 background.


White color preview on #EB9CC1 background

This text has white color on #EB9CC1 background.