COLOR #E69DE4

HEX: #E69DE4 RGB: (230,157,228)

Color info

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

RGB color model

#E69DE4 color RGB value is (230,157,228).

RGB: (230,157,228) (90%, 62%, 89%)

RGB channels and saturation

R 230 of 255 = 90%
G 157 of 255 = 62%
B 228 of 255 = 89%

230
157
228

R + G + B ~ 80%. #E69DE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 157 + 228 = 615 (100%)
R 230 of 615 ~ 37.4%
G 157 of 615 ~ 25.53%
B 228 of 615 ~ 37.07'%

%37.4
%25.53
%37.07

CMYK color model

#E69DE4 color CMYK value is (0,32,1,10).

  • cyan value is 0.00%
  • magenta value is 31.74%
  • yellow value is 0.87%
  • key color value is 9.80%
CMYK: (0,32,1,10) C0M32Y1K10 (0%,32%,1%,10%) (0.00/0.32/0.01/0.10) 

CMYK percentages

%0
%31.74
%0.87
%9.8

Codes

Color #E69DE4 in popluar color models

E6 9D E4
RGB 230 157 228
HSL 302° 59.35% 75.88%
HSB/HSV 302° 31.74% 90.20%
CMYK 0.00% 31.74% 0.87%
9.80%

Color #E69DE4 in popluar number systems.

HEX E6 9D E4
Decimal 230 157 228
Binary 11100110 10011101 11100100
Octal 346 235 344

Shades and tints

Shades of #E69DE4

#E69DE4
(230,157,228)
#D28FD0
(210,143,208)
#BE81BC
(190,129,188)
#AA73A8
(170,115,168)
#966594
(150,101,148)
#825780
(130,87,128)
#6E496C
(110,73,108)
#5A3B58
(90,59,88)
#462D44
(70,45,68)
#321F30
(50,31,48)
#1E111C
(30,17,28)
#000000
(0,0,0)

Tints of #E69DE4

#E69DE4
(230,157,228)
#E8A5E6
(232,165,230)
#EAADE8
(234,173,232)
#ECB5EA
(236,181,234)
#EEBDEC
(238,189,236)
#F0C5EE
(240,197,238)
#F2CDF0
(242,205,240)
#F4D5F2
(244,213,242)
#F6DDF4
(246,221,244)
#F8E5F6
(248,229,246)
#FAEDF8
(250,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E69DE4; }

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

This text font color is #E69DE4.

Background Color

.myBgColor { background-color: #E69DE4; }

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

This div background color is #E69DE4.

Border color

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

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

This div border color is #E69DE4.

Opacity

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

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

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

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

This text has shadow with #E69DE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E69DE4.

Preview

Color preview on black background

This text has color #E69DE4 on black background.


Color preview on white background

This text has color #E69DE4 on white background.


Black color preview on #E69DE4 background

This text has black color on #E69DE4 background.


White color preview on #E69DE4 background

This text has white color on #E69DE4 background.


Related colors

Complementary color

Complementary color for #hex is #19621B.


I love getcolorcode.com

Triadic colors

1 #E4E69D and #9DE4E6 with #E69DE4 are triadic colors.

2 #E49DE6 and #9DE6E4 with #E69DE4 are triadic colors.