COLOR #EBB4E2

HEX: #EBB4E2 RGB: (235,180,226)

Color info

#EBB4E2 contains red, green and blue colors in about the same proportion. Web safe color of #EBB4E2 is #FFCCCC (or #FCC).

RGB color model

#EBB4E2 color RGB value is (235,180,226).

RGB: (235,180,226) (92%, 71%, 89%)

RGB channels and saturation

R 235 of 255 = 92%
G 180 of 255 = 71%
B 226 of 255 = 89%

235
180
226

R + G + B ~ 84%. #EBB4E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 180 + 226 = 641 (100%)
R 235 of 641 ~ 36.66%
G 180 of 641 ~ 28.08%
B 226 of 641 ~ 35.26'%

%36.66
%28.08
%35.26

CMYK color model

#EBB4E2 color CMYK value is (0,23,4,8).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 3.83%
  • key color value is 7.84%

CMYK: (0,23,4,8)
C0M23Y4K8 (0%, 23%, 4%, 8%)
(0.00 / 0.23 / 0.04 / 0.08)

CMYK percentages

%0
%23.4
%3.83
%7.84

Codes

Color #EBB4E2 in popluar color models

EB B4 E2
RGB 235 180 226
HSL 310° 57.89% 81.37%
HSB/HSV 310° 23.40% 92.16%
CMYK 0.00% 23.40% 3.83%
7.84%

Color #EBB4E2 in popluar number systems.

HEX EB B4 E2
Decimal 235 180 226
Binary 11101011 10110100 11100010
Octal 353 264 342

Shades and tints

Shades of #EBB4E2

#EBB4E2
(235,180,226)
#D6A4CE
(214,164,206)
#C194BA
(193,148,186)
#AC84A6
(172,132,166)
#977492
(151,116,146)
#82647E
(130,100,126)
#6D546A
(109,84,106)
#584456
(88,68,86)
#433442
(67,52,66)
#2E242E
(46,36,46)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #EBB4E2

#EBB4E2
(235,180,226)
#ECBAE4
(236,186,228)
#EDC0E6
(237,192,230)
#EEC6E8
(238,198,232)
#EFCCEA
(239,204,234)
#F0D2EC
(240,210,236)
#F1D8EE
(241,216,238)
#F2DEF0
(242,222,240)
#F3E4F2
(243,228,242)
#F4EAF4
(244,234,244)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB4E2 color. Also use rgb(235,180,226) instead hex code.

Text Font Color

.myTextColor { color: #EBB4E2; }

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

This text font color is #EBB4E2.

Background Color

.myBgColor { background-color: #EBB4E2; }

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

This div background color is #EBB4E2.

Border color

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

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

This div border color is #EBB4E2.

Opacity

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

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

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

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

This text has shadow with #EBB4E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB4E2.

Preview

Color preview on black background

This text has color #EBB4E2 on black background.


Color preview on white background

This text has color #EBB4E2 on white background.


Black color preview on #EBB4E2 background

This text has black color on #EBB4E2 background.


White color preview on #EBB4E2 background

This text has white color on #EBB4E2 background.


Related colors

Complementary color

Complementary color for #hex is #144B1D.


I love getcolorcode.com

Triadic colors

1 #E2EBB4 and #B4E2EB with #EBB4E2 are triadic colors.

2 #E2B4EB and #B4EBE2 with #EBB4E2 are triadic colors.