COLOR #E39BB9

HEX: #E39BB9
RGB: (227,155,185)

Color info

#E39BB9 contains mainly red and blue colors. Web safe color of #E39BB9 is #CC99CC (or #C9C).

RGB color model

#E39BB9 color RGB value is (227,155,185).

  • red value is 227;
  • green value is 155;
  • blue value is 185.
RGB:
(227,155,185)
(89%,61%,73%)

RGB channels and saturation

R 227 of 255 = 89%
G 155 of 255 = 61%
B 185 of 255 = 73%

227
155
185

R + G + B ~ 74%. #E39BB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 155 + 185 = 567 (100%)
R 227 of 567 ~ 40.04%
G 155 of 567 ~ 27.34%
B 185 of 567 ~ 32.63%

%40.04
%27.34
%32.63

CMYK color model

#E39BB9 color CMYK value is (0,32,19,11).

  • cyan value is 0.00%
  • magenta value is 31.72%
  • yellow value is 18.50%
  • key color value is 10.98%
CMYK:
(0,32,19,11)
C0M32Y19K11 
(0%,32%,19%,11%)
(0.00/0.32/0.19/0.11)	

CMYK percentages

%0
%31.72
%18.5
%10.98

Codes

Color #E39BB9 in popluar color models

E39BB9
RGB227155185
HSL335°56.25%74.90%
HSB/HSV335°31.72%89.02%
CMYK0.00%31.72%18.50%
10.98%

Color #E39BB9 in popluar number systems.

HEXE39BB9
Decimal227155185
Binary111000111001101110111001
Octal343233271

Shades and tints

Shades of #E39BB9

#E39BB9
(227,155,185)
#CF8DA9
(207,141,169)
#BB7F99
(187,127,153)
#A77189
(167,113,137)
#936379
(147,99,121)
#7F5569
(127,85,105)
#6B4759
(107,71,89)
#573949
(87,57,73)
#432B39
(67,43,57)
#2F1D29
(47,29,41)
#1B0F19
(27,15,25)
#000000
(0,0,0)

Tints of #E39BB9

#E39BB9
(227,155,185)
#E5A4BF
(229,164,191)
#E7ADC5
(231,173,197)
#E9B6CB
(233,182,203)
#EBBFD1
(235,191,209)
#EDC8D7
(237,200,215)
#EFD1DD
(239,209,221)
#F1DAE3
(241,218,227)
#F3E3E9
(243,227,233)
#F5ECEF
(245,236,239)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39BB9 color. Also use rgb(227,155,185) instead hex code.

Text Font Color

.myTextColor { color: #E39BB9; }

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

This text font color is #E39BB9.


Background Color

.myBgColor { background-color: #E39BB9; }

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

This div background color is #E39BB9.


Border color

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

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

This div border color is #E39BB9.


Opacity

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

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

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

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

This text has shadow with #E39BB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39BB9 on black background.


Color preview on white background

This text has color #E39BB9 on white background.



Black color preview on #E39BB9 background

This text has black color on #E39BB9 background.


White color preview on #E39BB9 background

This text has white color on #E39BB9 background.