COLOR #EB9EE0

HEX: #EB9EE0
RGB: (235,158,224)

Color info

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

RGB color model

#EB9EE0 color RGB value is (235,158,224).

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

RGB channels and saturation

R 235 of 255 = 92%
G 158 of 255 = 62%
B 224 of 255 = 88%

235
158
224

R + G + B ~ 81%. #EB9EE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 158 + 224 = 617 (100%)
R 235 of 617 ~ 38.09%
G 158 of 617 ~ 25.61%
B 224 of 617 ~ 36.3%

%38.09
%25.61
%36.3

CMYK color model

#EB9EE0 color CMYK value is (0,33,5,8).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 4.68%
  • key color value is 7.84%
CMYK:
(0,33,5,8)
C0M33Y5K8 
(0%,33%,5%,8%)
(0.00/0.33/0.05/0.08)	

CMYK percentages

%0
%32.77
%4.68
%7.84

Codes

Color #EB9EE0 in popluar color models

EB9EE0
RGB235158224
HSL309°65.81%77.06%
HSB/HSV309°32.77%92.16%
CMYK0.00%32.77%4.68%
7.84%

Color #EB9EE0 in popluar number systems.

HEXEB9EE0
Decimal235158224
Binary111010111001111011100000
Octal353236340

Shades and tints

Shades of #EB9EE0

#EB9EE0
(235,158,224)
#D690CC
(214,144,204)
#C182B8
(193,130,184)
#AC74A4
(172,116,164)
#976690
(151,102,144)
#82587C
(130,88,124)
#6D4A68
(109,74,104)
#583C54
(88,60,84)
#432E40
(67,46,64)
#2E202C
(46,32,44)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #EB9EE0

#EB9EE0
(235,158,224)
#ECA6E2
(236,166,226)
#EDAEE4
(237,174,228)
#EEB6E6
(238,182,230)
#EFBEE8
(239,190,232)
#F0C6EA
(240,198,234)
#F1CEEC
(241,206,236)
#F2D6EE
(242,214,238)
#F3DEF0
(243,222,240)
#F4E6F2
(244,230,242)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB9EE0; }

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

This text font color is #EB9EE0.


Background Color

.myBgColor { background-color: #EB9EE0; }

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

This div background color is #EB9EE0.


Border color

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

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

This div border color is #EB9EE0.


Opacity

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

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

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

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

This text has shadow with #EB9EE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9EE0 on black background.


Color preview on white background

This text has color #EB9EE0 on white background.



Black color preview on #EB9EE0 background

This text has black color on #EB9EE0 background.


White color preview on #EB9EE0 background

This text has white color on #EB9EE0 background.