COLOR #EB9CE4

HEX: #EB9CE4
RGB: (235,156,228)

Color info

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

RGB color model

#EB9CE4 color RGB value is (235,156,228).

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

RGB channels and saturation

R 235 of 255 = 92%
G 156 of 255 = 61%
B 228 of 255 = 89%

235
156
228

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

Portions of RGB colors in percentages

R + G + B =
235 + 156 + 228 = 619 (100%)
R 235 of 619 ~ 37.96%
G 156 of 619 ~ 25.2%
B 228 of 619 ~ 36.83%

%37.96
%25.2
%36.83

CMYK color model

#EB9CE4 color CMYK value is (0,34,3,8).

  • cyan value is 0.00%
  • magenta value is 33.62%
  • yellow value is 2.98%
  • key color value is 7.84%
CMYK:
(0,34,3,8)
C0M34Y3K8 
(0%,34%,3%,8%)
(0.00/0.34/0.03/0.08)	

CMYK percentages

%0
%33.62
%2.98
%7.84

Codes

Color #EB9CE4 in popluar color models

EB9CE4
RGB235156228
HSL305°66.39%76.67%
HSB/HSV305°33.62%92.16%
CMYK0.00%33.62%2.98%
7.84%

Color #EB9CE4 in popluar number systems.

HEXEB9CE4
Decimal235156228
Binary111010111001110011100100
Octal353234344

Shades and tints

Shades of #EB9CE4

#EB9CE4
(235,156,228)
#D68ED0
(214,142,208)
#C180BC
(193,128,188)
#AC72A8
(172,114,168)
#976494
(151,100,148)
#825680
(130,86,128)
#6D486C
(109,72,108)
#583A58
(88,58,88)
#432C44
(67,44,68)
#2E1E30
(46,30,48)
#19101C
(25,16,28)
#000000
(0,0,0)

Tints of #EB9CE4

#EB9CE4
(235,156,228)
#ECA5E6
(236,165,230)
#EDAEE8
(237,174,232)
#EEB7EA
(238,183,234)
#EFC0EC
(239,192,236)
#F0C9EE
(240,201,238)
#F1D2F0
(241,210,240)
#F2DBF2
(242,219,242)
#F3E4F4
(243,228,244)
#F4EDF6
(244,237,246)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB9CE4; }

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

This text font color is #EB9CE4.


Background Color

.myBgColor { background-color: #EB9CE4; }

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

This div background color is #EB9CE4.


Border color

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

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

This div border color is #EB9CE4.


Opacity

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

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

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

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

This text has shadow with #EB9CE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9CE4 on black background.


Color preview on white background

This text has color #EB9CE4 on white background.



Black color preview on #EB9CE4 background

This text has black color on #EB9CE4 background.


White color preview on #EB9CE4 background

This text has white color on #EB9CE4 background.