COLOR #E69EEF

HEX: #E69EEF
RGB: (230,158,239)

Color info

#E69EEF contains mainly red and blue colors. Web safe color of #E69EEF is #CC99FF (or #C9F).

RGB color model

#E69EEF color RGB value is (230,158,239).

  • red value is 230;
  • green value is 158;
  • blue value is 239.
RGB:
(230,158,239)
(90%,62%,94%)

RGB channels and saturation

R 230 of 255 = 90%
G 158 of 255 = 62%
B 239 of 255 = 94%

230
158
239

R + G + B ~ 82%. #E69EEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 158 + 239 = 627 (100%)
R 230 of 627 ~ 36.68%
G 158 of 627 ~ 25.2%
B 239 of 627 ~ 38.12%

%36.68
%25.2
%38.12

CMYK color model

#E69EEF color CMYK value is (4,34,0,6).

  • cyan value is 3.77%
  • magenta value is 33.89%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(4,34,0,6)
C4M34Y0K6 
(4%,34%,0%,6%)
(0.04/0.34/0.00/0.06)	

CMYK percentages

%3.77
%33.89
%0
%6.27

Codes

Color #E69EEF in popluar color models

E69EEF
RGB230158239
HSL293°71.68%77.84%
HSB/HSV293°33.89%93.73%
CMYK3.77%33.89%0.00%
6.27%

Color #E69EEF in popluar number systems.

HEXE69EEF
Decimal230158239
Binary111001101001111011101111
Octal346236357

Shades and tints

Shades of #E69EEF

#E69EEF
(230,158,239)
#D290DA
(210,144,218)
#BE82C5
(190,130,197)
#AA74B0
(170,116,176)
#96669B
(150,102,155)
#825886
(130,88,134)
#6E4A71
(110,74,113)
#5A3C5C
(90,60,92)
#462E47
(70,46,71)
#322032
(50,32,50)
#1E121D
(30,18,29)
#000000
(0,0,0)

Tints of #E69EEF

#E69EEF
(230,158,239)
#E8A6F0
(232,166,240)
#EAAEF1
(234,174,241)
#ECB6F2
(236,182,242)
#EEBEF3
(238,190,243)
#F0C6F4
(240,198,244)
#F2CEF5
(242,206,245)
#F4D6F6
(244,214,246)
#F6DEF7
(246,222,247)
#F8E6F8
(248,230,248)
#FAEEF9
(250,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69EEF color. Also use rgb(230,158,239) instead hex code.

Text Font Color

.myTextColor { color: #E69EEF; }

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

This text font color is #E69EEF.


Background Color

.myBgColor { background-color: #E69EEF; }

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

This div background color is #E69EEF.


Border color

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

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

This div border color is #E69EEF.


Opacity

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

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

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

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

This text has shadow with #E69EEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69EEF on black background.


Color preview on white background

This text has color #E69EEF on white background.



Black color preview on #E69EEF background

This text has black color on #E69EEF background.


White color preview on #E69EEF background

This text has white color on #E69EEF background.