COLOR #E09BBD

HEX: #E09BBD RGB: (224,155,189)

Color info

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

RGB color model

#E09BBD color RGB value is (224,155,189).

RGB: (224,155,189) (88%, 61%, 74%)

RGB channels and saturation

R 224 of 255 = 88%
G 155 of 255 = 61%
B 189 of 255 = 74%

224
155
189

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

Portions of RGB colors in percentages

R + G + B = 224 + 155 + 189 = 568 (100%)
R 224 of 568 ~ 39.44%
G 155 of 568 ~ 27.29%
B 189 of 568 ~ 33.27'%

%39.44
%27.29
%33.27

CMYK color model

#E09BBD color CMYK value is (0,31,16,12).

  • cyan value is 0.00%
  • magenta value is 30.80%
  • yellow value is 15.63%
  • key color value is 12.16%

CMYK: (0,31,16,12)
C0M31Y16K12 (0%, 31%, 16%, 12%)
(0.00 / 0.31 / 0.16 / 0.12)

CMYK percentages

%0
%30.8
%15.63
%12.16

Codes

Color #E09BBD in popluar color models

E0 9B BD
RGB 224 155 189
HSL 330° 52.67% 74.31%
HSB/HSV 330° 30.80% 87.84%
CMYK 0.00% 30.80% 15.63%
12.16%

Color #E09BBD in popluar number systems.

HEX E0 9B BD
Decimal 224 155 189
Binary 11100000 10011011 10111101
Octal 340 233 275

Shades and tints

Shades of #E09BBD

#E09BBD
(224,155,189)
#CC8DAC
(204,141,172)
#B87F9B
(184,127,155)
#A4718A
(164,113,138)
#906379
(144,99,121)
#7C5568
(124,85,104)
#684757
(104,71,87)
#543946
(84,57,70)
#402B35
(64,43,53)
#2C1D24
(44,29,36)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #E09BBD

#E09BBD
(224,155,189)
#E2A4C3
(226,164,195)
#E4ADC9
(228,173,201)
#E6B6CF
(230,182,207)
#E8BFD5
(232,191,213)
#EAC8DB
(234,200,219)
#ECD1E1
(236,209,225)
#EEDAE7
(238,218,231)
#F0E3ED
(240,227,237)
#F2ECF3
(242,236,243)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09BBD color. Also use rgb(224,155,189) instead hex code.

Text Font Color

.myTextColor { color: #E09BBD; }

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

This text font color is #E09BBD.

Background Color

.myBgColor { background-color: #E09BBD; }

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

This div background color is #E09BBD.

Border color

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

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

This div border color is #E09BBD.

Opacity

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

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

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

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

This text has shadow with #E09BBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E09BBD.

Preview

Color preview on black background

This text has color #E09BBD on black background.


Color preview on white background

This text has color #E09BBD on white background.


Black color preview on #E09BBD background

This text has black color on #E09BBD background.


White color preview on #E09BBD background

This text has white color on #E09BBD background.


Related colors

Complementary color

Complementary color for #hex is #1F6442.


I love getcolorcode.com

Triadic colors

1 #BDE09B and #9BBDE0 with #E09BBD are triadic colors.

2 #BD9BE0 and #9BE0BD with #E09BBD are triadic colors.