COLOR #E99BD7

HEX: #E99BD7 RGB: (233,155,215)

Color info

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

RGB color model

#E99BD7 color RGB value is (233,155,215).

RGB: (233,155,215) (91%, 61%, 84%)

RGB channels and saturation

R 233 of 255 = 91%
G 155 of 255 = 61%
B 215 of 255 = 84%

233
155
215

R + G + B ~ 79%. #E99BD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 155 + 215 = 603 (100%)
R 233 of 603 ~ 38.64%
G 155 of 603 ~ 25.7%
B 215 of 603 ~ 35.66'%

%38.64
%25.7
%35.66

CMYK color model

#E99BD7 color CMYK value is (0,33,8,9).

  • cyan value is 0.00%
  • magenta value is 33.48%
  • yellow value is 7.73%
  • key color value is 8.63%

CMYK: (0,33,8,9)
C0M33Y8K9 (0%, 33%, 8%, 9%)
(0.00 / 0.33 / 0.08 / 0.09)

CMYK percentages

%0
%33.48
%7.73
%8.63

Codes

Color #E99BD7 in popluar color models

E9 9B D7
RGB 233 155 215
HSL 314° 63.93% 76.08%
HSB/HSV 314° 33.48% 91.37%
CMYK 0.00% 33.48% 7.73%
8.63%

Color #E99BD7 in popluar number systems.

HEX E9 9B D7
Decimal 233 155 215
Binary 11101001 10011011 11010111
Octal 351 233 327

Shades and tints

Shades of #E99BD7

#E99BD7
(233,155,215)
#D48DC4
(212,141,196)
#BF7FB1
(191,127,177)
#AA719E
(170,113,158)
#95638B
(149,99,139)
#805578
(128,85,120)
#6B4765
(107,71,101)
#563952
(86,57,82)
#412B3F
(65,43,63)
#2C1D2C
(44,29,44)
#170F19
(23,15,25)
#000000
(0,0,0)

Tints of #E99BD7

#E99BD7
(233,155,215)
#EBA4DA
(235,164,218)
#EDADDD
(237,173,221)
#EFB6E0
(239,182,224)
#F1BFE3
(241,191,227)
#F3C8E6
(243,200,230)
#F5D1E9
(245,209,233)
#F7DAEC
(247,218,236)
#F9E3EF
(249,227,239)
#FBECF2
(251,236,242)
#FDF5F5
(253,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99BD7 color. Also use rgb(233,155,215) instead hex code.

Text Font Color

.myTextColor { color: #E99BD7; }

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

This text font color is #E99BD7.

Background Color

.myBgColor { background-color: #E99BD7; }

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

This div background color is #E99BD7.

Border color

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

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

This div border color is #E99BD7.

Opacity

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

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

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

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

This text has shadow with #E99BD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E99BD7.

Preview

Color preview on black background

This text has color #E99BD7 on black background.


Color preview on white background

This text has color #E99BD7 on white background.


Black color preview on #E99BD7 background

This text has black color on #E99BD7 background.


White color preview on #E99BD7 background

This text has white color on #E99BD7 background.


Related colors

Complementary color

Complementary color for #hex is #166428.


I love getcolorcode.com

Triadic colors

1 #D7E99B and #9BD7E9 with #E99BD7 are triadic colors.

2 #D79BE9 and #9BE9D7 with #E99BD7 are triadic colors.