COLOR #EB9EDE

HEX: #EB9EDE
RGB: (235,158,222)

Color info

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

RGB color model

#EB9EDE color RGB value is (235,158,222).

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

RGB channels and saturation

R 235 of 255 = 92%
G 158 of 255 = 62%
B 222 of 255 = 87%

235
158
222

R + G + B ~ 80%. #EB9EDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 158 + 222 = 615 (100%)
R 235 of 615 ~ 38.21%
G 158 of 615 ~ 25.69%
B 222 of 615 ~ 36.1%

%38.21
%25.69
%36.1

CMYK color model

#EB9EDE color CMYK value is (0,33,6,8).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 5.53%
  • key color value is 7.84%
CMYK:
(0,33,6,8)
C0M33Y6K8 
(0%,33%,6%,8%)
(0.00/0.33/0.06/0.08)	

CMYK percentages

%0
%32.77
%5.53
%7.84

Codes

Color #EB9EDE in popluar color models

EB9EDE
RGB235158222
HSL310°65.81%77.06%
HSB/HSV310°32.77%92.16%
CMYK0.00%32.77%5.53%
7.84%

Color #EB9EDE in popluar number systems.

HEXEB9EDE
Decimal235158222
Binary111010111001111011011110
Octal353236336

Shades and tints

Shades of #EB9EDE

#EB9EDE
(235,158,222)
#D690CA
(214,144,202)
#C182B6
(193,130,182)
#AC74A2
(172,116,162)
#97668E
(151,102,142)
#82587A
(130,88,122)
#6D4A66
(109,74,102)
#583C52
(88,60,82)
#432E3E
(67,46,62)
#2E202A
(46,32,42)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #EB9EDE

#EB9EDE
(235,158,222)
#ECA6E1
(236,166,225)
#EDAEE4
(237,174,228)
#EEB6E7
(238,182,231)
#EFBEEA
(239,190,234)
#F0C6ED
(240,198,237)
#F1CEF0
(241,206,240)
#F2D6F3
(242,214,243)
#F3DEF6
(243,222,246)
#F4E6F9
(244,230,249)
#F5EEFC
(245,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB9EDE; }

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

This text font color is #EB9EDE.


Background Color

.myBgColor { background-color: #EB9EDE; }

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

This div background color is #EB9EDE.


Border color

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

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

This div border color is #EB9EDE.


Opacity

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

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

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

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

This text has shadow with #EB9EDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9EDE on black background.


Color preview on white background

This text has color #EB9EDE on white background.



Black color preview on #EB9EDE background

This text has black color on #EB9EDE background.


White color preview on #EB9EDE background

This text has white color on #EB9EDE background.