COLOR #E69DD5

HEX: #E69DD5 RGB: (230,157,213)

Color info

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

RGB color model

#E69DD5 color RGB value is (230,157,213).

RGB: (230,157,213) (90%, 62%, 84%)

RGB channels and saturation

R 230 of 255 = 90%
G 157 of 255 = 62%
B 213 of 255 = 84%

230
157
213

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

Portions of RGB colors in percentages

R + G + B = 230 + 157 + 213 = 600 (100%)
R 230 of 600 ~ 38.33%
G 157 of 600 ~ 26.17%
B 213 of 600 ~ 35.5'%

%38.33
%26.17
%35.5

CMYK color model

#E69DD5 color CMYK value is (0,32,7,10).

  • cyan value is 0.00%
  • magenta value is 31.74%
  • yellow value is 7.39%
  • key color value is 9.80%

CMYK: (0,32,7,10)
C0M32Y7K10 (0%, 32%, 7%, 10%)
(0.00 / 0.32 / 0.07 / 0.10)

CMYK percentages

%0
%31.74
%7.39
%9.8

Codes

Color #E69DD5 in popluar color models

E6 9D D5
RGB 230 157 213
HSL 314° 59.35% 75.88%
HSB/HSV 314° 31.74% 90.20%
CMYK 0.00% 31.74% 7.39%
9.80%

Color #E69DD5 in popluar number systems.

HEX E6 9D D5
Decimal 230 157 213
Binary 11100110 10011101 11010101
Octal 346 235 325

Shades and tints

Shades of #E69DD5

#E69DD5
(230,157,213)
#D28FC2
(210,143,194)
#BE81AF
(190,129,175)
#AA739C
(170,115,156)
#966589
(150,101,137)
#825776
(130,87,118)
#6E4963
(110,73,99)
#5A3B50
(90,59,80)
#462D3D
(70,45,61)
#321F2A
(50,31,42)
#1E1117
(30,17,23)
#000000
(0,0,0)

Tints of #E69DD5

#E69DD5
(230,157,213)
#E8A5D8
(232,165,216)
#EAADDB
(234,173,219)
#ECB5DE
(236,181,222)
#EEBDE1
(238,189,225)
#F0C5E4
(240,197,228)
#F2CDE7
(242,205,231)
#F4D5EA
(244,213,234)
#F6DDED
(246,221,237)
#F8E5F0
(248,229,240)
#FAEDF3
(250,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69DD5 color. Also use rgb(230,157,213) instead hex code.

Text Font Color

.myTextColor { color: #E69DD5; }

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

This text font color is #E69DD5.

Background Color

.myBgColor { background-color: #E69DD5; }

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

This div background color is #E69DD5.

Border color

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

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

This div border color is #E69DD5.

Opacity

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

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

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

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

This text has shadow with #E69DD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E69DD5.

Preview

Color preview on black background

This text has color #E69DD5 on black background.


Color preview on white background

This text has color #E69DD5 on white background.


Black color preview on #E69DD5 background

This text has black color on #E69DD5 background.


White color preview on #E69DD5 background

This text has white color on #E69DD5 background.


Related colors

Complementary color

Complementary color for #hex is #19622A.


I love getcolorcode.com

Triadic colors

1 #D5E69D and #9DD5E6 with #E69DD5 are triadic colors.

2 #D59DE6 and #9DE6D5 with #E69DD5 are triadic colors.