COLOR #E09BC6

HEX: #E09BC6 RGB: (224,155,198)

Color info

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

RGB color model

#E09BC6 color RGB value is (224,155,198).

RGB: (224,155,198) (88%, 61%, 78%)

RGB channels and saturation

R 224 of 255 = 88%
G 155 of 255 = 61%
B 198 of 255 = 78%

224
155
198

R + G + B ~ 76%. #E09BC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 155 + 198 = 577 (100%)
R 224 of 577 ~ 38.82%
G 155 of 577 ~ 26.86%
B 198 of 577 ~ 34.32'%

%38.82
%26.86
%34.32

CMYK color model

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

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

CMYK: (0,31,12,12)
C0M31Y12K12 (0%, 31%, 12%, 12%)
(0.00 / 0.31 / 0.12 / 0.12)

CMYK percentages

%0
%30.8
%11.61
%12.16

Codes

Color #E09BC6 in popluar color models

E0 9B C6
RGB 224 155 198
HSL 323° 52.67% 74.31%
HSB/HSV 323° 30.80% 87.84%
CMYK 0.00% 30.80% 11.61%
12.16%

Color #E09BC6 in popluar number systems.

HEX E0 9B C6
Decimal 224 155 198
Binary 11100000 10011011 11000110
Octal 340 233 306

Shades and tints

Shades of #E09BC6

#E09BC6
(224,155,198)
#CC8DB4
(204,141,180)
#B87FA2
(184,127,162)
#A47190
(164,113,144)
#90637E
(144,99,126)
#7C556C
(124,85,108)
#68475A
(104,71,90)
#543948
(84,57,72)
#402B36
(64,43,54)
#2C1D24
(44,29,36)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #E09BC6

#E09BC6
(224,155,198)
#E2A4CB
(226,164,203)
#E4ADD0
(228,173,208)
#E6B6D5
(230,182,213)
#E8BFDA
(232,191,218)
#EAC8DF
(234,200,223)
#ECD1E4
(236,209,228)
#EEDAE9
(238,218,233)
#F0E3EE
(240,227,238)
#F2ECF3
(242,236,243)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09BC6; }

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

This text font color is #E09BC6.

Background Color

.myBgColor { background-color: #E09BC6; }

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

This div background color is #E09BC6.

Border color

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

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

This div border color is #E09BC6.

Opacity

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

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

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

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

This text has shadow with #E09BC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E09BC6.

Preview

Color preview on black background

This text has color #E09BC6 on black background.


Color preview on white background

This text has color #E09BC6 on white background.


Black color preview on #E09BC6 background

This text has black color on #E09BC6 background.


White color preview on #E09BC6 background

This text has white color on #E09BC6 background.


Related colors

Complementary color

Complementary color for #hex is #1F6439.


I love getcolorcode.com

Triadic colors

1 #C6E09B and #9BC6E0 with #E09BC6 are triadic colors.

2 #C69BE0 and #9BE0C6 with #E09BC6 are triadic colors.