COLOR #E799DD

HEX: #E799DD RGB: (231,153,221)

Color info

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

RGB color model

#E799DD color RGB value is (231,153,221).

RGB: (231,153,221) (91%, 60%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 153 of 255 = 60%
B 221 of 255 = 87%

231
153
221

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

Portions of RGB colors in percentages

R + G + B = 231 + 153 + 221 = 605 (100%)
R 231 of 605 ~ 38.18%
G 153 of 605 ~ 25.29%
B 221 of 605 ~ 36.53'%

%38.18
%25.29
%36.53

CMYK color model

#E799DD color CMYK value is (0,34,4,9).

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

CMYK: (0,34,4,9)
C0M34Y4K9 (0%, 34%, 4%, 9%)
(0.00 / 0.34 / 0.04 / 0.09)

CMYK percentages

%0
%33.77
%4.33
%9.41

Codes

Color #E799DD in popluar color models

E7 99 DD
RGB 231 153 221
HSL 308° 61.90% 75.29%
HSB/HSV 308° 33.77% 90.59%
CMYK 0.00% 33.77% 4.33%
9.41%

Color #E799DD in popluar number systems.

HEX E7 99 DD
Decimal 231 153 221
Binary 11100111 10011001 11011101
Octal 347 231 335

Shades and tints

Shades of #E799DD

#E799DD
(231,153,221)
#D28CC9
(210,140,201)
#BD7FB5
(189,127,181)
#A872A1
(168,114,161)
#93658D
(147,101,141)
#7E5879
(126,88,121)
#694B65
(105,75,101)
#543E51
(84,62,81)
#3F313D
(63,49,61)
#2A2429
(42,36,41)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #E799DD

#E799DD
(231,153,221)
#E9A2E0
(233,162,224)
#EBABE3
(235,171,227)
#EDB4E6
(237,180,230)
#EFBDE9
(239,189,233)
#F1C6EC
(241,198,236)
#F3CFEF
(243,207,239)
#F5D8F2
(245,216,242)
#F7E1F5
(247,225,245)
#F9EAF8
(249,234,248)
#FBF3FB
(251,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E799DD; }

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

This text font color is #E799DD.

Background Color

.myBgColor { background-color: #E799DD; }

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

This div background color is #E799DD.

Border color

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

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

This div border color is #E799DD.

Opacity

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

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

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

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

This text has shadow with #E799DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E799DD.

Preview

Color preview on black background

This text has color #E799DD on black background.


Color preview on white background

This text has color #E799DD on white background.


Black color preview on #E799DD background

This text has black color on #E799DD background.


White color preview on #E799DD background

This text has white color on #E799DD background.


Related colors

Complementary color

Complementary color for #hex is #186622.


I love getcolorcode.com

Triadic colors

1 #DDE799 and #99DDE7 with #E799DD are triadic colors.

2 #DD99E7 and #99E7DD with #E799DD are triadic colors.