COLOR #EBB2ED

HEX: #EBB2ED RGB: (235,178,237)

Color info

#EBB2ED contains red, green and blue colors in about the same proportion. Web safe color of #EBB2ED is #FF99FF (or #F9F).

RGB color model

#EBB2ED color RGB value is (235,178,237).

RGB: (235,178,237) (92%, 70%, 93%)

RGB channels and saturation

R 235 of 255 = 92%
G 178 of 255 = 70%
B 237 of 255 = 93%

235
178
237

R + G + B ~ 85%. #EBB2ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 178 + 237 = 650 (100%)
R 235 of 650 ~ 36.15%
G 178 of 650 ~ 27.38%
B 237 of 650 ~ 36.46'%

%36.15
%27.38
%36.46

CMYK color model

#EBB2ED color CMYK value is (1,25,0,7).

  • cyan value is 0.84%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (1,25,0,7) C1M25Y0K7 (1%,25%,0%,7%) (0.01/0.25/0.00/0.07) 

CMYK percentages

%0.84
%24.89
%0
%7.06

Codes

Color #EBB2ED in popluar color models

EB B2 ED
RGB 235 178 237
HSL 298° 62.11% 81.37%
HSB/HSV 298° 24.89% 92.94%
CMYK 0.84% 24.89% 0.00%
7.06%

Color #EBB2ED in popluar number systems.

HEX EB B2 ED
Decimal 235 178 237
Binary 11101011 10110010 11101101
Octal 353 262 355

Shades and tints

Shades of #EBB2ED

#EBB2ED
(235,178,237)
#D6A2D8
(214,162,216)
#C192C3
(193,146,195)
#AC82AE
(172,130,174)
#977299
(151,114,153)
#826284
(130,98,132)
#6D526F
(109,82,111)
#58425A
(88,66,90)
#433245
(67,50,69)
#2E2230
(46,34,48)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #EBB2ED

#EBB2ED
(235,178,237)
#ECB9EE
(236,185,238)
#EDC0EF
(237,192,239)
#EEC7F0
(238,199,240)
#EFCEF1
(239,206,241)
#F0D5F2
(240,213,242)
#F1DCF3
(241,220,243)
#F2E3F4
(242,227,244)
#F3EAF5
(243,234,245)
#F4F1F6
(244,241,246)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB2ED; }

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

This text font color is #EBB2ED.

Background Color

.myBgColor { background-color: #EBB2ED; }

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

This div background color is #EBB2ED.

Border color

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

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

This div border color is #EBB2ED.

Opacity

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

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

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

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

This text has shadow with #EBB2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB2ED.

Preview

Color preview on black background

This text has color #EBB2ED on black background.


Color preview on white background

This text has color #EBB2ED on white background.


Black color preview on #EBB2ED background

This text has black color on #EBB2ED background.


White color preview on #EBB2ED background

This text has white color on #EBB2ED background.


Related colors

Complementary color

Complementary color for #hex is #144D12.


I love getcolorcode.com

Triadic colors

1 #EDEBB2 and #B2EDEB with #EBB2ED are triadic colors.

2 #EDB2EB and #B2EBED with #EBB2ED are triadic colors.