COLOR #EBB2E1

HEX: #EBB2E1
RGB: (235,178,225)

Color info

#EBB2E1 contains red, green and blue colors in about the same proportion. Web safe color of #EBB2E1 is #FF99CC (or #F9C).

RGB color model

#EBB2E1 color RGB value is (235,178,225).

  • red value is 235;
  • green value is 178;
  • blue value is 225.
RGB:
(235,178,225)
(92%,70%,88%)

RGB channels and saturation

R 235 of 255 = 92%
G 178 of 255 = 70%
B 225 of 255 = 88%

235
178
225

R + G + B ~ 83%. #EBB2E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 178 + 225 = 638 (100%)
R 235 of 638 ~ 36.83%
G 178 of 638 ~ 27.9%
B 225 of 638 ~ 35.27%

%36.83
%27.9
%35.27

CMYK color model

#EBB2E1 color CMYK value is (0,24,4,8).

  • cyan value is 0.00%
  • magenta value is 24.26%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK:
(0,24,4,8)
C0M24Y4K8 
(0%,24%,4%,8%)
(0.00/0.24/0.04/0.08)	

CMYK percentages

%0
%24.26
%4.26
%7.84

Codes

Color #EBB2E1 in popluar color models

EBB2E1
RGB235178225
HSL311°58.76%80.98%
HSB/HSV311°24.26%92.16%
CMYK0.00%24.26%4.26%
7.84%

Color #EBB2E1 in popluar number systems.

HEXEBB2E1
Decimal235178225
Binary111010111011001011100001
Octal353262341

Shades and tints

Shades of #EBB2E1

#EBB2E1
(235,178,225)
#D6A2CD
(214,162,205)
#C192B9
(193,146,185)
#AC82A5
(172,130,165)
#977291
(151,114,145)
#82627D
(130,98,125)
#6D5269
(109,82,105)
#584255
(88,66,85)
#433241
(67,50,65)
#2E222D
(46,34,45)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #EBB2E1

#EBB2E1
(235,178,225)
#ECB9E3
(236,185,227)
#EDC0E5
(237,192,229)
#EEC7E7
(238,199,231)
#EFCEE9
(239,206,233)
#F0D5EB
(240,213,235)
#F1DCED
(241,220,237)
#F2E3EF
(242,227,239)
#F3EAF1
(243,234,241)
#F4F1F3
(244,241,243)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB2E1 color. Also use rgb(235,178,225) instead hex code.

Text Font Color

.myTextColor { color: #EBB2E1; }

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

This text font color is #EBB2E1.


Background Color

.myBgColor { background-color: #EBB2E1; }

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

This div background color is #EBB2E1.


Border color

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

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

This div border color is #EBB2E1.


Opacity

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

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

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

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

This text has shadow with #EBB2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB2E1 on black background.


Color preview on white background

This text has color #EBB2E1 on white background.



Black color preview on #EBB2E1 background

This text has black color on #EBB2E1 background.


White color preview on #EBB2E1 background

This text has white color on #EBB2E1 background.