COLOR #E799B9

HEX: #E799B9 RGB: (231,153,185)

Color info

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

RGB color model

#E799B9 color RGB value is (231,153,185).

RGB: (231,153,185) (91%, 60%, 73%)

RGB channels and saturation

R 231 of 255 = 91%
G 153 of 255 = 60%
B 185 of 255 = 73%

231
153
185

R + G + B ~ 75%. #E799B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 153 + 185 = 569 (100%)
R 231 of 569 ~ 40.6%
G 153 of 569 ~ 26.89%
B 185 of 569 ~ 32.51'%

%40.6
%26.89
%32.51

CMYK color model

#E799B9 color CMYK value is (0,34,20,9).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 19.91%
  • key color value is 9.41%

CMYK: (0,34,20,9)
C0M34Y20K9 (0%, 34%, 20%, 9%)
(0.00 / 0.34 / 0.20 / 0.09)

CMYK percentages

%0
%33.77
%19.91
%9.41

Codes

Color #E799B9 in popluar color models

E7 99 B9
RGB 231 153 185
HSL 335° 61.90% 75.29%
HSB/HSV 335° 33.77% 90.59%
CMYK 0.00% 33.77% 19.91%
9.41%

Color #E799B9 in popluar number systems.

HEX E7 99 B9
Decimal 231 153 185
Binary 11100111 10011001 10111001
Octal 347 231 271

Shades and tints

Shades of #E799B9

#E799B9
(231,153,185)
#D28CA9
(210,140,169)
#BD7F99
(189,127,153)
#A87289
(168,114,137)
#936579
(147,101,121)
#7E5869
(126,88,105)
#694B59
(105,75,89)
#543E49
(84,62,73)
#3F3139
(63,49,57)
#2A2429
(42,36,41)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #E799B9

#E799B9
(231,153,185)
#E9A2BF
(233,162,191)
#EBABC5
(235,171,197)
#EDB4CB
(237,180,203)
#EFBDD1
(239,189,209)
#F1C6D7
(241,198,215)
#F3CFDD
(243,207,221)
#F5D8E3
(245,216,227)
#F7E1E9
(247,225,233)
#F9EAEF
(249,234,239)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E799B9 color. Also use rgb(231,153,185) instead hex code.

Text Font Color

.myTextColor { color: #E799B9; }

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

This text font color is #E799B9.

Background Color

.myBgColor { background-color: #E799B9; }

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

This div background color is #E799B9.

Border color

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

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

This div border color is #E799B9.

Opacity

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

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

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

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

This text has shadow with #E799B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E799B9.

Preview

Color preview on black background

This text has color #E799B9 on black background.


Color preview on white background

This text has color #E799B9 on white background.


Black color preview on #E799B9 background

This text has black color on #E799B9 background.


White color preview on #E799B9 background

This text has white color on #E799B9 background.


Related colors

Complementary color

Complementary color for #hex is #186646.


I love getcolorcode.com

Triadic colors

1 #B9E799 and #99B9E7 with #E799B9 are triadic colors.

2 #B999E7 and #99E7B9 with #E799B9 are triadic colors.